piero.longhetto Posted August 16, 2005 Posted August 16, 2005 I'm trying to install oscommerce on a windows xp professional platform, the install procedure terminated normaly but when i click on administrative tools i got this fatal error: "Fatal error: Cannot re-assign $this in C:\apachefriends\xampp\htdocs\oscommerce-2.2ms2\catalog\admin\includes\classes\upload.php on line 31" Please help me. Piero from Italy
♥Vger Posted August 16, 2005 Posted August 16, 2005 PHP5 compatibility problem. In catalog\admin\includes\classes\upload.php on line 31 change this: $this = null; to this unset($this); Problem solved. Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.