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
I have noticed an issue with package installation on Debian versions. I checked while on Debian 11, and even after upgrading to version 12. Same problem.
During the installation process of installfog.sh, I encounter the following error: Installing package: php-mysqlnd.............................Failed! (Will try later)
Indeed, in the Debian repositories, this package is not flagged under a specific package.
Temporary workaround: edit the file lib/common/functions.sh at line 833 to match the following: for phpmysql in $(echo php8.3-mysqlnd php8.3-mysql); do
Best regards.
Gauthier
The text was updated successfully, but these errors were encountered:
Hello,
I have noticed an issue with package installation on Debian versions. I checked while on Debian 11, and even after upgrading to version 12. Same problem.
During the installation process of installfog.sh, I encounter the following error:
Installing package: php-mysqlnd.............................Failed! (Will try later)
Indeed, in the Debian repositories, this package is not flagged under a specific package.
Temporary workaround: edit the file lib/common/functions.sh at line 833 to match the following:
for phpmysql in $(echo php8.3-mysqlnd php8.3-mysql); do
Best regards.
Gauthier
The text was updated successfully, but these errors were encountered: