carlost Posted April 21, 2005 Posted April 21, 2005 Sure would appreciate any input on how I can get to access the admin panel on an Intranet installation. What I get when trying to is the following error: Fatal error: Cannot re-assign $this in C:\apachefriends\xampp\htdocs\admin\includes\classes\upload.php on line 31 I have used xampp (apache / MySQL / phpMyAdmin) to create a server envitonment inside of windows xp home. Everything in the store/catalog area seems to work just fine. I just can't access the admin area. Thanks in advance for any input. Carlos Thomas
Winterchild Posted April 21, 2005 Posted April 21, 2005 If you searched for +$this +XAMPP you would have found this: XAMPP does use php5 so you'll need to edit admin/includes/classes/upload.php on line 31. Where it says $this just change it to unset ($this); and you wouldn't have had to wait for an answer Forum search Contributions search Documentation search (note: docs being adapted for MS3, may be different for MS2) 3 tips for better forum searching Want to post? Read this first: osCommerce for dummies Topic name etiquette Basics: Basics for design Right syntax to use near '-20, 20' Cannot re-assign $this Parse error
Recommended Posts
Archived
This topic is now archived and is closed to further replies.