Thread: RE: [Phpgedview-talk] Installed version 5.04 phpgedview Broke help
Brought to you by:
canajun2eh,
yalnifj
From: John F. <Joh...@ne...> - 2005-09-21 15:59:39
|
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.=20 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 |
From: John F. <Joh...@ne...> - 2005-09-26 14:20:01
|
Hi Len, If you have an authenticate.php file in your index directory, then you should switch the authentication module setting of the config.php file back to authentication_index.php. Since you started from scratch you may need to copy your old authenticate.php file into your new index directory. Once you are able to login you can convert users from index to mysql mode using the user migration tool. You might try manually going to editconfig.php in your browser to see if that page detects that there is no admin user and asks you to create one. --John -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Len Sent: Thursday, September 22, 2005 2:27 PM To: php...@li... Subject: RE: [Phpgedview-talk] Installed version 5.04 phpgedview Broke help 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 =3D ""; //-- path to phpGedView (Only needed when running as phpGedView from another php program such as postNuke, otherwise leave it blank) $PGV_DATABASE =3D "db"; //-- which database is being used, file indexes or mysql $DBTYPE =3D "mysql"; //-- type of database to connect when using the PEAR:DB module $DBHOST =3D "localhost"; //-- Host where MySQL database is kept $DBUSER =3D "root"; //-- MySQL database User Name $DBPASS =3D ""; //-- MySQL database User Password $DBNAME =3D "LundTipp"; //-- The MySQL database name where you want PHPGedView to build its tables $TBLPREFIX =3D "pgv_"; //-- prefix to include on table names $INDEX_DIRECTORY =3D "./index/"; //-- Readable and Writeable Directory to store index files (include the trailing "/") $AUTHENTICATION_MODULE =3D "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 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server.=20 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 |
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 |
From: John <sh...@jb...> - 2005-09-21 19:47:16
|
I too am running php5.x. When I first configured my setup, I too had a problem with the mysql php5 selection. I than selected mysql as the database, and it worked. I'm running win2k server, apache 2.x, php5.0.4, and mysql 4.1.13. See if that might do the trick. john On 21 Sep 2005 at 13:20, Len wrote: > 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 > > > > ------------------------------------------------------- > 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 |
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 |