formtools / core

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

Installation is stuck at create database table page #798

Open adrishgithub opened 3 years ago

adrishgithub commented 3 years ago

When I am trying to install the formtool 3.0.20 in Ubuntu 20.04 LTS, the installation is getting stuck at create database table page. The tables are getting created but the dialog is not progressing to next window i.e. create config file.

Could anybody help me with this.

ghost commented 3 years ago

Hey There!

Do you have any logs you can share from your Webserver (Apache, PHP-FPM/Nginx)? Please take care to remove any sensitive information from these however.

What's probably happening is Form Tools doesn't have write access to drop the configuration file to the server after it's done, but I'll need more information to help you out from there.

If you have a screenshot, that helps as well.

Let me know!

adrishgithub commented 3 years ago

Step 1 image Step 2 image After step 2, I confirmed in DB, the tables are created, refer to following screenshot, but the installation is not progressing to create config file step. P.S. Don't worry about the root password, it's a local dev db :) image

I am running it on XAMPP for Linux 8.0.7 stack and not able to find the apache2 log, can u help me get the location for webserver log. Appreciate your help in advance!!

jobrien2001 commented 2 years ago

I. had the same problem running php 8. Switching down to 7.4 let me get passed it.

benkeen commented 1 year ago

Hmm! I didn't notice this myself on PHP 8.2, however there is an issue on that installation page where it's complaining that the tables already existed - even if they didn't. I'll be looking at this for the next release.

The latest version of Form Tools (3.1) supports PHP 8 now.

Edit: hmm, now I can't reproduce this. I'll leave this open but remove it from a milestone.