Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

upload.php Fatal Error : please help =(


Guest

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...