Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
php error problems
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- php error problems
php error problems
31-08-2007 4:36 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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
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
Message 1 of 3
(1,996 Views)
2 REPLIES 2
Re: php error problems
31-08-2007 4:46 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
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
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
Message 2 of 3
(556 Views)
Re: php error problems
31-08-2007 4:58 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thank you Peter.
That's sorted that out, but raised some new problems!
Think they might be coding errors though.
Rachel
That's sorted that out, but raised some new problems!
Think they might be coding errors though.
Rachel
Message 3 of 3
(556 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page