Function ereg() is deprecated in C:\wamp\www\drupal\includes\file.inc on line 902
I am trying to install Drupal 6.15 on WAMP with PHP version 5.30 and Apache 2.2.11 but I get following error:
Deprecated: Function ereg() is deprecated in C:\wamp\www\drupal\includes\file.inc on line 902
It is a 64bit Win7 and error_reporting is set to : E_ALL & ~E_NOTICE
I have already tried with : E_ALL & ~E_NOTICE | E_STRICT
It is just working with : E_ALL & ~E_DEPRECATED but I am not sure this is the right value.
Thanks for any help!
Similar entries
- Fatal error: Call to undefined function block_list() in /includes/theme.inc on line 1586
- Import big SQL Files under WAMP or LAMP ?
- Drupal warning: array_filter()
- Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 80 bytes) in /home/mysite/public_html/includes/
- Install Curl on PHP5 Webmin + Debian
- How to override php mail function to catch abuse / spammer
- warning: Parameter 1 to comment_nodeapi() expected to be a reference
- Fix Cpanel/WHM's easyapache and up2date issue (certificate verify failed)
- #2006 - MySQL server has gone away
- Save / open .ico files (icons) with Adobe Photoshop CS4 64 / 32 Bit
- Multiple Virtual Hosts on Localhost of Apache / WAMP
- How to add very long text to Drupal 6x?
- Suhosin blocks Drupal Modules
- Unable to send e-mail. Please contact the site admin, if the problem persists (Drupal Error)
- Drupal and LDAP
- How to add new sites to Drupal's service links module?
- warning: Parameter 1 to admin_menu_admin_menu() expected to be a reference
- Kill a task and exit command line window
- Language_List and default language as selected option on Drupal 6x
- PHP get page title function

Post new comment