Gil-Gallad Posted December 18, 2004 Posted December 18, 2004 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
Guest Posted December 18, 2004 Posted December 18, 2004 Change as follows: Old: // self destruct $this = null; New: // self destruct // $this = null; unset($this);
Gil-Gallad Posted December 19, 2004 Author Posted December 19, 2004 Change as follows: Old: // self destruct $this = null; New: // self destruct // $this = null; unset($this); <{POST_SNAPBACK}> Thank you very much. Greeting from the elves! My Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.