Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Message about file permission


Guest

Recommended Posts

Posted

Okay, I got my mySQL database running, and it clears the installation right, until I get this:

 

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

 

Please perform the following actions:

cd /home/httpd/vhosts/unsigned-online.com/httpdocs/shop/catalog/includes/

touch configure.php

chmod 706 configure.php

cd /home/httpd/vhosts/unsigned-online.com/httpdocs/shop/catalog/admin/includes/

touch configure.php

chmod 706 configure.php

 

 

So i figure, simple, just chmod the files to 777. Did that, STILL get the message, any ideas anyone?

Posted

you should read the knowledge base, from top to bottom, this is answered in there. the main portion since you are installing instead of reading, is to at least read the installation section. your configure.php files need to be written to during the configuration and with the default they cant be written to. change the properties to 777, then redo the installation, then once done set them to 644.

Posted

as i said, I already set them to 777, and I am still receiving that message when I run the install.

Archived

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

×
×
  • Create New...