pits81 Posted August 31, 2005 Share Posted August 31, 2005 I have installed succesfully oscommerce on windowsxp running apache.Now i try to install it on a linux system(fedora core) and it seems I cant get past installation step 2. I press continue but it keeps reloading the same screen.No error dispayed.All services running normally.Any ideas? Thnx in advance!!! :'( Link to comment Share on other sites More sharing options...
♥Vger Posted August 31, 2005 Share Posted August 31, 2005 1. Did you create a blank database before starting the install? 2. Have you got php5 installed? In which case, if it's your server, I'd rollback to php 4. If that's not an option then edit admin/includes/classes/upload.php on line 31 from $this=null; to unset($this); 3. Make sure that all folders have permissions of 755, and the two configure.php files permissions of 755 or 777 for the install and reset after. Vger Link to comment Share on other sites More sharing options...
Tri County Gear Posted September 5, 2005 Share Posted September 5, 2005 1. Did you create a blank database before starting the install?2. Have you got php5 installed? In which case, if it's your server, I'd rollback to php 4. If that's not an option then edit admin/includes/classes/upload.php on line 31 from $this=null; to unset($this); 3. Make sure that all folders have permissions of 755, and the two configure.php files permissions of 755 or 777 for the install and reset after. Vger <{POST_SNAPBACK}> I am having this same problem. I am running my own server and php5 is installed I would prefer not to roll back to php4 if possible. I have created a blank DB I made the change to the upload.php file and have made sure the permisions are right. Any other sugestions before I roll back the the older version of php? Ken Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.