• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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