Store Page Blank After Update

Hello,

I updated my store to the latest multivendor that was in my upgrade center and now my store wont open, when i click is blank page. I have unchecked the Close Store from the administration but still nothing. Do ju have any idea why is this happening?

Thanks in advance

Hello.

In config.local.php set

ini_set('display_errors', 1);

and in file config.php please find "DEVEL" and replace

//define('DEVELOPMENT', true);

on

define('DEVELOPMENT', true);

and try again your operation.

Please show result.

Best regards

Robert.

What do you see in the server error logs?

If you use theme from Energothemes, blank page in the store-front can be caused by the error in license validation. In this case contact their support team

What do you see in the server error logs?

If you use theme from Energothemes, blank page in the store-front can be caused by the error in license validation. In this case contact their support team

No i am not using any theme, my store closed when i upgraded to the latest version and now its still closed

Hello.

In config.local.php set

ini_set('display_errors', 1);

and in file config.php please find "DEVEL" and replace

//define('DEVELOPMENT', true);

on

define('DEVELOPMENT', true);

and try again your operation.

Please show result.

Best regards

Robert.

This page isn’t working, is currently unable to handle this request.
HTTP ERROR 500

This page isn’t working, is currently unable to handle this request.
HTTP ERROR 500

This indicates that there is something wrong within the server itself. Please check your error logs.

Right, do you see new records in the server error logs?