AUBRY Posted October 8, 2020 Share Posted October 8, 2020 Bonjour, En installant la version 1.7.6.7 de ma boutique sur le serveur Wamp local, j'ai une page blanche en front et seulement la page de connexion en BO. Est-ce qu'une âme charitable pourrait me dire quoi faire ? Un grand merci d'avance. Catchable fatal error: Argument 1 passed to PrestaShop\PrestaShop\Adapter\Image\ImageRetriever::__construct() must be an instance of Link, null given, called in C:\wamp64\www\test\src\Adapter\Presenter\Cart\CartPresenter.php on line 78 and defined in C:\wamp64\www\test\src\Adapter\Image\ImageRetriever.php on line 45 Call Stack #TimeMemoryFunctionLocation 10.0036239752{main}( )...\index.php:0 234.921541040304DispatcherCore->dispatch( )...\index.php:28 334.932941051168ControllerCore::getController( )...\Dispatcher.php:507 434.948241777672FrontControllerCore->__construct( )...\Controller.php:219 534.956841943496PrestaShop\PrestaShop\Adapter\Presenter\Cart\CartPresenter->__construct( )...\FrontController.php:196 634.961042011360PrestaShop\PrestaShop\Adapter\Image\ImageRetriever->__construct( )...\CartPresenter.php:78 Link to comment Share on other sites More sharing options...
doekia Posted October 8, 2020 Share Posted October 8, 2020 On dirait que ton code appelle ImageRetriever en lui passant null alors qu'il souhaite un object de type Link Link to comment Share on other sites More sharing options...
Mediacom87 Posted October 8, 2020 Share Posted October 8, 2020 Version PHP sur votre serveur local ? Est ce que les fichiers furent bien transférés ? Est ce que le cache fut vidé manuellement ? Link to comment Share on other sites More sharing options...
AUBRY Posted October 8, 2020 Author Share Posted October 8, 2020 Merci pour vos retours. @doekia On dirait que ton code appelle ImageRetriever en lui passant null alors qu'il souhaite un object de type Link Sais-tu ce qu'il faut modifier ? @Mediacom87 Version php du serveur local 7.1.33 Tous les fichiers ont été transférés à partir d'un backup compressé et décompressé directement dans www/test/ Cache vidé manuellement oui. Merci d'avance à vous 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