johnkolk Posted October 7, 2005 Share Posted October 7, 2005 I'm new to this so I hope this is the right place to ask? I'm stuck right at the start, I have uploaded all the files via dreamweaver ftp and now cant change the permission on the Configure.php to 777. I change them but it is not excepted? I even downloaded smartftp and tried but it didn't understand the the command 'CHMOD 777 configure.php'. which I was told by the host company to try? Any help would be great. Thanks John Link to comment Share on other sites More sharing options...
rashadc Posted October 8, 2005 Share Posted October 8, 2005 I'm new to this so I hope this is the right place to ask?I'm stuck right at the start, I have uploaded all the files via dreamweaver ftp and now cant change the permission on the Configure.php to 777. I change them but it is not excepted? I even downloaded smartftp and tried but it didn't understand the the command 'CHMOD 777 configure.php'. which I was told by the host company to try? Any help would be great. Thanks John If you're Windows based, you can ftp via Explorer using this format - ftp://userid@ftp_domain.com then right click on configure.php, select properties and check all the permissions boxes. This is mode 777. Hope that helps! Rashad Link to comment Share on other sites More sharing options...
♥Vger Posted October 8, 2005 Share Posted October 8, 2005 Create a new text file on your desktop and rename it to chmod.php (ignore the warning about changing the file type). Put this code inside the file. <?php chmod ("includes/configure.php", 0777); ?> Upload it to the root of your website via FTP, and then type http://www.yourdomain.com/chmod.php into your rbowser. You won't see anything on the screen but the file permission will have been changed. Do the same for the 'admin' folder. When you've done the install edit the file to read 0644, upload it to the root and do the same again. Vger Link to comment Share on other sites More sharing options...
johnkolk Posted October 9, 2005 Author Share Posted October 9, 2005 Create a new text file on your desktop and rename it to chmod.php (ignore the warning about changing the file type). Put this code inside the file. <?php chmod ("includes/configure.php", 0777); ?> Upload it to the root of your website via FTP, and then type http://www.yourdomain.com/chmod.php into your rbowser. You won't see anything on the screen but the file permission will have been changed. Do the same for the 'admin' folder. When you've done the install edit the file to read 0644, upload it to the root and do the same again. Vger Thanks for your help, The hosting company ended up working it out for me but I do appreciate your help Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.