Im suddenly receiving this error on every form I submit instead of the thankyou page I receive the following:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@vultures-row.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
-----------------------------------
I havent made any changes to any .php file I have only altered the formatting on 2 other forms that I also run off my server space but now all 3 forms are producing this error.....
I would really appreciate any help.
Thankyou
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
[2004-10-07 07:22:13]: error: file is writable by others: (/home/REST OF DIRECTORY/process.php)
I tried to change the permissions of the file as its at 777 but it wont let me it says:
550 Could not change perms on process.php: Bad file descriptor
SITE CHMOD 755 process.php
550 Could not change perms on process.php: Bad file descriptor
In my FTP program, so i tried with file manager in Cpanel and it didnt give me an error just didnt make the changes
:(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is because your hosting company does not allow write permissions. These permissions are absolutely necessary for "any" kind of dynamic file generation program, therefore they must be granted. You can consider a different hosting company if your current one cannot accomodate your needs. You might want to check out Microterra Solutions, which is the official phpFormGenerator hosting company and solutions/support provider: http://www.microterra.net . Universal plan includes 1GB of disk space and is only $5/mo . This might get you started. Other plans and services are also offered, so give it a look.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Im suddenly receiving this error on every form I submit instead of the thankyou page I receive the following:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@vultures-row.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
-----------------------------------
I havent made any changes to any .php file I have only altered the formatting on 2 other forms that I also run off my server space but now all 3 forms are producing this error.....
I would really appreciate any help.
Thankyou
additional info:
I found this in server error log:
[2004-10-07 07:22:13]: error: file is writable by others: (/home/REST OF DIRECTORY/process.php)
I tried to change the permissions of the file as its at 777 but it wont let me it says:
550 Could not change perms on process.php: Bad file descriptor
SITE CHMOD 755 process.php
550 Could not change perms on process.php: Bad file descriptor
In my FTP program, so i tried with file manager in Cpanel and it didnt give me an error just didnt make the changes
:(
This is because your hosting company does not allow write permissions. These permissions are absolutely necessary for "any" kind of dynamic file generation program, therefore they must be granted. You can consider a different hosting company if your current one cannot accomodate your needs. You might want to check out Microterra Solutions, which is the official phpFormGenerator hosting company and solutions/support provider: http://www.microterra.net . Universal plan includes 1GB of disk space and is only $5/mo . This might get you started. Other plans and services are also offered, so give it a look.
Try adding a
.htaccess
file to your form's admin folder
webserver/phpform/use/formname/admin
That worked for me.