Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adminstration Tool Error


kirkside

Recommended Posts

Posted

I get the below error when clicking on the Administration tool button after installing the site:

 

Fatal error: Cannot re-assign $this in c:\program files\e-novative\WAMP\www\catalog\admin\includes\classes\upload.php on line 31

 

Please help.

Posted

I actually found the fix to this on the German OSCommerce web site. I don't read German but I was able to get what i wanted.

 

L?sung "upload.php"

[catalog]/admin/includes/classes/upload.php

 

Change this:

 

 

// self destruct

$this = null;

 

 

 

to this

 

// self destruct

// $this = null;

unset($this);

Archived

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

×
×
  • Create New...