Error connecting Postgresql during install

EricBy

New member
Hi,
I am trying to install Dadabik, but the install throws the following error:

[06] Error: during database connection. Please check $host, $user, $pass and $db_name in your config.php, set $debug_mode to 1 in your config.php to get further error information
Notice: Undefined variable: conn in C:\Apache24\htdocs\Dadabik\include\db_functions_pdo.php on line 68

Fatal error: Uncaught Error: Call to a member function query() on null in C:\Apache24\htdocs\Dadabik\include\db_functions_pdo.php:116 Stack trace: #0 C:\Apache24\htdocs\Dadabik\include\db_functions_pdo.php(555): execute_db('select table_na...', NULL) #1 C:\Apache24\htdocs\Dadabik\include\business_logic.php(722): get_tables_list(1) #2 C:\Apache24\htdocs\Dadabik\include\common_start.php(154): build_tables_names_array(0, 0) #3 C:\Apache24\htdocs\Dadabik\install.php(34): include('C:\\Apache24\\htd...') #4 {main} thrown in C:\Apache24\htdocs\Dadabik\include\db_functions_pdo.php on line 116

All required parameters in the config php file have been entered.

Environment:
Windows 7 Enterprise Edition 32 bit
Apache 2.4.27 (32 bit)
PHP 7.1.9 (32 bit)
PostgreSQL server 9.6
Browsers: Chrome Version 60.0.3112.113 (Official Build) (32-bit) / IE 11.0.96

Best Regards,
Eric
 
Top