Warning: ... drupal-6.16\includes\install.inc on line 618

This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.


35 points

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



24 points

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.

Anonymous's picture
Created by Anonymous

Post Comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.