Public bug reported:

Binary package hint: drupal6

Drupal 6 does not fully support PHP5.3 at this time. The default package of 
php5 in 10.04 includes the following configuration option:
error_reporting  =  E_ALL & ~E_NOTICE

This does not allow Drupal to turn off the "deprecated" warnings and therefore 
the site won't load. The php.ini configuration file must be updated to the 
following for Drupal 6 to work:
error_reporting  =  E_ALL & ~E_NOTICE & ~E_DEPRECATED

** Affects: drupal6 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: php5

-- 
php5 is 5.3, but not fully supported by Drupal6
https://bugs.launchpad.net/bugs/572791
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to