core icon indicating copy to clipboard operation
core copied to clipboard

Formtools in synology

Open jordinonell opened this issue 5 years ago • 3 comments

install Does anybody installed the formtools in Synology NAS? (currently my NAS is running with DSM 6.2.2-24922 Update 4). After upload the files into web server and tried to run the install script, it doesn't pass the MySQL check. The NAS has already installed the MariaDB10, PHPMyadmin, and PHP7.0.

many thanks in advance

jordinonell avatar Jan 21 '20 11:01 jordinonell

mariaDB works with FT, it might say fail but it works... i only user mariaDB with php7.0 and phpmyadmin

nelsondcosta23 avatar Jan 21 '20 20:01 nelsondcosta23

Hi Nelson thanks for your reply. Any tip? it says fail, but after click on continue, the FT is trying to create the tables to database, but nothing happens. The Database is already created, upload and cache folder permissions are ok, but it doesn't work in my system-..

Thanks!

jordinonell avatar Jan 22 '20 09:01 jordinonell

pdo_mysql needs to be enabled:
pdo_mysql

AlfredJ91 avatar Apr 10 '22 15:04 AlfredJ91