macad613 Posted December 4, 2006 Posted December 4, 2006 >_< I have just loaded a version of oscommerce and the shop opens fine but I cannot open admin to config it. I get the following error: Fatal error: Cannot re-assign $this in /home/enwzocri/public_html/oztechdirect/catalog/admin/includes/classes/upload.php on line 31 The line is as follows: $this = null; I have Renamed my install folder as stated and the front page warnings are gone. I have no idea what to to try I xed the line but that just gave me another error. I Really Really Really Need help on this one.!!!! Hopefull Dave Macad613 :'(
crash3903 Posted December 4, 2006 Posted December 4, 2006 >_< I have just loaded a version of oscommerce and the shop opens fine but I cannot open admin to config it. I get the following error:Fatal error: Cannot re-assign $this in /home/enwzocri/public_html/oztechdirect/catalog/admin/includes/classes/upload.php on line 31 The line is as follows: $this = null; I have Renamed my install folder as stated and the front page warnings are gone. I have no idea what to to try I xed the line but that just gave me another error. I Really Really Really Need help on this one.!!!! Hopefull Dave Macad613 :'( In the file mentioned change // self destruct $this = null; return false; } } } To........ // self destruct unset($this); return false; } } } Regards Mark A Reynolds
macad613 Posted December 4, 2006 Author Posted December 4, 2006 Thankyou, Thankyou and Thankyou. Good onya Buddy that did the trick!!! Cheers and the best of wishes from a very Gratefull Aussie Dave Macad :D
crash3903 Posted December 4, 2006 Posted December 4, 2006 Thankyou, Thankyou and Thankyou. Good onya Buddy that did the trick!!! Cheers and the best of wishes from a very Gratefull Aussie Dave Macad :D presume you are happy then :) Your welcome Regards Mark A Reynolds
Recommended Posts
Archived
This topic is now archived and is closed to further replies.