PHP v.5.3.1
Posted by: Dimuka (---.cpe.netcabo.pt)
Date: January 25, 2010 12:55PM

Using window xp sp3. Wampserver 2.0. Using wordpress in local. All ok since installed.

Now I installed php v.5.3.1. MySQL v.5.1.36 .

My PHPmyAdmin and my "local wordpress" dont work.

Errors opening localhost:

Deprecated: Function ereg() is deprecated in C:\wamp\www\index.php on line 175

Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\index.php on line 178

Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\index.php on line 178

Notice: Undefined variable: aliasContents in C:\wamp\www\index.php on line 178

Deprecated: Function ereg() is deprecated in C:\wamp\www\index.php on line 175

Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\index.php on line 178

Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\index.php on line 178

Notice: Undefined variable: projectContents in C:\wamp\www\index.php on line 193

Notice: Undefined variable: phpExtContents in C:\wamp\www\index.php on line 204



Regards

vicvalle
www.dimuka.net



Edited 3 time(s). Last edit at 01/25/2010 01:17PM by Dimuka.

Options: ReplyQuote
Re: PHP v.5.3.1
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: January 25, 2010 01:04PM

wordpress only support upto < v 5.3.0

use the ADD ON menu above to download < v 5.3.0

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]



Edited 1 time(s). Last edit at 01/31/2010 09:32AM by stevenmartin99.

Options: ReplyQuote
Re: PHP v.5.3.1
Posted by: Dicky (---.wltonh.dsl.dynamic.tds.net)
Date: January 31, 2010 01:42AM

Actually, ereg() and ereg_replace() were deprecated in 5.3.0 as well as eregi() and eregi_replace().

To run Wordpress on Wamp, downgrade php to a 5.2.x version by downloading from the ADDONS menu and installing php.

Or you could go through the Wordpress files and replace all ereg* functions with preg_replace functions. There are generalized instructions on the internet how to do this.

Options: ReplyQuote


Sorry, only registered users may post in this forum.