I just installed a copy of pgv-4.2.2, and the (Request new user account) link seems to not work, it just loads the same login page over again… Tried both Chrome and Firefox… the same. Some other links also have this kind of behaver.
What do you think this could be
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2009-11-17
It certainly normally works OK.
Possibly an error in the URL for your site in the configuration settings (config.php). Can you show us what they are (without including any passwords etc)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2009-11-17
I think I can see the problem, having now visited your site. You don't have any GEDCOM file yet, so there is nothing to register against. You need to create or upload one first.
Log in with the admin account you created during the install process and do that first.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I see. So after some search on how to get started… It looks like I need a .ged file. I can find no way to create a .ged with pgv, I guess to get started you need to have a ged file already? or make one in another program?
I could fine nothing in the wiki..
Please let me know? Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just installed a copy of pgv-4.2.2, and the (Request new user account) link seems to not work, it just loads the same login page over again… Tried both Chrome and Firefox… the same. Some other links also have this kind of behaver.
What do you think this could be
It certainly normally works OK.
Possibly an error in the URL for your site in the configuration settings (config.php). Can you show us what they are (without including any passwords etc)?
$DBTYPE='mysql';
$DBHOST='mysql300.myhost.com';
$DBPORT='3306';
$DBUSER='*****';
$DBPASS='*****';
$DBNAME='user_pgv_script500';
$DB_UTF8_COLLATION=false;
$TBLPREFIX='pgv_';
$INDEX_DIRECTORY='./index/';
$AUTHENTICATION_MODULE = "authentication.php";
$PGV_STORE_MESSAGES=true;
$PGV_SIMPLE_MAIL=true;
$USE_REGISTRATION_MODULE=true;
$REQUIRE_ADMIN_AUTH_REGISTRATION=true;
$ALLOW_USER_THEMES=true;
$ALLOW_CHANGE_GEDCOM=true;
$LOGFILE_CREATE='monthly';
$LOG_LANG_ERROR = false;
$PGV_SESSION_SAVE_PATH='';
$PGV_SESSION_TIME='7200';
$SERVER_URL='http://gv.script500.com/';
$LOGIN_URL='';
$MAX_VIEWS='20';
$MAX_VIEW_TIME='1';
$PGV_MEMORY_LIMIT='32M';
$ALLOW_REMEMBER_ME=false;
$CONFIG_VERSION = "4.0";
$COMMIT_COMMAND='';
$PGV_SMTP_ACTIVE=false;
$PGV_SMTP_HOST='';
$PGV_SMTP_HELO='';
$PGV_SMTP_PORT='25';
$PGV_SMTP_AUTH=false;
$PGV_SMTP_AUTH_USER='';PGV_SMTP_AUTH_PASS='';
$PGV_SMTP_SSL=false;
$PGV_SMTP_FROM_NAME='';
$CONFIGURED=true;
require_once("includes/session.php");
I think I can see the problem, having now visited your site. You don't have any GEDCOM file yet, so there is nothing to register against. You need to create or upload one first.
Log in with the admin account you created during the install process and do that first.
I see. So after some search on how to get started… It looks like I need a .ged file. I can find no way to create a .ged with pgv, I guess to get started you need to have a ged file already? or make one in another program?
I could fine nothing in the wiki..
Please let me know? Thanks
From the manage gedcoms page, there is an option for "create new gedcom"
Alvin
Didn't look at SEARCH? "Create Gedcom"
http://wiki.phpgedview.net/en/index.php?title=Create_a_new_GEDCOM
Stephen