minibom Posted August 17, 2005 Share Posted August 17, 2005 I have a problem when i setup osCommerce script ! Who can help me fix it ??? Thank you very much ! I had setup full software such as Apache, MySQL, PHP, myPHPAdmin and configure correctly so that i can run osCommerce script on localhost. First, I use phpMyadmin to create osCommerce database. Yes, just that ! I dont know way use phpMyAdmin more ! :) Next, I follow all instruction to create my web shop from osCommerce. Finally, after finished all step i recieved notice "The configuration was successful!" on display with 2 button "catalog" and "Administration Tool" but when i click on "Administration Tool" button, i recieved notice error is "Fatal error: Cannot re-assign $this in C:\Program Files\Apache Group\Apache2\htdocs\Shop\catalog\admin\includes\classes\upload.php on line 31" and i cant log in to area of Administration, huhu.... Who can tell me why :) ? Yes, just that !!! I use Window XP SP2, PHP 5.02, MySQL server and client 4.02d, Apache HTTP Server 2.0.5. I have some software such as : mod_ssl-2.8.23-1.3.33.tar, openssl-0.9.8.tar, ZendOptimizer-2.5.10a-Windows-i386 but i cant setup "mod_ssl" and "openssl" on my computer so that configure like instruction document said . PLEASE !!! WHO CAN HELP ME STEP BY STEP FIX THAT ERROR AND MORE SO THAT I CAN ASCOMPLETE MY SITE ON LOCALHOST FIRST ! THANKS !!! Link to comment Share on other sites More sharing options...
♥Vger Posted August 17, 2005 Share Posted August 17, 2005 php5 compatibility problem. In catalog\admin\includes\classes\upload.php on line 31 edit: $this = null; to this: unset($this); Done! Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.