Jump to content

Edit History

justmeagain

justmeagain

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

justmeagain

justmeagain

Hi

If I visit this page direct

https://www.we-love-our-games.co.uk/other-games/7005-secret-romance-couples-novelty-gift-100-ways-to-say-i-love-you-176554005577-11.74

Either via a search result or by browsing the category it works fine.

If however I go to the 'Brand' page

https://www.we-love-our-games.co.uk/brand/1-ball-chain

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

×
×
  • Create New...