cancel
Showing results for 
Search instead for 
Did you mean: 

php error problems

epdowd
Newbie
Posts: 9
Registered: ‎31-08-2007

php error problems

I am trying to get an email contact form to work with php but am getting the following error message:

Execution of (feedback.php) is not permitted for the following reason:
Script is not executable. Issue 'chmod 755 filename'

Can anyone help me to sort this out...???
Thank you!
Rachel
2 REPLIES 2
Peter_Vaughan
Grafter
Posts: 14,469
Registered: ‎30-07-2007

Re: php error problems

The permissions of php files needs to be set correctly on the ccgi server for them to run properly.
Either use your FTP client to change the file permissions or login to the ccgi cshell server using telnet or putty and use the chmod command as instructed, although you should use 750 not 755.
See the following tutorials:
http://usertools.plus.net/tutorials/id/18
http://usertools.plus.net/tutorials/id/19
http://usertools.plus.net/tutorials/id/3
epdowd
Newbie
Posts: 9
Registered: ‎31-08-2007

Re: php error problems

Thank you Peter.
That's sorted that out, but raised some new problems!
Think they might be coding errors though.
Rachel