Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need Help Please!!


Guest

Recommended Posts

Posted

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

Posted

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

Posted

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)

Archived

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

×
×
  • Create New...