I am new and first time to instal Drupal, but have problems as below, thanks for any help!
--------Drupal 6.16
www\drupal-6.16\sites\default\default.settings.php
--------Local server
Apache 2.2.13
Mysql 5.1.37
PHP 5.3.0
--------Installing error
Deprecated: Function ereg() is deprecated in C:\Program Files\EasyPHP5.3.0\www\drupal-6.16\includes\file.inc on line 911
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\EasyPHP5.3.0\www\drupal-6.16\includes\file.inc:911) in C:\Program Files\EasyPHP5.3.0\www\drupal-6.16\includes\install.inc on line 618
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\EasyPHP5.3.0\www\drupal-6.16\includes\file.inc:911) in C:\Program Files\EasyPHP5.3.0\www\drupal-6.16\includes\install.inc on line 619

1 year 43 weeks ago
Drupal 6.x is not completely ready for PHP 5.3. I roll back to PHP 5.2.x. There are threads about this in the queue for correcting core however, quite a few modules for Drupal 6.x weren't tested against PHP 5.3
the error is stating that a function used in drupal is not longer part of PHP 5.3.
Post Comment