• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Plesk Obsidian 18.0.29 - MySQLi is not working

EternexSystems

New Pleskian
My server currently updated to Plesk Obsidian 18.0.29 now I created a website, with no issues with PHP however all attempts to connect to a database using the PHP MySQli extension failed miserably... PDO apppears to work, but all my code is written with MySQli... refactoring is not option. Can someone help...??
 
MySQLi module is loaded by default for Plesk PHP versions at least. For PHP 7.4, for example:

# /opt/plesk/php/7.4/bin/php -m | grep mysqli
mysqli

Make sure that you have loaded this module for PHP version that you are using.
 
What exact error message do you have? How this issue can be reproduced? Could you please be more specific?
 
Yes that's the thing... mysqli just doesn't execute... it returns no error message either with mysqli_error($conn) or $conn->connect_error()... so I personally have no idea what I'm doing wrong or what's happening....
 
Back
Top