problems installing Drupal using wampserver
Posted by: stimoner (---.bb.netvision.net.il)
Date: February 10, 2010 09:40PM

I get the following error message when I open a localhost web page (http://localhost/drupal2



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


how do I proceed and deal with it?

thank you

Steven

Options: ReplyQuote
Re: problems installing Drupal using wampserver
Posted by: Dicky (---.wltonh.dsl.dynamic.tds.net)
Date: February 10, 2010 11:51PM

ereg() is deprecated as of PHP 5.3.0

You can:

1) See if Drupal has an updated version to run with PHP >= 5.3.0
2) Search the Internet to find how to update ereg() functions to preg_replace functions
3) Install an older version of PHP on WAMP from the ADDONS menu at the top of this page

Options: ReplyQuote
Re: problems installing Drupal using wampserver
Posted by: yfastud (Moderator)
Date: February 11, 2010 01:48AM


Options: ReplyQuote


Sorry, only registered users may post in this forum.