Login     Sign up
Deprecated: Function ereg_replace()
funkyfela (@funkyfela)
Join date: Jun 9th 2010
Community posts: 5
View Profile
Send Message

I tried installing in wamp to test and make changes but got these errors

Deprecated: Function eregi() is deprecated in C:\wamp\www\jcow.2.4\install\db_ctrl.php on line 3

Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\jcow.2.4\install.php on line 18

Notice: Undefined index: step in C:\wamp\www\jcow.2.4\install.php on line 43

Notice: Undefined index: step in C:\wamp\www\jcow.2.4\install.php on line 43

Deprecated: Function eregi() is deprecated in C:\wamp\www\jcow.2.4\install.php on line 94

Deprecated: Function eregi() is deprecated in C:\wamp\www\jcow.2.4\install.php on line 125

how can they be fixed?

178 months ago
paul (@paul)
Join date: Mar 15th 2010
Community posts: 122
View Profile
Send Message

your PHP version is too low.

178 months ago
funkyfela (@funkyfela)
Join date: Jun 9th 2010
Community posts: 5
View Profile
Send Message

I don't think so. mine is rather higher cos deprecated is when something is no longer in use. and what i am trying to install here is social network.

These are my versions:

Apache Version : 2.2.11
PHP Version : 5.3.0
MySQL Version : 5.1.36

The ereg function have been replaced by preg and so on...
check it proper!

178 months ago
paul (@paul)
Join date: Mar 15th 2010
Community posts: 122
View Profile
Send Message

version is fine. just enable those functions in the error msg.

178 months ago
funkyfela (@funkyfela)
Join date: Jun 9th 2010
Community posts: 5
View Profile
Send Message

Though i've not enable error but the installation is saying (Sorry, Jcow can not be installed to local server.)

178 months ago