RE: [Phpgedview-talk] Installed version 5.04 phpgedview Broke help
Brought to you by:
canajun2eh,
yalnifj
From: Len <llu...@in...> - 2005-09-22 20:26:57
|
I reinstalled from scratch and now can connect to the data base. It Was not a terrible thing, i needed to update the gedcom anyway. Now I have a new problem. It will not allow anyone to log on. $PGV_BASE_DIRECTORY = ""; //-- path to phpGedView (Only needed when running as phpGedView from another php program such as postNuke, otherwise leave it blank) $PGV_DATABASE = "db"; //-- which database is being used, file indexes or mysql $DBTYPE = "mysql"; //-- type of database to connect when using the PEAR:DB module $DBHOST = "localhost"; //-- Host where MySQL database is kept $DBUSER = "root"; //-- MySQL database User Name $DBPASS = "beetle1ntr3e"; //-- MySQL database User Password $DBNAME = "LundTipp"; //-- The MySQL database name where you want PHPGedView to build its tables $TBLPREFIX = "pgv_"; //-- prefix to include on table names $INDEX_DIRECTORY = "./index/"; //-- Readable and Writeable Directory to store index files (include the trailing "/") $AUTHENTICATION_MODULE = "authentication_index.php" ; I have switched to the mysql authentication, but hace the same problem I thought there was a switch to turn off the login feature. Is There? -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of John Finlay Sent: Wednesday, September 21, 2005 9:58 AM To: php...@li... Subject: RE: [Phpgedview-talk] Installed version 5.04 phpgedview Broke help Hi Len, I went to your site and I get the DB connect error and the editconfig.php page tries to come up. Your configuration says that you are using SQLite, is this correct? Since you installed a new version of PGV you should check that the file permissions are still set correctly. You might try starting with a fresh config.php file and reconfiguring the main site config. Your gedcom config and privacy settings will be preserved in the index directory. --John -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Len Lundgren Sent: Wednesday, September 21, 2005 12:02 AM To: John Finlay; php...@li... Subject: [Phpgedview-talk] Installed version 5.04 phpgedview Broke help New Gallery requires new PHP, installed Version 5.04 Installed new version of phpgedview in hopes it would fix the problem, but it does not Error message says can't connect to database, but displays data from it. http://thelundgrens.us/Genealogy/ Thanks Len e-mail -> llu...@in... Web Page http://thelundgrens.us Benjamin Franklin's admonition: "Make yourself sheep and the wolves will eat you." ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |