I am getting an Internal 500 error asking me to check the logs. How do I do this?

All the log files for your package are available via your Bpanel 2.0 Control Panel > Log File Download. If these appear blank, please temporarily rename any .htaccess files that your site uses as these may affect the operation of the scripts that retrieve the logs. 

The error log will often contain valuable information as to what went wrong and which lines of code caused the error - if you are using a third-party script, this information will help their support team (or the community, if it is an open source script such as Wordpress) to assist you. 

If you have SSH access, you can access the logs directly - 'cd' into the "logs" directory where you can look at the logs with Linux tools such as 'less', 'tail' and 'grep'. If the error is reproducable, 'tail -f' allows you to watch the logs update in almost real time as the error occurs.

  • 0 کاربر این را مفید یافتند
آیا این پاسخ به شما کمک کرد؟

مقالات مربوطه

When I try and view my website I get an HTTP Error 403 - Forbidden message.

A '403 Forbidden' message means that the browser has requested a page that it is not permitted to...

My CGI/ASP/PHP script is giving an error when trying to write to a file.

This applies to Linux hosting accounts only. This is almost certainly down to incorrect...

A custom filetype isn't being recognised, how can I make sure it is?

You can force this through using a '.htaccess' file. Remember that the directives inside an...

My CGI/Perl scripts are failing with error 500 (Internal Server Error)

These errors are nearly always related to a coding error within the script, or bad variables...

I've uploaded my site on my hosting account but cannot see it?

As a first step, check the following points:- Is your domain on the correct name servers? To use...