How resolve this error Call to undefined function productimage()
-
I upgraded my bagisto now when I click on any product, I will have this error
Call to undefined function productimage()
-
Hi @Uyo-obong,
In the latest version facade and helper class have been added. Maybe you need to do
composer dump-autoload
for the class registry. Can you share with me some more info so that i can check. -
Hello, could you solve with the command composer dump-autoload?