What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12
How are you able to access your server: The webadmin
SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: After migration 11 > 12
Describe your issue
Hello,
Since the migration I did this morning from version 11 to 12, the php script I use with an installation my_webapp no longer works.
My_webapp is well set to php7.4 (the script is very old, but worked fine before migration, it’s a script for the game server Trackmania (the old one), called xaseco 1)
I launch it with php7.4 aseco.php
php7.4 service is ok
php7.4-mysql is installed.
Edit : I’ve checked and the /usr/lib/php/20190902/mysqli.so do exist, the others ones too
Any idea ?
Share relevant logs or error messages
PHP Warning: PHP Startup: Unable to load dynamic library ‘mysqli’ (tried: /usr/lib/php/20190902/mysqli (/usr/lib/php/20190902/mysqli: cannot open shared object file: No such file or directory), /usr/lib/php/20190902/mysqli.so (/usr/lib/php/20190902/mysqli.so: undefined symbol: mysqlnd_global_stats)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library ‘pdo_mysql’ (tried: /usr/lib/php/20190902/pdo_mysql (/usr/lib/php/20190902/pdo_mysql: cannot open shared object file: No such file or directory), /usr/lib/php/20190902/pdo_mysql.so (/usr/lib/php/20190902/pdo_mysql.so: undefined symbol: mysqlnd_allocator)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library ‘pdo_sqlite’ (tried: /usr/lib/php/20190902/pdo_sqlite (/usr/lib/php/20190902/pdo_sqlite: cannot open shared object file: No such file or directory), /usr/lib/php/20190902/pdo_sqlite.so (/usr/lib/php/20190902/pdo_sqlite.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
[XASECO Fatal Error] [LocalDB] Could not authenticate at MySQL server! on line 74 in file /var/www/my_webapp/www/xaseco/plugins/plugin.localdatabase.php
PHP Notice: Trying to access array offset on value of type null in /var/www/my_webapp/www/xaseco/plugins/plugin.records_eyepiece.php on line 2169