formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Forms built and configured but 500 error on publishing #600

Closed MidCheshireMC closed 5 years ago

MidCheshireMC commented 5 years ago

Hi,

I am getting a 500 error when pressing the publish tab button in Form Tools. The rest of the functionality worked absolutely perfectly.

Running LAMP server on Centos 7 ? Any ideas would be gratefully received

Formtools

Thanks MidCheshire MC

benkeen commented 5 years ago

Hmm! Could you check your PHP error logs to see if there's any details output about the error you're seeing?

kniiiip commented 5 years ago

I had the exact same error today and when I looked in the error logs I didn't have write permissions in some subfolders of the /themes/default folder.

The problem was solved after giving recursive write permissions to the /themes/default folder

MidCheshireMC commented 5 years ago

In the end I wrote my own PHP / html that used my existing database and dropped FormTools. That's great you found the permissions issue on /themes/default folder as I'll re-use FormTools on another project.

Thanks MidCheshireMC