![]() |
|
Mysql extensions not installed correctly - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Mysql extensions not installed correctly (/thread-13369.html) |
Mysql extensions not installed correctly - ddalbiez - 2020-02-24 Hi Mysql extensions not installed correctly - acrylian - 2020-02-25 I guess your error refers to this: The PHP MySQL extension has been deprecated since PHP 5.6 and gone in PHP 7+. You need to change the Zenphoto's configuration to use the MySQLi oder PDO database handler instead. Open the config file Mysql extensions not installed correctly - ddalbiez - 2020-02-25 Thanks. I will try this. Mysql extensions not installed correctly - acrylian - 2020-02-25 Yes, mysqli and PDO work with 5.6 as well (if the PHP is configured correctly as both are extensions. But if you can use PHP 7. We are focussing on PHP 7+ already anyway. Mysql extensions not installed correctly - ddalbiez - 2020-03-05 Unfortunately, my provider (OVH) does not provide MySQLi in their "Perso" offers. ☹️. So I am stuck with PHP 5.6 Mysql extensions not installed correctly - acrylian - 2020-03-05 Then try PDO instead. I cannot believe that provide would not have any of these. If you are considering to use PHP 7+ which you should do you don't have any choice anyway as there is no mysql extension anymore. Mysql extensions not installed correctly - ddalbiez - 2020-03-10 Thanks for the follow-up. Actually OVH came back to me yesterday to tell me they misunderstood my question and that they do support MySQLi in the mutualised perso offers. So I need do a real test to check this. |