Submitted by ADobkin on Tue, 09/12/2006 - 09:53
After using the script installer for DaDaBIK version 4.0_beta_2, I attempted to access the configuration page as directed with this URL:
http://example.com/dadabik/install.php
First, I got an error that magic_quotes_gpc must be set to "On" in /etc/php.ini. So, I added the following line to the relevant domain apache conf file:
php_value magic_quotes_gpc On
That corrected the first error, then I got another error:
[06] Error: during database connection.
Earlier, in the script installation options, I selected to create a new MySQL database called dadabik. I see that the database was created, but it has no tables, so it looks like the installation script didn't fully complete.
Status:
Closed (fixed)