Thread: [Phpgedview-talk] error
Brought to you by:
canajun2eh,
yalnifj
From: Laura E. <le...@ca...> - 2007-06-26 08:03:27
|
Hi all -- I followed the instructions in readme.txt and did the following: uploaded source tree to public_html/pgv on my server, moved the index folder outside public_html and made its permissions 777 (writable), changed permissions of public_html/pgv/config.php to 777, ran the index.php which called editconfig.php and filled in the locations of tings plus name of database that I had created along with the default administrator for that database and password, filled in other fields as specified and clicked the submit button. I got the following: Your current database configuration is bad. Please check your database connection parameters and configure again. DB Error: connect failed [nativecode=Access denied for user: 'EavesElf@localhost' (Using password: YES)] ** Array Configure PhpGedView Honestly I don't know what I did wrong -- I have checked and doublechecked the data. Can somebody please make a suggestion what I can do to get past this? Thank you much in advance! --le |
From: peter <pet...@hc...> - 2007-06-26 09:41:47
|
1. In the file phpgedview/config.php you can find your latest/official parameters which are used. 2. At your localhost you can try with root as the user and no password for dbase connection, to find out if that's working. 3. The windows environment is more specific with the authorisations for users. 4. You can use phpmyadmin as a tool for mysql database administration. http://www.phpmyadmin.net/home_page/index.php Peter Al Laura Eaves schreef: > Hi all -- > I followed the instructions in readme.txt and did the following: uploaded > source tree to public_html/pgv on my server, moved the index folder outside > public_html and made its permissions 777 (writable), changed permissions of > public_html/pgv/config.php to 777, ran the index.php which called > editconfig.php and filled in the locations of tings plus name of database > that I had created along with the default administrator for that database > and password, filled in other fields as specified and clicked the submit > button. > > I got the following: > > Your current database configuration is bad. Please check your database > connection parameters and configure again. > DB Error: connect failed [nativecode=Access denied for user: > 'EavesElf@localhost' (Using password: YES)] ** Array > Configure PhpGedView > > Honestly I don't know what I did wrong -- I have checked and doublechecked > the data. > > Can somebody please make a suggestion what I can do to get past this? > > Thank you much in advance! > --le > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk > > |
From: John F. <Joh...@ne...> - 2007-06-26 15:17:16
|
Hi Laura, This error basically means that PGV/PHP was not able to connect to your database with the username and password that you provided. Double check that you entered the correct username and password to connect to your database. These values are stored in the config.php file. --John > -----Original Message----- > From: php...@li... [mailto:phpgedview- > tal...@li...] On Behalf Of Laura Eaves > Sent: Tuesday, June 26, 2007 2:03 AM > To: All About PhpGedView > Subject: [Phpgedview-talk] error >=20 > Hi all -- > I followed the instructions in readme.txt and did the following: > uploaded > source tree to public_html/pgv on my server, moved the index folder > outside > public_html and made its permissions 777 (writable), changed > permissions of > public_html/pgv/config.php to 777, ran the index.php which called > editconfig.php and filled in the locations of tings plus name of > database > that I had created along with the default administrator for that > database > and password, filled in other fields as specified and clicked the > submit > button. >=20 > I got the following: >=20 > Your current database configuration is bad. Please check your database > connection parameters and configure again. > DB Error: connect failed [nativecode=3DAccess denied for user: > 'EavesElf@localhost' (Using password: YES)] ** Array > Configure PhpGedView >=20 > Honestly I don't know what I did wrong -- I have checked and > doublechecked > the data. >=20 > Can somebody please make a suggestion what I can do to get past this? >=20 > Thank you much in advance! > --le >=20 >=20 > ----------------------------------------------------------------------- > -- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpgedview-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |