I am testing 2.51a and received the following two errors when I wanted to edit the details of a person.
First error: Notice: Undefined variable: gid in X:\Websites\gedviewa\gdbi_interface.php on line 64
Contents of line 64: if (!isset($pgv_changes[$gid."_".$GEDCOM])) $gedrec = find_gedcom_record($pid);
Fix: change gid to pid
Second error: Undefined index: _WITN in X:\Websites\gedviewa\gdbi_interface.php on line 156
Contents of line 156: print "<tr><td class=\"facts_label\"><input type=\"hidden\" name=\"glevels[]\" value=\"$glevel\"><input type=\"hidden\" name=\"tag[]\" value=\"$type\">".$factarray["$type"]."</td>";
Fix: no idea :D
Is this the right place to report errors with 2.51a?
Thx,
Roland
I forgot to mention that it is regarding the details of christening.
I was just fixing these errors yesterday. I am going to release 2.51b later today and the updates will be in there.
The forums are the appropriate place to report errors and bugs in the alpha and beta releases.
Thanks, --John
Log in to post a comment.
I am testing 2.51a and received the following two errors when I wanted to edit the details of a person.
First error:
Notice: Undefined variable: gid in X:\Websites\gedviewa\gdbi_interface.php on line 64
Contents of line 64:
if (!isset($pgv_changes[$gid."_".$GEDCOM])) $gedrec = find_gedcom_record($pid);
Fix: change gid to pid
Second error:
Undefined index: _WITN in X:\Websites\gedviewa\gdbi_interface.php on line 156
Contents of line 156:
print "<tr><td class=\"facts_label\"><input type=\"hidden\" name=\"glevels[]\" value=\"$glevel\"><input type=\"hidden\" name=\"tag[]\" value=\"$type\">".$factarray["$type"]."</td>";
Fix: no idea :D
Is this the right place to report errors with 2.51a?
Thx,
Roland
I forgot to mention that it is regarding the details of christening.
I was just fixing these errors yesterday. I am going to release 2.51b later today and the updates will be in there.
The forums are the appropriate place to report errors and bugs in the alpha and beta releases.
Thanks,
--John