cancel
Showing results for 
Search instead for 
Did you mean: 

Having http 500 error after theme demo instalation on frontend

Having http 500 error after theme demo instalation on frontend

Having HTTP 500 error after theme demo installation on frontend and now I don't know what to do with this please let me know how to fix this

1 REPLY 1

Re: Having http 500 error after theme demo instalation on frontend

Hi @faizan_sharif,

There might me few errors which are not showing.

Try to enable error message from below file.


Open

app/bootstrap.php

un-comment the below line.

ini_set('display_errors', 1);


I hope it will help you to find out the error and fix.