I never used phpgedviewer.
I just download the last version.
Successfull test with index files. It run fine.
I tried to run with Mysql in another directory (I use it from a long time).
I configure
Mysql/localhost/root//genealogie
I have no password
The system ask to create a user. Input
Back to the config page
I have the message (in french)
"La configuration actuelle de votre base de donnes est inadquate".
In my database the table pgv_users is created but empty.
Is it a password problem ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This means that the configuration parameters used to connect you to the MySQL database are not correct.
It either wasn't able to connect the database or the database username and password do not have the necessary privileges to insert into the table.
Check your database configuration parameters again by going to editconfig.php and check to make sure that the "MySQL Host", "Username", "Password", and "Database Name" are all correct and the the user specified in "Username" has "CREATE, SELECT, INSERT, and DELETE" delete privileges on the database specified in "Database Name".
--John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I never used phpgedviewer.
I just download the last version.
Successfull test with index files. It run fine.
I tried to run with Mysql in another directory (I use it from a long time).
I configure
Mysql/localhost/root//genealogie
I have no password
The system ask to create a user. Input
Back to the config page
I have the message (in french)
"La configuration actuelle de votre base de donnes est inadquate".
In my database the table pgv_users is created but empty.
Is it a password problem ?
This means that the configuration parameters used to connect you to the MySQL database are not correct.
It either wasn't able to connect the database or the database username and password do not have the necessary privileges to insert into the table.
Check your database configuration parameters again by going to editconfig.php and check to make sure that the "MySQL Host", "Username", "Password", and "Database Name" are all correct and the the user specified in "Username" has "CREATE, SELECT, INSERT, and DELETE" delete privileges on the database specified in "Database Name".
--John