Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

can't get after 2nd step


jul_mais

Recommended Posts

I followed instal instruccions, created the db throu oscommerce.sql, copied catalog directory to apache/httdocs, I've also patched oscommerce due to "register_globals" problem, but everytime I go to localserver/catalog/instal, I enter on a loop in step 2 (no error messages are shown)

 

Apache2, php5, mySql 4.11

 

Any hints?

 

saludos - regards - julian

Link to comment
Share on other sites

In admin/includes/classes/upload.php on line 31 where it says $this change it to unset ($this); That will cure the php5 incompatibility problem. Then make sure that all folders are readable, and also both configure.php files.

 

Vger

Link to comment
Share on other sites

In admin/includes/classes/upload.php on line 31 where it says $this change it to unset ($this);  That will cure the php5 incompatibility problem.  Then make sure that all folders are readable, and also both configure.php files.

 

 

 

line 31:

$this = null;

 

so I've to change it for

 

($this);

or

($this) = null;

 

(sorry, i'm just beginnig with php, I come from delphi)

 

>Then make sure that all folders are readable,

 

What do you mean ? After the patch?

 

saludos - regards - julian

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...