Guest Posted June 29, 2004 Posted June 29, 2004 I am a newbie, Can someone tell me how to preform this task.. The following error has occurred: The configuration files do not exist, or permission levels are not set. Please perform the following actions: cd /home/sites/www.paintballunlimited.org/web/store/catalog/includes/ touch configure.php chmod 706 configure.php cd /home/sites/www.paintballunlimited.org/web/store/catalog/admin/includes/ touch configure.php chmod 706 configure.php Please let me know Thankyou
Guest Posted June 30, 2004 Posted June 30, 2004 This mean that before you start installation, you have to chmod (change permission) both catalog and admin/includes/configure.php to 777 and chmod them back to 644 when installation is over. This is a good document to read The_Bear
Guest Posted July 3, 2004 Posted July 3, 2004 if it is locally that you installed it than with your own shell. If it is on a server, than you either ftp to it and use the ftp client to do the chmod or which is safer (and only if the server accepts this) you use a shell and you ssh to it example ssh your.server.com and login and chmod Remember of course to have the right permission before doing so :) Richard B)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.