Public bug reported:

Binary package hint: php5

[cross-posted from Drupal6 as this bug can be EITHER Drupal6 requiring
the wrong version of php5 *or* a problem with php5 having the wrong
default settings for 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: php5 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: drupal6

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to