formtools / core

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

FormTools 3 Setup on CentOS8 - completes, but Formtools give HTTP ERROR 500 #745

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 just give me 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 with the test info.php page, and my phpMyAdmin is working fine. Logging into phpMyadmin, I see that it formtools had added a bunch of extra items to my database with the assigned prefix specified during setup, so I know it's connecting and communicating with mysql.

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. This current version of Formtools does not have a "cache" folder within ./themes/defaults. I had also tried the following command: chcon --type httpd_sys_rw_content_t cache to no avail, so I disabled SELinux which that command corresponds to. So that shouldn't be the problem.

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 shows the following 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,