crebelo34 Posted January 29, 2023 Share Posted January 29, 2023 Hi, Can anyone help please? Updated Prestashop 1.6 to 1.7.8.8 and now the search box does not work - it always returns error 500 I've turned on debug mode and this is what it came up with: [PrestaShopException] No template found for /themes/classic/search.tpl at line 68 in file classes/Smarty/TemplateFinder.php 68. throw new PrestaShopException('No template found for ' . $template) TemplateFinderCore->getTemplate - [line 1421 - classes/controller/FrontController.php] - [4 Arguments] FrontControllerCore->getTemplateFile - [line 1312 - classes/controller/FrontController.php] - [3 Arguments] FrontControllerCore->setTemplate - [line 141 - controllers/front/SearchController.php] - [1 Arguments] SearchControllerCore->initContent - [line 306 - classes/controller/Controller.php] ControllerCore->run - [line 525 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Any idea on how to fix this please? This is the only time error 500 comes up on the whole website. 1 Link to comment Share on other sites More sharing options...
Knowband Plugins Posted January 30, 2023 Share Posted January 30, 2023 Hi, Kindly try by commenting the below controller file : ROOTDIR/controllers/front/SearchController.php If that doesnt work, then check whether any override exist for "controllers/front/SearchController.php", if yes then comment file too. 1 Link to comment Share on other sites More sharing options...
crebelo34 Posted February 1, 2023 Author Share Posted February 1, 2023 Deleting "controllers/front/SearchController.php" fixed the problem. All working now, thank you! 1 Link to comment Share on other sites More sharing options...
Knowband Plugins Posted February 2, 2023 Share Posted February 2, 2023 Welcome, Don't forget to drop a thanks. 🤪 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