[01] Error: please specify host, etc...

TorSverre

New member
I Just bought the v6 Basic
and is still trying to install.
Getting the error-message even though I've edited the config-fil :
[01] Error: please specify host, username, dbms type, database name, site url, site path, timezone, secret_key and dadabik_session_name in config.php. If you use sqlite host and username are not needed. dadabik_session_name must contain only alphanumeric characters, with at least one letter; its length must be less than 100 characters and must be different than secret_key


see the config-file at valhall.co/dadabik/config.txt
Using SQLite
Running locally with: Xampp 1.8.3, PHP 5.5.9


Have I forgotten something, or....
 

TorSverre

New member
Thank you. One Down, X to go :(

Next message:
[06] Error: during database connection.
Notice: Undefined variable: conn in C:\xampp\htdocs\dadabik\include\db_functions_pdo.php on line 54

Fatal error: Call to a member function query() on a non-object in C:\xampp\htdocs\dadabik\include\db_functions_pdo.php on line 102
 

eugenio

Administrator
Staff member
Hello,
please enable $debug_mode in config.php to see more info about the error, anyway the reason could be a wrong username/password/host in config.php
 

nassausky

Member
FYI

Just for anyone else having this problem. I had a period character in the session name that was driving me nuts with the same error. Removed it and all was fine. My guess is that it's very limited to alpha characters only.
 
Top