Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

osCommerce MS2 dosn't work with PHP 5


Gil-Gallad

Recommended Posts

Posted

When I try to install ms2 at server wich support PHP 5.0, i receive the error whis admin/includes/classes/upload.php file at 34 string - where something about

$this = null

 

Can someone told me - is this a big problem, if I comment this line? (in this case i get admin area looks working, but i don't know how properly it work)

 

Or this is an fatal incompatibility between MS2 and PHP 5.0?

 

And can i hope, that MS3 will be compatible with PHP 5.0?

Greeting from the elves!

 

My Contributions

Posted

Change as follows:

 

Old:

// self destruct

$this = null;

 

New:

// self destruct

// $this = null;

unset($this);

Archived

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

×
×
  • Create New...