Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

web installation halt , only half page display


nicholaswc

Recommended Posts

I have installed 3 oscommerce 2.2 on my PCs and laptop. Below is the configurations of my device:

Desktop PC

Windows XP pro

PHP5.0.4

MySql 4.1.1

Oscommerce 2.2

 

only my loptop can be installed sucess.

 

The 2 copies on my PC are halt on the step 2, when I run the web installation. no error messages, seem importing database.

 

 

Anyone can help me? I stuck here for 4 days.

 

thanks,

Nicholas

Link to comment
Share on other sites

php5 compatibility problem. Downgrade to php 4.3.11

 

You can try editing admin/includes/classes/upload.php on line 31, and change:

 

$this = null;

 

to this:

 

unset($this);

 

Vger

Link to comment
Share on other sites

php5 compatibility problem.  Downgrade to php 4.3.11

 

You can try editing admin/includes/classes/upload.php on line 31, and change:

 

$this = null;

 

to this:

 

unset($this);

 

Vger

 

I have try to modify the upload.php file but still not works.

 

but anyway, thanks for your reply

 

Nicholas

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...