agoat / contao-deferredimages-bundle

Contao 4 deferred images library
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Fehler in Verbindung mit isotope eCommerce #12

Open chriza opened 5 years ago

chriza commented 5 years ago

Nach Importieren von Produktbildern kann im Backend den Menu-Punkt Produkte nicht mehr geöffnet werden. Folgender Fehler wird im BE angezeigt:

grafik

Error-Log: [2019-03-12 09:28:14] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_route":"contao_backend","_scope":"backend","_token_check":true,"_controller":"Contao\CoreBundle\Controller\BackendController::mainAction"},"request_uri":"https://tk.christophzander.de/contao?do=iso_products&ref=4AFPYguT","method":"HEAD"} [] [2019-03-12 09:28:14] request.INFO: Matched route "contao_backend". {"route":"contao_backend","route_parameters":{"_route":"contao_backend","_scope":"backend","_token_check":true,"_controller":"Contao\CoreBundle\Controller\BackendController::mainAction"},"request_uri":"https://tk.christophzander.de/contao?do=iso_products&ref=4AFPYguT","method":"GET"} [] [2019-03-12 09:28:14] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalThrowableError: "Argument 1 passed to Agoat\DeferredImagesBundle\Contao\Image::construct() must be an instance of Agoat\DeferredImagesBundle\Contao\File, instance of Contao\File given, called in /www/htdocs/xxxx/webpages/tk/contao46/vendor/agoat/contao-deferredimages/src/Resources/contao/classes/Image.php on line 745" at /www/htdocs/xxxx/webpages/tk/contao46/vendor/agoat/contao-deferredimages/src/Resources/contao/classes/Image.php line 118 {"exception":"[object] (Symfony\Component\Debug\Exception\FatalThrowableError(code: 0): Argument 1 passed to Agoat\DeferredImagesBundle\Contao\Image::construct() must be an instance of Agoat\DeferredImagesBundle\Contao\File, instance of Contao\File given, called in /www/htdocs/xxxx/webpages/tk/contao46/vendor/agoat/contao-deferredimages/src/Resources/contao/classes/Image.php on line 745 at /www/htdocs/xxxx/webpages/tk/contao46/vendor/agoat/contao-deferredimages/src/Resources/contao/classes/Image.php:118)"} []

agoat commented 5 years ago

Ich habe das noch nie mit isotope eCommerce getestet. Werde ich mir mal anschauen.