• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue PHP_Error.log inflation issue

Marc_Cerebra

New Pleskian
Hi folks,

I've been having an issue for about the past 2 weeks now and have thus far not found a solution.

Put simply, the php_error.log file for a specific vhost repeatedly fills to the remaining storage of the drive (1.7TB).

I have tried everything to stop the logging.

I'm running PLESK Onyx 17.8.11 update #59 and the production website uses PHP 5.6.40. New website is being developed on 7.1.3 but for now the production site cannot be moved from 5.6.40.

Regardless, I have tried everything to disable PHP error logging.

Through PHP PLESK settings:
upload_2019-7-4_9-24-48.png


Directly in the PHP.ini file:

upload_2019-7-4_9-27-4.png

And yet it still just repeatedly fills the log file..

upload_2019-7-4_9-33-11.png

I'm completely at a loss at this stage as were this simply Apache I could disable PHP error logging fine, but PLESK is a whole other beast. Anybody have any wonderful thoughts on this?

Kind Regards,
Marc
 
Hi, Marc.
I just checked your case on my Plesk 17.8.11, and when I setting log_errors=off (for PHP 5.6.40) - the errors stop logging.
Are you sure that these PHP settings are for your site?
I don't know why it did not help You, but You can try to set error_reporting=0 (in this case, no errors will be logged at all).
error_reporting.png
 
Back
Top