Login     Sign up
PHP Version Is Important!
Jim Czekner (@jecz)
Join date: Mar 6th 2011
Community posts: 14
View Profile
Send Message

install.php generates tons of errors when I try to run the site with PHP 5.3.2.

The install works with PHP 5.2.13.

( ! ) Deprecated: Function eregi() is deprecated in /Users/me/Apache/site/install/db_ctrl.php on line 3
Call Stack

Time Memory Function Location

1 0.0029 396024 {main}( ) ../install.php:0
2 0.0044 510284 require( '/Users/me/Apache/site/install/db_ctrl.php' ) ../install.php:14

( ! ) Deprecated: Function ereg_replace() is deprecated in /Users/me/apache/site/install.php on line 18
Call Stack

Time Memory Function Location

1 0.0029 396024 {main}( ) ../install.php:0

( ! ) Deprecated: Function eregi() is deprecated in /Users/me/apache/site/install.php on line 19
Call Stack

Time Memory Function Location

1 0.0029 396024 {main}( ) ../install.php:0

( ! ) Deprecated: Function eregi() is deprecated in /Users/me/apache/site/install.php on line 19
Call Stack

Time Memory Function Location

1 0.0029 396024 {main}( ) ../install.php:0

( ! ) Deprecated: Function eregi() is deprecated in /Users/me/apache/site/install.php on line 19
Call Stack

Time Memory Function Location

1 0.0029 396024 {main}( ) ../install.php:0

( ! ) Deprecated: Function eregi() is deprecated in /Users/me/apache/site/install.php on line 19
Call Stack

Time Memory Function Location

1 0.0029 396024 {main}( ) ../install.php:0
Jcow Network Installation

( ! ) Notice: Undefined index: step in /Users/me/apache/site/install.php on line 45
Call Stack

Time Memory Function Location

1 0.0029 396024 {main}( ) ../install.php:0

( ! ) Notice: Undefined index: step in /Users/me/apache/site/install.php on line 45
Call Stack

Time Memory Function Location

1 0.0029 396024 {main}( ) ../install.php:0

161 months ago
Vincent T (@vincent)
Join date: Jun 18th 2010
Community posts: 298
View Profile
Send Message

It is not version issue. You just need to turn off notice report. Google "turn off notice report,php" for details.

161 months ago
1
Jim Czekner (@jecz)
Join date: Mar 6th 2011
Community posts: 14
View Profile
Send Message

user falcone explained how to fix this.

[url]http://community.jcow.net/forums/viewthread/1587[/url]

161 months ago