formtools / core

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

Installing Form Tools on CentOS #744

Open jeff-12345 opened 3 years ago

jeff-12345 commented 3 years ago

I've gone through the setup process of FormTools, got all the way to Step 6 - Clean Up: Congratulations, Form Tools has been successfully installed!. However, after clicking "Login to Form Tools" it craps out with the following message:

This page isn’t working 192.168.1.30 is currently unable to handle this request. HTTP ERROR 500

I've verified that my MySQL is working fine, my PHP is working fine, and my phpMyAdmin is working fine. Why is form tools still giving me error code 500? I've already set the proper file permissions as documented on Formtools web site regarding the cache and uploads folder to no avail.

My current setup:

CentOS 8 with SELinux disabled. MySQL Server version: 5.7.32 - MySQL Community Server (GPL) Apache/2.4.37 (centos) PHP version: 7.2.24 phpMyAdmin Version 4.9.4,

I am also seeing this: mysql -V mysql Ver 14.14

Not sure if that could be causing the issue, because it is not even being used by phpMyAdmin.

Please advise. Thanks,