Install problem "Please specify db_name and prefix_internal_table in config.php"

W

Wilson

Guest
Install error message "Please specify db_name and prefix_internal_table in config.php"

But my config.php have the following entries:

// select database name
$db_name = "testing";

:
:
:

// select internal table name
$prefix_internal_table = "dadabik_2_"; // you can leave this option as is

I use "localhost" as host, "root" user and respective password.

Do I miss somethings? Other option I change is only upload path.

Thx
 
E

Eugenio

Guest
Wilson wrote:
>
> Install error message "Please specify db_name and
> prefix_internal_table in config.php"

Do you still have the problem?

Could you provide further details? Are you sure the messge is exactly the one you have posted?

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
C

Clive Richardson

Guest
I have just tried to install dadabik and I get the same error in IE...

Please specify db_name and prefix_internal_table in config.php

However, everything looks ok in config.php with localhost, etc..

ideas?

Clive
 
E

Eugenio

Guest
Clive Richardson wrote:

>
> I have just tried to install dadabik and I get the same error
> in IE...
>
> Please specify db_name and prefix_internal_table in
> config.php
>
> However, everything looks ok in config.php with localhost,

Please post here your config.php file.

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
A

aj

Guest
I have the same problem... everything in my config file is correct because it is exactly the same information I use for my list/news program.

$host = "localhost"; // e.g. "localhost" if DaDaBIK and MySQL run on the same computer

// select database user
$user = "kannal_????"; // this user must have the right permission in order to create tables e.g. "root"

// select database password
$pass = "??????";

// select database name
$db_name = "kannal_????database";

// select internal table name
$prefix_internal_table = "dadabik_2_"; // you can leave this option as is

any solutions?
 
J

Jose Luis

Guest
Just try this one,,,,

$host = "localhost:3380"; // e.g. "localhost" if DaDaBIK and MySQL run on the same computer


I thing you are in shared servers.
 
A

aj

Guest
I put in that code, but it didn't work. Any other ideas?
thanks
AJ
 
E

Eugenio

Guest
aj wrote:

> I put in that code, but it didn't work. Any other ideas?

It seems very strange, are you sure that the variales are correctly set in config.php? Have you tried to reinstall DaDaBIK?
I'm not able to replicate your problem.



(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top