Hello,
I am trying to install program-o version1, and when I am in the phase 2 I am getting the following error:
Error trying to create aiml table.
Please check:
The mysql user details are correct
The user has got the correct privilges
MySQL Says:Incorrect database name ''
I have updated both the config.php file but nothing it doesn't go ahead with the installation.
$dbh = "localhost";
$dbn = "bot";
$dbu = "root";
$dbp = "";
In phpmyadming i can see the database i created and those have the same name that i use then in the files.
Would you have any suggestion on what is causing the issue?
thanks a million for your help
Gabriele