Guest Posted July 22, 2004 Posted July 22, 2004 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?
Guest Posted July 22, 2004 Posted July 22, 2004 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.
Guest Posted July 22, 2004 Posted July 22, 2004 as i said, I already set them to 777, and I am still receiving that message when I run the install.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.