Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Unable to Access Admin


Billett

Recommended Posts

Posted

I have just finished installing oscommerce,

 

I try to access the admin area and get the following error

 

 

Fatal error: Cannot re-assign $this in C:\Program Files\xampp\htdocs\6057\admin\includes\classes\upload.php on line 31

Posted

Resolved.....

 

 

Changed

 

// self destruct

$this = null;

 

return false;

}

}

}

 

 

To........

 

// self destruct

unset($this);

 

return false;

}

}

}

Archived

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

×
×
  • Create New...