mmier Posted November 19, 2004 Posted November 19, 2004 I recently did a new install of OSC and it looked like everything worked fine. I can open the cart page, but when I try to open up the administration section, I get the following error. Fatal error: Cannot re-assign $this in \www\catalog\admin\includes\classes\upload.php on line 31 PHP Fatal error: Cannot re-assign $this in \www\catalog\admin\includes\classes\upload.php on line 31 Anyone have any clue why??? I?m using the most recent version of OSC. :'( Mike Miz --------------------- Contributions New Fields with Easy Populate Remove Category Images
OceanRanch Posted November 19, 2004 Posted November 19, 2004 PHP5 restricts assigning a value to the variable $this. Comment that line out //$this = null; and you'll be ok with no ill affects. HTH Tom
mmier Posted November 19, 2004 Author Posted November 19, 2004 yup, found that about 5 minutes after i posted. worked like a charm! :D thanks!!!! Miz --------------------- Contributions New Fields with Easy Populate Remove Category Images
Recommended Posts
Archived
This topic is now archived and is closed to further replies.