Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with Admin page


Micha Jovanovic

Recommended Posts

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

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

Archived

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

×
×
  • Create New...