Search functionality not working

This topic contains 11 replies, has 3 voices, and was last updated by  Alex Rollin 4 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #539985

    Chris Walters
    Free User
    Post count: 9

    I can’t get the search functionality to work. When I go the search page and enter in the exact name of a place that I added , I get nothing back. I’ve navigated through the backend settings and don’t see anything that I am missing. Help please. Thanks.

    #539999

    Chris Walters
    Free User
    Post count: 9

    It’s probably a related issue but the “Change Location” functionality doesn’t work either. When I access the site on a PC and select the Change Location button, I get a “ERROR: Location detection not supported in browser”. If I try to access the site from my iPhone, I get a “ERROR: Your location is currently unknown” error.

    #540005

    Kor
    Moderator
    Post count: 16516

    Hi Chris Walters,

    Thanks for your post. Kindly share your Website WP admin access here in private reply and we’ll check this out for you asap!

    #540011

    Chris Walters
    Free User
    Post count: 9
    This reply has been marked as private.
    #540066

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #540135

    Chris Walters
    Free User
    Post count: 9

    After succesfully login in, I get an error on the https://ayecode.io/ site that says

    “We could not connect your website. Please try again later.”

    I’ve tried numerous times and keep getting that error.

    #540150

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #540161

    Chris Walters
    Free User
    Post count: 9

    Also, it looks like when you were troubleshooting, you changed the Permalinks setting to “Post name” in the WordPress backend and now the links like http://<SERVER NAME>/places/ don’t work.

    #540164

    Chris Walters
    Free User
    Post count: 9
    This reply has been marked as private.
    #540185

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #540235

    Chris Walters
    Free User
    Post count: 9

    I fixed it. Had to modify “/etc/apache2/apache2.conf” and change the default

    <Directory /<SERVER HTML ROOT>/>
    Options Indexes FollowSymLinks
    AllowOverride None
    Require all granted
    </Directory>

    to

    <Directory /<SERVER HTML ROOT>/>
    Options Indexes FollowSymLinks
    AllowOverride All
    Require all granted
    </Directory>

    #540244

    Alex Rollin
    Moderator
    Post count: 27815

    Excellent, yes, details pages showing, search working. Very good!

Viewing 12 posts - 1 through 12 (of 12 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket