Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

local installation admin error


Pooky

Recommended Posts

Posted

Seemed to install fine and I was well happy as the first time I have even touched apache (used xampp package with PhP and MySQL)

 

However when I try to go to Admin it says this

 

Fatal error: Cannot re-assign $this in C:\Program Files\xampp\htdocs\clubshop\admin\includes\classes\upload.php on line 31

Posted

\admin\includes\classes\upload.php on line 31

 

change this

__________

 

$this = null;

 

to this

______

 

unset ($this);

 

Vger

Posted
\admin\includes\classes\upload.php on line 31

 

change this

__________

 

$this = null;

 

to this

______

 

unset ($this);

 

Vger

 

 

thanks, could you let me know what it does as well and how come it didn't work on install please?

Archived

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

×
×
  • Create New...