Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Problem


skindoze

Recommended Posts

Ok..

 

I finally managed to fix all the problems that hit me during and after installation

of OSCommerce 2.2

 

Just when i thought i had overcome the hurdles

i get hit by this :

 

When i try to open the ADMIN page,,, i get this error on a white background :

 

Fatal Error : Cannot re-assign $this in C:\Reactor\htdocs\store\admin\includes\classes\upload.php on line 31

 

 

FYI :: Reactor = the server i installed on my local machine

store = the root dir

 

 

Hope somebody has run into this problem and knows the fix

 

Thanks all

for your patiece

Link to comment
Share on other sites

You are using PHP5. If possible, downgrade it to PHP4.

 

If not, then change the following.

 

In C:\Reactor\htdocs\store\admin\includes\classes\upload.php on line 31 change:

$this = null;

to

unset($this);

Link to comment
Share on other sites

You are using PHP5.  If possible, downgrade it to PHP4.

 

If not, then change the following.

 

In C:\Reactor\htdocs\store\admin\includes\classes\upload.php on line 31 change:

$this = null;

to

unset($this);

 

 

 

 

Alpha Ray.... I am indeed in your debt ! :)

 

It worked !

 

Thank you

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...