Posted by chamilapj on July 13, 2010 at 4:49am
Deprecated: Function ereg() is deprecated in C:\wamp\www\includes\file.inc on line 911
How can i solve this
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.
- Corey
http://www.thefreecollege.com