mypsgift Posted February 27, 2007 Posted February 27, 2007 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!!
Guest Posted February 27, 2007 Posted February 27, 2007 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
mypsgift Posted February 28, 2007 Author Posted February 28, 2007 Will try the method that you give me! Thanks a lot my dear friends! Thank you very much!!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.