core icon indicating copy to clipboard operation
core copied to clipboard

Installation is stuck at create database table page

Open adrishgithub opened this issue 3 years ago • 4 comments

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.

adrishgithub avatar Jun 18 '21 16:06 adrishgithub

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!

ghost avatar Jun 20 '21 17:06 ghost

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!!

adrishgithub avatar Jun 21 '21 05:06 adrishgithub

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

jobrien2001 avatar Mar 14 '22 01:03 jobrien2001

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.

benkeen avatar Feb 22 '23 05:02 benkeen