Error 500 in my webpage
Error 500 in my webpage
Hi,
I have website (php, mysql) and sometimes i have error 500. How can i check what is the problem?
I have website (php, mysql) and sometimes i have error 500. How can i check what is the problem?
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Error 500 in my webpage
You can check your error log in /home/username/web/domainname.com/logs
Re: Error 500 in my webpage
Add this to your code:
This should display errors on your pages.
Code: Select all
ini_set('display_errors', 'On');
error_reporting(E_ALL);
Re: Error 500 in my webpage
Yea agree with @tjebbeke
Check your error on following path /home/username/web/domainname.com/logs
Check your error on following path /home/username/web/domainname.com/logs