prodriguez021 Posted September 25, 2005 Posted September 25, 2005 After I installed the oscommerce, I clicked the Administration Tool button ang got the following erorr, Fatal error: Cannot re-assign $this in /var/www/html/oscommerce/admin/includes/classes/upload.php on line 31 Is it because I have PHP5 installed? Can somebody tell me how to fix this problem? thanks. Paul
Guest Posted September 25, 2005 Posted September 25, 2005 yes it is, search for php5 and you will find the answer of what you need to do with line 31. search is your best friend . . .
prodriguez021 Posted September 25, 2005 Author Posted September 25, 2005 I did search for php5 trying to get answer but I didin't find anything. Can someone tell me what went wrong or what I was missing during installation? Thanks. got it. thanks. change line 31 to unset($this). Guess the $this=null is not allowed in php5. The site I was searching was in German.
leroys1000 Posted September 26, 2005 Posted September 26, 2005 After I installed the oscommerce, I clicked the Administration Tool button ang got the following erorr, Fatal error: Cannot re-assign $this in /var/www/html/oscommerce/admin/includes/classes/upload.php on line 31 Is it because I have PHP5 installed? Can somebody tell me how to fix this problem? thanks. Paul I set it to $this->set_null, Seems to be working. If it ain't fixed,broke it!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.