rebeltwins Posted December 1, 2005 Share Posted December 1, 2005 I applied the Register Globals Patch Files in my osCommerce in http://www.pinoystore.profusehost.net/shop/ and it works! then when I try go to the admin index.php, this is what I got; Fatal error: Cannot re-assign $this in /home/pinoyovv/public_html/shop/admin/includes/classes/upload.php on line 31 I'am newbie in php scripts, how can I correct his error? Please help! :( Link to comment Share on other sites More sharing options...
Avec Posted December 1, 2005 Share Posted December 1, 2005 php5 compatibility problem admin/includes/classes/upload.php on line 31, edit $this = null; to this: unset($this); Vger Link to comment Share on other sites More sharing options...
rebeltwins Posted December 1, 2005 Author Share Posted December 1, 2005 Thanks for your help, I changed the script by applying the update 051113 of osCommerce and now its working. :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.