Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newbie


mypsgift

Recommended Posts

Posted

Error:I can not write to this directory.Please set the right user permissions on :/home/......./public_html//includes/languages

 

 

 

Above is the problem i encounter!

Anyone pls help me!!!

Thanks a lot!!

Posted

You need to chmod the files above

 

From the KB

Changing file permissions

The permission on the catalog/includes/configure.php file needs to be set to 777 by logging into your root server and running "chmod 777 configure.php".

 

If you do not have access to the root of your server you can use an ftp program such as www.smartftp.com. When using an ftp program to change the permissions navigate to that specific file, right-click on it, and there will be a chmod (or change attributes) listing which is where the permissions would be changed to 777 for the catalog/includes/configure.php files ... 777 = read/write/execute.

 

If these permissions are not set correctly you will get an error when installing telling you the permission setting on catalog/includes/configure.php is not set correctly.

 

. Reset the permissions on catalog/includes/configure.php to 644 (if you are still getting the warning message at the top of the page after setting this configure.php files to 644 then set the catalog/includes/configure.php file to 444 which is read only - this happens on some servers that have been updated for security reasons).

3. Set the permissions on catalog/images directory to 777

4. Set the permissions on admin/images/graphs directory to 777

5. Create the directory admin/backups and set the permissions to 777 (this is the folder to store the database backup of your store in the "Tools" section of the store admin).

 

hope that helps

 

chmod can be used command line or in FTP. You can also use your webhost control panel if applicable

Archived

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

×
×
  • Create New...