I'm trying to submit and reach the page to manage the records of my form but I can't :(
I installed phpformgeneretor via Fantastico.
I can see this message when I try to submit the form and when I try to reach the administration portal created for managing the form records:
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator 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 already give read+write permissions to the forms directory (located under the phpformgen directory). Maybe there are another permissions to give...
I saw that this problem already occurred for some people (do you resolved it?!)
Thank you for your help!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Because you installed this using a tool on your sever your best and fastest solution will be found by contacting your host support team and explaining to them what you did and what errors you see. If they can not resolve your problem please come back and I will provide whatever help I can to get you up and running.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can edit the form in any reasonable WYSIWYG html editor. Just stay away from editing properties for the form entry boxes. Adding and subtracting form entries is more technical because you then need to edit your process.php file. If you know some php programming and feel brave, feel free to make any changes you want. Otherwise create new forms and again edit the html in your favorite editor.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm trying to submit and reach the page to manage the records of my form but I can't :(
I installed phpformgeneretor via Fantastico.
I can see this message when I try to submit the form and when I try to reach the administration portal created for managing the form records:
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator 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 already give read+write permissions to the forms directory (located under the phpformgen directory). Maybe there are another permissions to give...
I saw that this problem already occurred for some people (do you resolved it?!)
Thank you for your help!!!
Because you installed this using a tool on your sever your best and fastest solution will be found by contacting your host support team and explaining to them what you did and what errors you see. If they can not resolve your problem please come back and I will provide whatever help I can to get you up and running.
You're right they resolved the problem.
Another stupid question... Is it possible to modify an already generated form and how can I do that?
You can edit the form in any reasonable WYSIWYG html editor. Just stay away from editing properties for the form entry boxes. Adding and subtracting form entries is more technical because you then need to edit your process.php file. If you know some php programming and feel brave, feel free to make any changes you want. Otherwise create new forms and again edit the html in your favorite editor.