Guest Posted July 15, 2005 Share Posted July 15, 2005 When i try to go to my admin (/catalog/admin/index.php) i get this error: Fatal error: Cannot re-assign $this in /home/xabstrac/public_html/catalog/admin/includes/classes/upload.php on line 31 Please help I dont understand what is wrong. Link to comment Share on other sites More sharing options...
Guest Posted July 15, 2005 Share Posted July 15, 2005 After browsing around for a while i came up to this. you are most likely using php5, if you wish to do so you will need to do a manual installation of the database via phpmyadmin, editing the configure.php files, and edit admin/includes/clases/upload.php, on line 31, change this: $this=null; to this: unset($this); I tried to log into phpMyAdmin but for some reason it tells me i have "No Privileges" to create a database. Any idea on how i can give myself Privilege? Link to comment Share on other sites More sharing options...
Guest Posted July 15, 2005 Share Posted July 15, 2005 wow, this is weird, just fixed itself Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.