How to enable php errors

PHP errors are disabled by default in our servers.

If you want to enable them edit .htaccess and add the line:

php_flag display_errors on

 

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Joomla 1.0.13 and PHP 5.3.x issues - Frontpage contents disappeared

If you cannot see contents in frontpage then try the following. In joomla folder:...

Joomla 1.5.x backend menus disappeared

This is mostly a Joomla 1.5.x and php 5.3.x issue. If you login in administrator pane and you...

Joomla 1.0.13 and PHP 5.3.x issues - Contacts disappeared

com_contacts uses the includes/vcard.class.php file, which also needs to be modified to avoid...