Micha Jovanovic Posted July 11, 2005 Share Posted July 11, 2005 Hello, I`m new to php and osCommerce, after putting things up, php5 and msql4, the shop is shown but I can?t get to the Admin page, the error is: Fatal error: Cannot re-assign $this in c:\Inetpub\wwwroot\catalog\admin\includes\classes\upload.php on line 31 I think there is a problem in upload.php but as I said, I?m not a php coder. Can anyone help? The shop looks great and I really want to use it. Micha. Link to comment Share on other sites More sharing options...
♥Vger Posted July 11, 2005 Share Posted July 11, 2005 php5 compatibility problem. Download and edit admin/includes/classes/upload.php and on line 31 where it says: $this = null; change it to: unset($this); Vger Link to comment Share on other sites More sharing options...
Micha Jovanovic Posted July 11, 2005 Author Share Posted July 11, 2005 php5 compatibility problem. ... Thanks a lot for the quick answer. That was exactly the fix. Many Greetings from Berlin to UK! Have a nice day. Micha. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.