Page 1 of 1

PHP 4.4.7 error

Posted: Mon Apr 27, 2009 11:48 pm
by ehsan gamer
Hi dear community.

I have just trying to install open cart but I have a problem .

In the installation menu I have 2 errors 1 is php version that is 4.7.7 but I'm using wampserver program and it has 5.2.9 so what going on .

the other is Magic Quotes GPC = on . I tried to make it off from php.ini in upload folder but it was already off !

any help would be nice from you

thanks

Re: PHP 4.4.7 error

Posted: Tue Apr 28, 2009 1:19 am
by Qphoria
Your wampserver probably sets php4 as the active php. You need to read the documentation on how to force it to use php5.

Re: PHP 4.4.7 error

Posted: Wed Apr 29, 2009 8:46 pm
by ehsan gamer
thanks for comment

my wampserver's option for php is set for php 5.2.9 and I haven't had any php version inestalled on my PC before .

here is the link of my site :http://sarangmusic.com/upload/install/index.php

Re: PHP 4.4.7 error

Posted: Sat May 02, 2009 5:08 am
by phpuk
The install script uses phpversion() which is an internal php function so you must be using 4.7.7

You can do another check by creating a file called php_info.php that simply contains the following:

Code: Select all

<?php phpinfo(); ?>
place it in the same folder as the OpenCart index.php file and run it.

Phil