• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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