How to enable display_error

Dear Team,

here is epiz_27082588.

How to enable displaying of php errors?

Thanks!

error|690x52

2 Likes

Just add

php_value display_errors On

to .htaccess will do

6 Likes

There are two different ways to enable PHP errors.

1. Via CPanel

Go to CPanel->Alter PHP Config->Alter PHP Directives now click on on button of display errors radio group.

2. Via .htaccess
Just paste this line in your .htaccess file.

php_value display_errors On
7 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.