Guest Posted September 27, 2005 Posted September 27, 2005 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!
rhenderson Posted September 27, 2005 Posted September 27, 2005 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
FalseDawn Posted September 27, 2005 Posted September 27, 2005 Not being a programmer is no excuse for being lazy and not searching. http://www.google.com/search?hl=en&q=Canno...-assign+%24this
Recommended Posts
Archived
This topic is now archived and is closed to further replies.