b03tz / FormSave

FormSave is a FormIt hook that allows you to save forms to the database and export them to a variety of formats.
16 stars 17 forks source link

Formsave not saving data and gives an internal error #22

Open kevindRuby opened 10 years ago

kevindRuby commented 10 years ago

I am using MOdx Revo. Recently my server was upgraded to php 5.4.30. After the upgrade I checked modx formsave to get the following error msg below. I reinstalled formsave hoping it would help but I keep getting the same error and my formit data is no longer saving.

This is the error msg i get each time I go to Modx > Components > Formsave::

"syntax error: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@galactica.co.tt 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. Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 Server at fun.pixelstation6.com Port 80 "

kevindRuby commented 10 years ago

The only good news is the data is saving to the table formsave_forms in the mysql database however formsave is not displaying this data when I go to Components > Formsave in the Modx Manager