Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Strange problem


thegrave

Recommended Posts

Posted

At step 7 the following error occurs:

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

 

Please perform the following actions:

cd /home/rosty/www/www/catalog/includes/

touch configure.php

chmod 777 configure.php

cd /home/rosty/www/www/catalog/admin/includes/

touch configure.php

chmod 777 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.

 

I've tried anything that came on my mind - inserted db name and pass in the configure.php, preliminary set the permissions for the files, renamed the files, as well as trying without enabling ssl - nothing of these worked.I made a trivial configuration with storing info in database(not files),automatic configuration, no persistent connections and all paths checked at least twice every try.All the present steps were passed without a single error.Any ideas :( ?

Posted

this is a file permission error. for the installation only, give the files read/write/execute properties for UGO, chmod 777 configure.php

and the one in admin/includes.

 

chmod 644 after installation.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...