简体   繁体   中英

PHP Error output - Plesk 9.2 with IIS7 and FastCGI

Where can I view PHP errors that are generated by a Plesk 9.2 website?

I currently get a generic 500 error when I create a test PHP error:

500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.

I have, unsuccessfully, tried to activate error reporting in the Plesk global php.ini file:

...\Plesk\Additional\PleskPHP5\php.ini
display_errors = On

To the best of my knowledge Plesk 9.2 uses IIS7 and FastCGI.

Any Plesk wizards out there, that know the recommended way of debugging PHP errors on a Plesk website?

Thanks!

As far as I know. you have to ask the admin to give you access. In my case the best he was going to do was to give me a read only symbolic link to it. And he added this line to .htaccess

Options FollowSymLinks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM