Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installing on windows xp platform


piero.longhetto

Recommended Posts

Posted

I'm trying to install oscommerce on a windows xp professional platform,

the install procedure terminated normaly but when i click on administrative tools i got this fatal error:

 

"Fatal error: Cannot re-assign $this in C:\apachefriends\xampp\htdocs\oscommerce-2.2ms2\catalog\admin\includes\classes\upload.php on line 31"

 

Please help me.

 

Piero from Italy

Posted

PHP5 compatibility problem.

 

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

 

change this:

$this = null;

 

to this

unset($this);

 

Problem solved.

 

Vger

Archived

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

×
×
  • Create New...