Knowledge Base Article

osCommerce error 'Cannot reassign this'

The error appears because your OS Commerce is based on PHP4 rather than PHP5. To resolve the error message, you should follow the instructions below:


1. Go to your cPanel. Refer to SiteGround cPanel access guide.


2. Click on the File Manager icon.


3. Click on the folder icon next to public_html folder name.


4. Click on the folder icon next to the folder in which your osCommerce is installed


5. Find ../catalog/admin/includes/classes/upload.php file and click on it


6. In the upper right corner you will see several management options for upload.php file. Click on Edit File


7. Open the file and find the line (about 30 lines down) that says:

 

// self destruct
$this = null;

 

And change it to:

 

// self destruct
// $this = null;
unset($this);

 


This should solve your problem.

 

If you find modifying the code yourself difficult, ask your host for assistance. SiteGround provides the best osCommerce hosting and such issues are resolved in minutes.



Rating

Please indicate if this article was helpful for you.

rating :  4.9 from 5
views :  6633
votes :  112

Haven't found what you are looking for? Suggest an article HERE.

powered by

Valid XHTML 1.0 Strict Valid CSS!