
Your website is blank without error messages? or error with error message? don't be afraid and panic because error problems are common problems and can happen to any website. If you are currently experiencing this, I will briefly and easily convey the following techniques or ways to fix an error website.
Website errors can be caused by several things, such as:
This article will be long if we discuss the three common problems with errors, so let's get straight to the point.
Knowing the Cause of the Error and How to Fix It
The main thing you should do is find out the cause of the error. If your web server activates the "display error" feature, it will certainly be very easy to identify the source of the error, but usually the web hosting provider does not enable this feature for security reasons.
However, you don't need to worry because you can still find out errors through error logs. What are the error logs? error logs is a "log" alias record of the occurrence of errors. And if your website is currently experiencing an error, please follow the steps below to find out.
or after login to cpanel:
After you look at the file, you will find error data in full starting from the date, time and path (location) of errors such as:
[05-May-2014 14:40:59 UTC] PHP Warning: require_once(/home/usename/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_functions.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/username/public_html/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 128
if an error occurs your main domain or:
[05-May-2014 14:40:59 UTC] PHP Warning: require_once(/home/usename/public_html/addondomain.com/wp-content/plugins/all-in-one-seo-pack/aioseop_functions.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/username/public_html/addondomain.com/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 128
if an error occurs addon or sub domain
How to fix it?
If you don't know how to fix it, you can do a Google search using keywords according to the error report listed
It's easy, right?