Hi all
i have got a error at login_register.php?action=register
ERROR 8: Undefined index: gedcomid
0 Error occurred on line 1330 of file functions_print.php in function print_help_link
1 called from line 331 of file login_register.php
ERROR 8: Undefined index: gedcomid
0 Error occurred on line 1333 of file functions_print.php in function print_help_link
1 called from line 331 of file login_register.php
ERROR 8: Undefined index: gedcomid
0 Error occurred on line 331 of file login_register.php
how to correct it?
please help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all
i have got a error at login_register.php?action=register
ERROR 8: Undefined index: gedcomid
0 Error occurred on line 1330 of file functions_print.php in function print_help_link
1 called from line 331 of file login_register.php
ERROR 8: Undefined index: gedcomid
0 Error occurred on line 1333 of file functions_print.php in function print_help_link
1 called from line 331 of file login_register.php
ERROR 8: Undefined index: gedcomid
0 Error occurred on line 331 of file login_register.php
how to correct it?
please help
sorry it is 4.2.1 not 4.2.2
I have the same error.
I think is due to the fact that I'm use a private ged file so the id is not passed as parameter to the registration form.
I'm right?
To fix this, move the line
$pgv_lang["gedcomid"] = "GEDCOM INDI record ID";
from editor.XX.php
to
lang.XX.php
This has been fixed for 4.2.2