GX-Bug #67113
Von Moritz Bunjes vor mehr als 4 Jahren aktualisiert
Wird ein Herstelllink für einen Artikel definiert, kann der Artikel im Frontend nicht angezeigt werden. Es kommt zu einem Error 500 mit folgender Fehlermeldung im error-Log:
ERROR: Object of class Gambio\Shop\Product\ValueObjects\ProductId could not be converted to string
context:
message:
Object of class Gambio\Shop\Product\ValueObjects\ProductId could not be converted to string
code:
4096
file:
/.../GXMainComponents/View/ThemeContentViews/products/ProductInfoThemeContentView.inc.php
line:
1174
Ein weiteres Problem tritt in \Gambio\Shop\Product\Description\Listener\OnGetProductInfoEventListener::__invoke auf, wenn $product->getProductsDescription() null zurückliefert. Hier muss nach string gecasted werden.