PDA

View Full Version : Confiuration problems


Roger
3-31-04, 09:40 AM
I reinstall the software now i am getting this message:

The configuration files do not exist, or permission levels are not set.

Please perform the following actions:
cd /www/u/n/uncutmedia.com/htdocs/bags/includes/
touch configure.php
chmod 706 configure.php
cd /www/u/n/uncutmedia.com/htdocs/bags/admin/includes/
touch configure.php
chmod 706 configure.php

If chmod 706 does not work, please try chmod 777.

If you are running this installation procedure under a Microsoft Windows environment, try renaming the existing configuration file so a new file can be created.

tresrhnter
4-2-04, 06:51 PM
Roger,

do you need to know how to chmod a file?

Mel-

dirtysouthrapco
4-7-04, 06:07 PM
If the config file's in both catalog/includes and admin/includes do in fact exsist, normally youd only need to make sure the config's are set up right and chmod them with your favorite FTP program... in this case you'll need to open windows notepad and past:

<?php
chmod('includes/configure.php', 0444);
?>

Save the file as chmod.php and upload to the /catalog dir and /admin dir as well (just to be safe). Then load the chmod.php into your browser ( www.domain.com/pathto/catalog/chmod.php ) and you'll be set. If you still have problems id say just delete your oscommerce dir and login to ops and just click the logo and reinstall. Hope it helps.