Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hey!
    it’s ok – but you just forgot to set file name! ??
    And re-arrange code-lines like I did it:
    —start—-
    define(‘DB_TYPE’, ‘sqlite’); //exactly
    define(‘DB_NAME’, ‘sqlite:db.fil’); //!!! put it or another one
    define(‘DB_HOST’, ‘localhost’); //
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);
    —end——

    And that’s all – it works at my home server.
    I guess it will help you!

Viewing 1 replies (of 1 total)