logo


Administration

HuMo-gen status
PHP Version7.4.33
DatabaseThere is no database connection! To connect the MySQL database to HuMo-gen, fill in these settings:
Database settingDatabase valueExample website providerExample for XAMPP
Database hostlocalhostlocalhost
Database usernamedatabase_usernameroot
Database passworddatabase_password
Database namedatabase_namehumo-gen
At a local PC also install database YES, also install databaseNOYES
Save settings and connect to database

Sometimes it's needed to add these lines to a /php.ini and admin/php.ini files to activate the PDO driver:
extension=pdo.so
extension=pdo_sqlite.so
extension=pdo_mysql.so