Hi
I get this error when I tr to view family list:
Family List ( | C | J | L | M | S | ALL Notice: Undefined index: A in /STORE/jansalbaek_dk/public_html/phpGedView/functions_index.php on line 785
Notice: Undefined index: in /STORE/jansalbaek_dk/public_html/phpGedView/functions_index.php on line 788
kind regards
Hi Jan,
what is your version number, and is it installed in MySQL or INDEX mode ?
best regard
Arne
Jan,
I've fixed this in the CVS. Edit the famlist.php file and remove the line that says:
if (empty($alpha)) $alpha="A";
The $alpha should get set later in the loop to the first character in the list.
--John
Log in to post a comment.
Hi
I get this error when I tr to view family list:
Family List
( | C | J | L | M | S | ALL
Notice: Undefined index: A in /STORE/jansalbaek_dk/public_html/phpGedView/functions_index.php on line 785
Notice: Undefined index: in /STORE/jansalbaek_dk/public_html/phpGedView/functions_index.php on line 788
kind regards
Hi Jan,
what is your version number, and is it installed in MySQL or INDEX mode ?
best regard
Arne
Jan,
I've fixed this in the CVS. Edit the famlist.php file and remove the line that says:
if (empty($alpha)) $alpha="A";
The $alpha should get set later in the loop to the first character in the list.
--John