Guest Posted November 3, 2005 Posted November 3, 2005 I know I have seen this somewhere before. However after 45 min of searching, can't seem to find the solution today. Fatal error: Cannot re-assign $this in G:\Corporate Websites\PCandStuff\catalog\admin\includes\classes\upload.php on line 31 THANKS LOTS
postma Posted November 4, 2005 Posted November 4, 2005 you must use unset($this); instead of $this = null; this was recently changed in PHP5
Recommended Posts
Archived
This topic is now archived and is closed to further replies.