amychou8080 Posted December 1, 2005 Share Posted December 1, 2005 I have configure sucessful, and press the button "administration tool", then the new web page show: Fatal error: Cannot re-assign $this in F:\web_site_2004\2006-11\xxxx.com\www\catalog\admin\includes\classes\upload.php on line 31 After checking with upload.php, the content on line 31 is " $this = null; ", would someone can advise me what should do to correct it? Thank you very much! Link to comment Share on other sites More sharing options...
Avec Posted December 1, 2005 Share Posted December 1, 2005 php5 compatibility problem admin/includes/classes/upload.php on line 31, edit $this = null; to this: unset($this); Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.