ctcco1 Posted July 7, 2008 Posted July 7, 2008 Hello, I cannot log on to the panel to get orders or update. When I go thru my username and password section it goes to a page that says "Fatal error:cannot re-assign $ this in /home/*****/public_html/admin/includes/classes/upload.php on line 31 Can anyone tell me what has happened? It has worked fine for two years? Thanks..... Chris
BryceJr Posted July 7, 2008 Posted July 7, 2008 Edit the upload.php from the admin/includes/classes folder with a text editor. Look for this line // self destruct $this = null; Change to // self destruct // $this = null; unset($this); This is usually the result of a server upgrade from PHP4.x to PHP5.x
ctcco1 Posted July 7, 2008 Author Posted July 7, 2008 This is usually the result of a server upgrade from PHP4.x to PHP5.x That is what happened. And it has been fixed with your help. Thanks...... Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.