• 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.

PHP Errors [ Log / Display ] Problem

IslamShaban

New Pleskian
Hello,

I have Plesk 11.0.9 From Godaddy.

I have a problem in PHP Errors Log/Display in PHP 5.4.15 FastCGI

in my configuration "C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP54\php.ini"
error_reporting = E_ALL & ~E_NOTICE
display_errors = On
display_startup_errors = On
log_errors = On
log_errors_max_len = 1024

in my Plesk Web Panel Settings For the domain
error_reporting 32767 <- For 5.4.x
display_errors on
log_errors on


i made a PHP error in test file
Code:
<?php
echo eeeee;
?>

it should give me error in line 2 [ Display & Log ] the error. but it don't do anyone of them it gave me 500 Internal Server Error and it's not logging the error to the directories

C:\inetpub\vhosts\Domain.com\statistics\logs
OR
C:\Program Files (x86)\Parallels\Plesk\admin\logs\php_error.log


C:\Program Files (x86)\Parallels\Plesk\admin\logs\php_error.log <--- Successfully logging Errors Like
[14-Dec-2013 13:12:07 UTC] rrdtool execution failed: ERROR: fetching cdp from rra
But don't logging the websites errors
 
Last edited:
Hi,

Can you confirm whether the domain in question also has the same PHP assigned to it. Confirm this in the hosting setting in the domain >> Website and domain >> Hosting setting.
 
Back
Top