I'm trying to edit my process.php file so that I can change the way the From: and Subject: read in the response. I'm able to do that fine but when I go to ftp the file back to the server, I get error. I've confirmed that all directories and files are 777. Please advise...
This is the error I get...
553 Rename/move failure: Permission denied
I've tried several FTP programs and none are working.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
+ Don't keep everything chmod 777. After getting in touch with your host how to change the permissions, you may use 755 for folders, 777 for html form and 644 for process.php.
I'm not so pro about these, but all comes from some experiences (feedbacks from my host) and infos that I read here.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to edit my process.php file so that I can change the way the From: and Subject: read in the response. I'm able to do that fine but when I go to ftp the file back to the server, I get error. I've confirmed that all directories and files are 777. Please advise...
This is the error I get...
553 Rename/move failure: Permission denied
I've tried several FTP programs and none are working.
This problem is not related to the form generator. If you can not edit or delete files on your site you will have to get support from your host.
+ Don't keep everything chmod 777. After getting in touch with your host how to change the permissions, you may use 755 for folders, 777 for html form and 644 for process.php.
I'm not so pro about these, but all comes from some experiences (feedbacks from my host) and infos that I read here.