GreatWebDeveloper Posted May 22, 2020 Share Posted May 22, 2020 (edited) Hi My siteb is returning 404 when i try to search a product in the search bar. I tried rebuilding the index, Clear the cache Deleted htaccess Enabled Search Within a word But no luck. Can someone help me resolving this? Edited May 22, 2020 by GreatWebDeveloper (see edit history) Link to comment Share on other sites More sharing options...
Rhobur Posted May 24, 2020 Share Posted May 24, 2020 Well, GreatWebDeveloper, did you set the Debug to On so the error/warning messages can be displayed? You can pinpoint the issue reading those. Link to comment Share on other sites More sharing options...
GreatWebDeveloper Posted May 24, 2020 Author Share Posted May 24, 2020 @Rhobur Thanks for your message. Gettng this error Fatal error: Access level to SearchController::$search_string must be protected (as in class SearchControllerCore) or weaker in /home/infini11/public_html/override/controllers/front/listing/SearchController.php on line 71 Can you suggest any fix? Link to comment Share on other sites More sharing options...
Rhobur Posted May 24, 2020 Share Posted May 24, 2020 You need to redeclare that method, /home/infini11/public_html/override/controllers/front/listing/SearchController.php on line 71, as protected, or public. Link to comment Share on other sites More sharing options...
rb10 Posted November 10, 2020 Share Posted November 10, 2020 hi all, i have this error in ps 1.7.6.8 Fatal error: Access level to SearchController::$search_string must be protected (as in class SearchControllerCore) or weaker in /home/mhebfjro/public_html/shop/override/controllers/front/listing/SearchController.php on line 0 how i can fix it ? i have tried to set :$search_string as protected but error still Link to comment Share on other sites More sharing options...
rb10 Posted November 10, 2020 Share Posted November 10, 2020 now show this [Debug] This page has moved Please use the following URL instead: https://www.mysite.com/shop/ricerca?poscats=0&s=impianto and if i click on this url, it works... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now