Community & Support

Drupal gives this error in installation

Deprecated: Function ereg() is deprecated in C:\wamp\www\includes\file.inc on line 911

How can i solve this

Comments

You're probably using PHP 5.3

You're probably using PHP 5.3 or later, which Drupal was not coded for. D7 will support PHP 5.3.

Basically, it's not an earth-shattering problem. ereg() was considered deprecated as of PHP 5.3 (slated for removal in PHP 6), but it actually still works just fine. The easiest fix is to adjust your warning level as discussed here.

Advertising helps build a successful ecosystem around Drupal.