justmeagain Posted December 2, 2023 Share Posted December 2, 2023 (edited) Hi If I visit this page direct (link removed) Either via a search result or by browsing the category it works fine. If however I go to the 'Brand' page (link removed) and then select this item (or in fact any item) I get a Fatal Error Turning debug mode on I get this error message [PrestaShopException] Fatal error at line 1182 in file classes/Tools.php 1177. ->getTranslator() 1178. ->trans('Fatal error', [], 'Admin.Notifications.Error'); 1179. } 1180. 1181. if (_PS_MODE_DEV_) { 1182. throw new PrestaShopException($errorMessage); 1183. } 1184. 1185. return $errorMessage; 1186. } 1187. ToolsCore::displayError - [line 3612 - classes/Product.php] ProductCore::getPriceStatic - [line 214 - classes/Link.php] LinkCore->getProductLink - [line 228 - controllers/front/ProductController.php] ProductControllerCore->init - [line 287 - classes/controller/Controller.php] ControllerCore->run - [line 525 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Which means nothing to me. I have tried clearing /var/cache/dev Any suggestions greatfully accepted. Using ps 1.7.8.10 & php 7.4.33 Thanks in advance Edited December 2, 2023 by justmeagain (see edit history) Link to comment Share on other sites More sharing options...
Nickz Posted December 2, 2023 Share Posted December 2, 2023 (edited) 3 hours ago, justmeagain said: Any suggestions greatfully accepted. Using ps 1.7.8.10 & php 7.4.33 Did you update the shop? Then what did yo have before, theme name? It looks ok from my side, maybe your computer cache needs clearing? As a suggestion take the URL of your shop off that post. It's not smart having a shop domain visible in a problem solving message board. Edited December 2, 2023 by Nickz (see edit history) Link to comment Share on other sites More sharing options...
justmeagain Posted December 2, 2023 Author Share Posted December 2, 2023 I am using the basic theme - will be attempting to update to 8.1 tomorrow as my server is switching to php 8 from 5/12 Will try on a different machine/browser - thanks for replying Link to comment Share on other sites More sharing options...
Nickz Posted December 2, 2023 Share Posted December 2, 2023 2 hours ago, justmeagain said: will be attempting to update to 8.1 tomorrow as my server is switching to php 8 from 5/12 make a back up before, files in of the entire shop plus database. Even if the shop updates ok chances are some modules will not. 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