I just downloaded 2.51b and it is working. Thank you John. I ran into my first problem. After I upload the gedcom file. The file editconfig_gedcom.php is called. When I use the one from 2.51b I get the error: The GEDCOM file, SEP.GED, does not exist at the specified location.
I checked the file is there. When I use the file from 2.51a, it works accordingly.
After checking I found that the string $GEDCOM had been changed to $GEDCOMPATH. After changing this through the whole document. It works accordingly.
I have the changed file, can I send it to someone?
Cheers,
Roland
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I actually wanted to change all references of $GEDCOM in that file to $GEDCOMPATH. I thought that using the same $GEDCOM variable as I use globally for the current gedcom dataset was probably not a good idea and might be causing some of the problems that other people are experiencing.
I've fixed this and upload a new 2.51b file.
--John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just downloaded 2.51b and it is working. Thank you John. I ran into my first problem. After I upload the gedcom file. The file editconfig_gedcom.php is called. When I use the one from 2.51b I get the error: The GEDCOM file, SEP.GED, does not exist at the specified location.
I checked the file is there. When I use the file from 2.51a, it works accordingly.
After checking I found that the string $GEDCOM had been changed to $GEDCOMPATH. After changing this through the whole document. It works accordingly.
I have the changed file, can I send it to someone?
Cheers,
Roland
I actually wanted to change all references of $GEDCOM in that file to $GEDCOMPATH. I thought that using the same $GEDCOM variable as I use globally for the current gedcom dataset was probably not a good idea and might be causing some of the problems that other people are experiencing.
I've fixed this and upload a new 2.51b file.
--John