Guest Posted May 1, 2005 Share Posted May 1, 2005 I am trying to install the oscomerce 2.2 ms2 on my linux server. When I am reaching the step 7, following meesgae shown on the browser: ________________________________________________________ The configuration files do not exist, or permission levels are not set. Please perform the following actions: * cd /var/www/html/includes/ * touch configure.php * chmod 706 configure.php * cd /var/www/html/admin/includes/ * touch configure.php * chmod 706 configure.php __________________________________________________________ I have followed the procedure and tried chmod 706 and 777 and it still no response, why? I am stand on this step already for a few hours!!! Link to comment Share on other sites More sharing options...
Iggy Posted May 1, 2005 Share Posted May 1, 2005 777 ought to get it. Only 2 options I can think of. You're not hitting the right files. The perms aren't actually being updated. Can you confirm both? How are you updating the perms? Iggy Everything's funny but nothing's a joke... Link to comment Share on other sites More sharing options...
Guest Posted May 1, 2005 Share Posted May 1, 2005 I go to the terminal and type the commands below: cd /var/www/html touch configure.php chmod 706 configure.php cd admin touch configure.php chmod 706 configure.php any problems? or it is not the correct place of my files? Thx! Link to comment Share on other sites More sharing options...
Iggy Posted May 1, 2005 Share Posted May 1, 2005 cd /var/www/htmltouch configure.php chmod 706 configure.php cd admin touch configure.php chmod 706 configure.php <{POST_SNAPBACK}> /var/www/html/includes/ /var/www/html/admin/includes/ Iggy Everything's funny but nothing's a joke... Link to comment Share on other sites More sharing options...
Guest Posted May 1, 2005 Share Posted May 1, 2005 sorry, just the typing mistake I have do it on the includes folder but still doesn't work! any other reason? or my php configuration problems? Link to comment Share on other sites More sharing options...
Guest Posted May 1, 2005 Share Posted May 1, 2005 make sure php is not in safe mode Matti Link to comment Share on other sites More sharing options...
Guest Posted May 1, 2005 Share Posted May 1, 2005 make sure php is not in safe mode Matti <{POST_SNAPBACK}> how to know? how to make it into non-safe mode? Link to comment Share on other sites More sharing options...
♥Vger Posted May 1, 2005 Share Posted May 1, 2005 You'll find the setting in the php.ini file Vger Link to comment Share on other sites More sharing options...
Guest Posted May 1, 2005 Share Posted May 1, 2005 You'll find the setting in the php.ini file Vger <{POST_SNAPBACK}> safe_mode=off I think it is not the problem of the safe mode. Any idea? Link to comment Share on other sites More sharing options...
Iggy Posted May 1, 2005 Share Posted May 1, 2005 Hmmm, well... You can force the issue. In the zip or tar file there are empty config files. Fill in the blanks (there's info on the boards as to settings, do a search) and upload them to the appropriate spots, then test your store. You may have bigger problems than just this can't write deal so this may be a way to find out. Iggy Everything's funny but nothing's a joke... Link to comment Share on other sites More sharing options...
Guest Posted May 2, 2005 Share Posted May 2, 2005 Hmmm, well... You can force the issue. In the zip or tar file there are empty config files. Fill in the blanks (there's info on the boards as to settings, do a search) and upload them to the appropriate spots, then test your store. You may have bigger problems than just this can't write deal so this may be a way to find out. Iggy <{POST_SNAPBACK}> It is so complicated. By the way, I will try it and hope can found the reason? Do you think I can setup the shop manually not by the web wizard? Link to comment Share on other sites More sharing options...
Guest Posted May 3, 2005 Share Posted May 3, 2005 I have self created the configure.php file but something strange happened! Nearly all the directories are not writeable. Now I cannot add images for the products. I cannot backup the database because the backups directory not writeable...... Any idea? Link to comment Share on other sites More sharing options...
Iggy Posted May 3, 2005 Share Posted May 3, 2005 I have self created the configure.php file but something strange happened! Nearly all the directories are not writeable. Now I cannot add images for the products. I cannot backup the database because the backups directory not writeable...... Any idea? <{POST_SNAPBACK}> Change the perms? Since you have console access, try deleting all the files (keep copies of your configs) upload the osc tar ball and explode it in place. That might take care of most of your problems. Of course, I could be wrong too =] but I think that's what I would do in lieu of dinging the perms on a ton of files and folders individually. Iggy Everything's funny but nothing's a joke... Link to comment Share on other sites More sharing options...
Guest Posted May 4, 2005 Share Posted May 4, 2005 Change the perms? Since you have console access, try deleting all the files (keep copies of your configs) upload the osc tar ball and explode it in place. That might take care of most of your problems. Of course, I could be wrong too =] but I think that's what I would do in lieu of dinging the perms on a ton of files and folders individually. Iggy <{POST_SNAPBACK}> ok! let me try first. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.