1.Edit /etc/php.ini as root
2.Scroll to the bottom add these configurations
; Local Variables:
; tab-width: 4
; End:
error_reporting = E_ALL & ~E_NOTICE
display_errors = On
3. Save the file and restart back httpd
/sbin/service httpd restart
Plesk 8.3 on Redhat Enterprise Linux 5
; Local Variables:
; tab-width: 4
; End:
error_reporting = E_ALL & ~E_NOTICE
display_errors = On
No comments:
Post a Comment