ERROR: The PDO driver is unavailable!

Possible solutions:

1) Update PHP to 7.x
2) Check if the PDO driver is enabled.
3) If the PDO driver is enabled but you receive this message from the Admin screen, try adding these three lines to the admin/php.ini file:
extension=pdo.so
extension=pdo_sqlite.so
extension=pdo_mysql.so

If it\'s not possible to use PDO, you have to downgrade to HuMo-genealogy 4.9.4!
1) Download HuMo-genealogy 4.9.4 at: Sourceforge
2) Follow HuMo-gen installation instructions.
Database is not yet installed! Possible problems:
- Login file not yet configured.
- Database not yet installed.
Go to the administration area to solve this problem.

De database is nog niet bereikbaar! Mogelijke oorzaken:
- Het login bestand is niet goed ingevuld.
- De database is nog niet gemaakt.
Ga naar het administratie scherm om dit probleem op te lossen.
getMessage() . "
"; if (!isset($ADMIN)) { ?>
Database is not yet installed! Possible problems:
- Login file not yet configured.
- Database not yet installed.
Go to the administration area to solve this problem.

De database is nog niet bereikbaar! Mogelijke oorzaken:
- Het login bestand is niet goed ingevuld.
- De database is nog niet gemaakt.
Ga naar het administratie scherm om dit probleem op te lossen.
query("SET SESSION sql_mode=(SELECT REPLACE(REPLACE(@@SESSION.sql_mode,'NO_ZERO_DATE',''),'NO_ZERO_IN_DATE',''));"); // TODO improve queries, then remove this code. // *** Added in mar. 2023. To prevent double results in search results *** $dbh->query("SET SESSION sql_mode=(SELECT REPLACE(REPLACE(@@SESSION.sql_mode,'ONLY_FULL_GROUP_BY',''),'NO_ZERO_IN_DATE',''));"); } // *** Show a message at frontpage at NEW installation when table installation isn't completed yet *** if (!isset($ADMIN)) { try { $result = $dbh->query("SELECT COUNT(*) FROM humo_settings"); } catch (PDOException $e) { ?> HuMo-genealogy Installation of HuMo-genealogy is not yet completed.
Installatie van HuMo-genealogy is nog niet voltooid.