I have NEVER used php before. I installed the form generator via Fantastico - and got an error. Then I took the advice of the install guide and deleted that version and downloaded it directly. I am still getting the same error message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@calshirtprinter.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.
This is what it says in my error log:
error: directory is writable by others: (/home/calshirt/public_html/phpform/forms)
I need to make an upload file feature on a client's site and have no clue what I am doing.
Can somebody please help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
According to the error message "error: directory is writable by others: (/home/calshirt/public_html/phpform/forms) " your server is set to reject something about directories that are writable by the world (probably 777 permissions being set).
Does the generator install anyway? Is it installed but just not working?
Why do you need the form generator just to implement "upload file feature"? Why not just setup ftp?
I have visited your site. It's empty. Whats up with that? The form generator is installed. It's an old version. Try using the latest version 2.09, I think.
I successfully created a form on your site. http://www.calshirtprinter.com/phpform/forms/form1.html
So tell me again, what is your problem exactly??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have NEVER used php before. I installed the form generator via Fantastico - and got an error. Then I took the advice of the install guide and deleted that version and downloaded it directly. I am still getting the same error message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@calshirtprinter.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.
This is what it says in my error log:
error: directory is writable by others: (/home/calshirt/public_html/phpform/forms)
I need to make an upload file feature on a client's site and have no clue what I am doing.
Can somebody please help me?
According to the error message "error: directory is writable by others: (/home/calshirt/public_html/phpform/forms) " your server is set to reject something about directories that are writable by the world (probably 777 permissions being set).
Does the generator install anyway? Is it installed but just not working?
Why do you need the form generator just to implement "upload file feature"? Why not just setup ftp?
I have visited your site. It's empty. Whats up with that? The form generator is installed. It's an old version. Try using the latest version 2.09, I think.
I successfully created a form on your site.
http://www.calshirtprinter.com/phpform/forms/form1.html
So tell me again, what is your problem exactly??