Knowledgebase

Where can I find the PHP error log?

FAQ Bild

The PHP error log is an important and useful tool for developers and website operators to diagnose problems. With the PHP error log, it is easier to find the causes of unexpected behavior on websites based on PHP. Most Content Management Systems (CMS), including WordPress for example, are based on PHP.

The error_log file contains the PHP error log. You can find the error_log for the main domain inside the public_html folder and for all other domains in the respective subfolder yourDomain.tld.

How to access the PHP Error Log

  1. Log in to the client area via my.helloly.com
  2. Next to the desired hosting package, click on Webhosting Login



  3. In cPanel, select the File Manager function under Files



  4. You will find the PHP Error Log (yourDomain_tld.php.error.log) in the logs folder

Was this answer helpful?

Related Articles

Is Anonymous FTP allowed?

Anonymous FTP is an FTP service that does not require a password to access the data and therefore represents a security risk for your data. For...

Does helloly offer http/2 in web hosting?

Yes, all web hosting packages have http/2 activated for optimum performance and security.

Is an additional memory cache / opcache necessary with NextCloud?

No, even if NextCloud reports a missing memory cache / opcache after installation. We use PHP-FPM as a caching solution on our servers, but this is...

Does helloly support the operation of NextCloud Office or NextCloud Collabra Online?

No, these services are not currently supported, as NextCloud Office and Collabra Online each require dedicated servers and are not intended for...

What is index.html?

The index.html is a file that is usually present on every website. It is the start page or homepage of a website and is automatically...