whimsicalities Posted July 19, 2005 Share Posted July 19, 2005 When trying to connect to the Admin Tool (http://localhost/catalog/admin/) I get the following error: "Fatal error: Cannot re-assign $this in D:\Program Files\Apache Group\Apache2\htdocs\catalog\admin\includes\classes\upload.php on line 31" In other respects the installation seems to be OK. I can connect to the store and I have checked phpMyAdmin and the database seems to have been populated by the installation program. Until I can connect to Admin though I can't get any further. Any help appreciated. Link to comment Share on other sites More sharing options...
♥Vger Posted July 19, 2005 Share Posted July 19, 2005 php5 compatibility problem. catalog\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...
whimsicalities Posted July 19, 2005 Author Share Posted July 19, 2005 Thanks Vger - that did the trick nicely. I am now up and going. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.