Pooky Posted August 12, 2005 Posted August 12, 2005 Seemed to install fine and I was well happy as the first time I have even touched apache (used xampp package with PhP and MySQL) However when I try to go to Admin it says this Fatal error: Cannot re-assign $this in C:\Program Files\xampp\htdocs\clubshop\admin\includes\classes\upload.php on line 31
♥Vger Posted August 12, 2005 Posted August 12, 2005 \admin\includes\classes\upload.php on line 31 change this __________ $this = null; to this ______ unset ($this); Vger
Pooky Posted August 12, 2005 Author Posted August 12, 2005 \admin\includes\classes\upload.php on line 31 change this __________ $this = null; to this ______ unset ($this); Vger <{POST_SNAPBACK}> thanks, could you let me know what it does as well and how come it didn't work on install please?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.