Hi
I tried to update my Zenphoto site hosted by OVH from PHP 5.6 to 7.2. I get a message telling that mysql extensions are not correctly installed. I had to revert to PHP 5.6. (By the way, I did not have this error message when connecting to my Webtrees subsite that uses PHP and mysql too). Any clue about the problem ? Thanks
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 /zp-data/zenphoto.cfg.php in a proper file editor (not Word ;-)) and change the line $conf['db_software'] = "MySQL"; to $conf['db_software'] = "MySQLi";