You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a larger gedcom file, which I want to parse, but in my program, there are a few families that are not getting parsed by the library (except I have made any mistakes within my code...).
This is the code, I parse the file nickl.ged with:
PHP says: Warning: Undefined array key "F500016" in /mnt/web/........./import/index.php on line 77"
The same warning for the other 2 families F500006 and F500007.
Thus I am concluding that the families array does not contain certain families; in my case F500006, F500007 and F500016.
The following text is the family part of my nickl.ged file:
I have a larger gedcom file, which I want to parse, but in my program, there are a few families that are not getting parsed by the library (except I have made any mistakes within my code...).
This is the code, I parse the file nickl.ged with:
PHP says:
Warning: Undefined array key "F500016" in /mnt/web/........./import/index.php on line 77"
The same warning for the other 2 families F500006 and F500007.
Thus I am concluding that the families array does not contain certain families; in my case F500006, F500007 and F500016.
The following text is the family part of my nickl.ged file:
The text was updated successfully, but these errors were encountered: