You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your Install script fails on Ubuntu, it states that several php extensions are missing, especially:
bcmath
curl
gd
mbstring
mcrypt (is removed in php 7.1 and 7.2 (!))
mysqli
mysqlnd
pgsql
soap
and finally zip.
i tried to alter the script and even ppa settings so i get at least php 5.6 recognised, but that still didnt help :/
also tried to alter the script to grab php 7.1 with inside the script stated extensions, but still no luck.
already trying to use this script for several days and sadly have no other options as to open this issue.
Any help is appreciated
The text was updated successfully, but these errors were encountered:
Ubuntu 18.04 LTS is not listed as a supported OS in the README.md. The reason why it's not supported is because i-doit doesn't support PHP 7.2. Ubuntu 18.04 LTS only has PHP 7.2 in its repositories.
As soon as i-doit supports PHP 7.2, this script will be updated to install i-doit on Ubuntu 18.04 LTS. Meanwhile, we try to avoid any workarounds (for example, 3rd-party repositories like PPA).
Hey there,
your Install script fails on Ubuntu, it states that several php extensions are missing, especially:
bcmath
curl
gd
mbstring
mcrypt (is removed in php 7.1 and 7.2 (!))
mysqli
mysqlnd
pgsql
soap
and finally zip.
i tried to alter the script and even ppa settings so i get at least php 5.6 recognised, but that still didnt help :/
also tried to alter the script to grab php 7.1 with inside the script stated extensions, but still no luck.
already trying to use this script for several days and sadly have no other options as to open this issue.
Any help is appreciated
The text was updated successfully, but these errors were encountered: