error_reporting(E_ALL); ini_set('display_errors', 1);
and then run the page, it will no show any error exist.
whree is problem ?
i find error 500 happen through in chrome
I Try to enable php errors on index.php
error_reporting(E_ALL); ini_set('display_errors', 1);
and then run the page, it will no show any error exist.
whree is problem ?
Here I found a solution for you. Please check this link.
I hope it will help you in figure out and fix this issue.
Thanks
--
If my answer is useful, please Accept as Solution & give Kudos
Hello @khalid_ahmed1
I would say instead of index.php file please open app/bootstrap.php file
and write the below code in that specific file
error_reporting(E_ALL); #ini_set('display_errors', 1);
then check you will able to see the error on the browser please post the same so it will help us to trouble shoot the issue.
Hope it helps !
I do all steps but still show me error 500
as you see i do that
@khalid_ahmed1Look into the server log please - apache and php. You'll be able to find the issue.
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.