RE: [Phpgedview-talk] Installed version 5.04 phpgedview Broke help
Brought to you by:
canajun2eh,
yalnifj
From: Len <llu...@in...> - 2005-09-21 19:21:04
|
I am using mysql. I did start with a fresh config. I am on W2K, so file permissions are not a problem. The sqlite may be the problem. I chose the mysql php5 option. Thanks for your quick reply the config.php */ $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 = "PhpGed"; //-- MySQL database User Name $DBPASS = "View"; //-- 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_mysql.php"; //-- File that contains authentication functions $PGV_STORE_MESSAGES = true; //-- allow messages sent to users to be stored in the PGV system $PGV_SIMPLE_MAIL = false; //-- allow admins to set this so that they can override the name <emailaddress> combination in the emails $USE_REGISTRATION_MODULE = true; //-- turn on the user self registration module $REQUIRE_ADMIN_AUTH_REGISTRATION = true; //-- require an admin user to authorize a new registration before a user can login $ALLOW_USER_THEMES = true; //-- Allow user to set their own theme $ALLOW_CHANGE_GEDCOM = false; //-- A true value will provide a link in the footer to allow users to change the gedcom they are viewing $LOGFILE_CREATE = "monthly"; //-- set how often new log files are created, "none" turns logs off, "daily", "weekly", "monthly", "yearly" $PGV_SESSION_SAVE_PATH = "d:\tmp"; //-- Path to save PHP session Files -- DO NOT MODIFY unless you know what you are doing //-- leaving it blank will use the default path for your php configuration as found in php.ini $PGV_SESSION_TIME = "7200"; //-- number of seconds to wait before an inactive session times out $SERVER_URL = "http://thelundgrens.us/Genealogy/"; //-- the URL used to access this server $LOGIN_URL = "http://thelundgrens.us/Genealogy/"; //-- the URL to use to go to the login page, use this value if you want to redirect to a different site when users login, useful for switching from http to https $PGV_MEMORY_LIMIT = "50M"; //-- the maximum amount of memory that PGV should be allowed to consume $ALLOW_REMEMBER_ME = true; //-- whether the users have the option of being remembered on the current computer $CONFIG_VERSION = "3.2"; //-- the PGV version that corresponds to this config schema -----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 |