dvansh Posted September 21, 2005 Posted September 21, 2005 I get this error when I try to load the admin tool: Fatal error: Cannot re-assign $this in C:\Program Files\xampp\htdocs\catalog\admin\includes\classes\upload.php on line 31 This is a new install. I am using xampp for the LAMP install. ANy help would be appreciated d
kgt Posted September 21, 2005 Posted September 21, 2005 A search would have answered this question. Open C:\Program Files\xampp\htdocs\catalog\admin\includes\classes\upload.php and replace $this = null; with unset( $this ); on line 31. Contributions Discount Coupon Codes Donations
Guest Posted September 21, 2005 Posted September 21, 2005 better off all the way around to use a different version the one you are using has php5
dvansh Posted September 21, 2005 Author Posted September 21, 2005 better off all the way around to use a different version the one you are using has php5 <{POST_SNAPBACK}> Thanks for the information. and I had searched and did not find anything relevant.
♥Vger Posted September 21, 2005 Posted September 21, 2005 XAMPP is (in my opinion) the most feature-packed local server you can install - and with less problems than other all-in-one packages. It also comes with php4, and the ability to switch between 4 and 5 via the XAMPP control panel at http://localhost/xampp :D Vger better off all the way around to use a different version the one you are using has php5 <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.