Manmade Designs Posted July 30, 2005 Share Posted July 30, 2005 Hello all! When I go to access my admin panel, I get the following error: Fatal error: Cannot re-assign $this in /home/matt/sleepercivic.com/catalog/admin/includes/classes/upload.php on line 31 **NOTE: This is a FRESH install. I have never been able to access my admin panel, however I CAN access my online catalog. Thank you kindly! :thumbsup: My Current osCommerce Stores: http://www.CountryCreekFarm.com ** http://www.WOTTuning.com ** ** These are live stores, please do not make test orders! Link to comment Share on other sites More sharing options...
♥Vger Posted July 30, 2005 Share Posted July 30, 2005 php5 compatibility problem. In admin/includes/classes/upload.php on line 31, change $this = null; to unset($this); Vger Link to comment Share on other sites More sharing options...
Manmade Designs Posted July 30, 2005 Author Share Posted July 30, 2005 Excellent! That worked. Thank you very very much. Out of curiousity.. how did you know that was the fix? Thank you!! My Current osCommerce Stores: http://www.CountryCreekFarm.com ** http://www.WOTTuning.com ** ** These are live stores, please do not make test orders! Link to comment Share on other sites More sharing options...
♥Vger Posted July 30, 2005 Share Posted July 30, 2005 Out of curiousity.. how did you know that was the fix? It's been posted a few thousand times in the past year :D Vger Link to comment Share on other sites More sharing options...
Manmade Designs Posted July 30, 2005 Author Share Posted July 30, 2005 It's been posted a few thousand times in the past year :D Vger <{POST_SNAPBACK}> LOL! Well.. my apologies for not searching first.. I usually do but I was in lazy mode last night! LOL :) Since I am in the same mode this morning, any idea how to get rid of the images in the top-right corner? Not the very very top right, I already got rid of those, but the one's named like "table_background_default.gif", etc etc? Thank ya' sir! My Current osCommerce Stores: http://www.CountryCreekFarm.com ** http://www.WOTTuning.com ** ** These are live stores, please do not make test orders! Link to comment Share on other sites More sharing options...
♥Vger Posted July 30, 2005 Share Posted July 30, 2005 That should have been 'Thank ya maam!' Quickest way to get rid of all the table_background gifs is to save them all as transparent gifs - they're still there but don't appear on the page. Saves you having to go through all of the pages to remove the code. Vger Link to comment Share on other sites More sharing options...
Manmade Designs Posted July 31, 2005 Author Share Posted July 31, 2005 That should have been 'Thank ya maam!' Quickest way to get rid of all the table_background gifs is to save them all as transparent gifs - they're still there but don't appear on the page. Saves you having to go through all of the pages to remove the code. Vger <{POST_SNAPBACK}> D'oh! Sorry! >_< Yeah, I thought about that.. but I kinda wanted to save as much xfer as possible, but then again I could just make it a 1px x 1px transparent, and that would be virtually nothing. Thanks for the advice, I appreciate it! My Current osCommerce Stores: http://www.CountryCreekFarm.com ** http://www.WOTTuning.com ** ** These are live stores, please do not make test orders! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.