Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help with the install


prodriguez021

Recommended Posts

Posted

After I installed the oscommerce, I clicked the Administration Tool button ang got the following erorr,

 

Fatal error: Cannot re-assign $this in /var/www/html/oscommerce/admin/includes/classes/upload.php on line 31

 

Is it because I have PHP5 installed? Can somebody tell me how to fix this problem? thanks.

 

 

Paul

Posted

yes it is, search for php5 and you will find the answer of what you need to do with line 31.

 

search is your best friend . . .

Posted

I did search for php5 trying to get answer but I didin't find anything. Can someone tell me what went wrong or what I was missing during installation? Thanks.

 

got it. thanks.

 

change line 31 to unset($this). Guess the $this=null is not allowed in php5. The site I was searching was in German.

Posted
After I installed the oscommerce, I clicked the Administration Tool button ang got the following erorr,

 

Fatal error: Cannot re-assign $this in /var/www/html/oscommerce/admin/includes/classes/upload.php on line 31

 

Is it because I have PHP5 installed? Can somebody tell me how to fix this problem? thanks.

Paul

 

I set it to $this->set_null,

Seems to be working.

If it ain't fixed,broke it!

Archived

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

×
×
  • Create New...