Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

FATAL ERROR


Guest

Recommended Posts

Posted

I received this error message:

 

Fatal error: Cannot re-assign $this in /home/mountain/public_html/store/admin/includes/classes/upload.php on line 31

 

Does anyone have any idea what I need to do. This program has been running for over 8 months with no problems. Now this appears.

 

I am not a programer so this is foreign to me.

 

Thanks!

Posted
I received this error message:

 

Fatal error: Cannot re-assign $this in /home/mountain/public_html/store/admin/includes/classes/upload.php on line 31

 

Does anyone have any idea what I need to do. This program has been running for over 8 months with no problems. Now this appears.

 

I am not a programer so this is foreign to me.

 

Thanks!

 

I assume your using Php5, because I am and had to do the following to fix it.

 

Ftp to your site and find the file /catalog/admin/includes/classes/upload.php and download it.

 

Change line 31 from:

$this = null;

to

$this->set_null;

 

I would make a back-up of the file just in case :-)

 

Regards,

Randy

Archived

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

×
×
  • Create New...