I use the extra.xx.php files to define for instance the title of my Gedcom file in languages.
When I delete the Gedcom file I start to receive error messages as PhpGedView adds an empty Gedcom file with the title from the extra.xx.php files to the gedcoms.php file. I do not manage to get rid of the errors.
This should not happen.
The problem is solved by for now by filling in the extra file
if (isset($GEDCOMS['Gedcom.ged'])) {
$GEDCOMS['Gedcom.ged']['title'] = "עץ המשפחה של מליצה - Melizas Genealogi";
}
Logged In: YES
user_id=959928
Originator: YES
I want to mention that adding slashes // before the $GEDCOMS['Gedcom.ged']['title'] line does not remove the error messages.