/var/softaculous/humogen
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php39140644editdlrm
db_login.php58580644editdlrm
edit.php51210644editdlrm
edit.xml4330644editdlrm
extend.php38000644editdlrm
fileindex.php2570644editdlrm
import.php33460644editdlrm
info.xml26080644editdlrm
install.js9210644editdlrm
install.php41730644editdlrm
install.xml24350644editdlrm
md520890644editdlrm
notes.txt2490644editdlrm
update_pass.php4990644editdlrm
Edit: /var/softaculous/humogen/db_login.php (5858B)
ERROR

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.