formtools / core

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

After Install, login form is blank #644

Open IainDelaney opened 4 years ago

IainDelaney commented 4 years ago

Environment: Ubuntu 18.04, MySQL 8.0.18, PHP 7.2.24 I've set the cache and download folders writeable, and the install seems to proceed without issue, but when I try to load formtools/index.php the browser window is empty. Even if I do a 'view source' on the HTML, there's nothing there. Can you point me in the right direction to diagnosing this? Thanks.

benkeen commented 4 years ago

Hey @IainDelaney, I'd start with the PHP and Apache logs to see if anything gets thrown when you go to the page.

You could also edit your global/config.php file and add this line:

$g_default_error_reporting = 2047;

That may help to output warnings/errors to the screen.