brenridley Posted June 5, 2006 Posted June 5, 2006 I am tring to install oscommerce. I downloaded it, unzipped it, and used ftp (asci) to upload it to my server. When I run catalog/install/ it askes new or update. When I select new. It asks 2 questions (sample data and something else) when I press continue nothing happens it just refreshes the screen. I tried changing everything to 777. Thanks, Bren
Danimal13 Posted June 5, 2006 Posted June 5, 2006 Yes Please help because the same is happenning to me maybe you found out the correction and coule help me out? Stcuk on step 2 and can't do anything further please reply
mazter Posted June 6, 2006 Posted June 6, 2006 I had the same problem. When I replaced all $HTTP_GET_VARS and $HTTP_POST_VARS with $_GET and $_POST, I could make the installation. Now, I'm stuck with language inclusion problem and also with "Fatal error: Cannot re-assign $this in upload.php"
jacenstuff Posted June 6, 2006 Posted June 6, 2006 I had the same issue, I was trying to install OSC ona server that was using php 5.1 it just was not working, even though I took care fo the global_off issue. I had to ask my server provider to switch to php4.4.12(the older version they had) and it installed without a problem. I think OSC might have an issue with php5.1+ especially if you're trying to get around the globals issue. Try another version of PHP[if you can, I understand some of you are on a shared server as am I]. Thats all the advice I can help offer, I ahd to settle for older php, just so i could open up shop...yes,older...less secure, php...with globals_on *tear* We must be the change we wish to see in the world. ------------------------------------------------------------ p.s. BACKUP!
daxman Posted June 14, 2006 Posted June 14, 2006 Make sure you have register_long_arrays turned on in your php.ini That fixed it for me in PHP5 daxman
Recommended Posts
Archived
This topic is now archived and is closed to further replies.