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
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