This is the error:
Fatal error: Call to undefined function: accept_changes() in /home/tsmolen/public_html/modules/phpGedView/individual.php on line 73
I'm using Index mode. Everything else seems to work ok. I can edit users no problem. I'm using this as a phpNuke module and I have all that setup correctly (as far as I can tell).
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hmm, I grepped around the code a little and found that accept_changes() only is coded for MySQL mode. I suppose to allow users to edit entries I'll need to switch to MySQL mode? Bummer. Was this mentioned in the docs?
I could still be missing something here, and I hope that I am. I'd hate to have to migrate from one mode to another. Probably be easier to start all over eh?
Thanks,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, accepting changes is only a mysql mode and the option should not have available to you under index mode. This is a mistake on our part that we need to correct.
It looks like you were trying to accept the changes from the individual details page. Did you click on an accept changes link on that page?
You can edit online in index mode, but because all of the information is stored in a flat file, it is simpler to reimport the gedcom file than to try and rebuild the index file. At the bottom of every page there should be an Accept and Reject changes link that will allow you to review the changes that were made and then reimport the gedcom to accept them.
--John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is the error:
Fatal error: Call to undefined function: accept_changes() in /home/tsmolen/public_html/modules/phpGedView/individual.php on line 73
I'm using Index mode. Everything else seems to work ok. I can edit users no problem. I'm using this as a phpNuke module and I have all that setup correctly (as far as I can tell).
Any ideas?
Hmm, I grepped around the code a little and found that accept_changes() only is coded for MySQL mode. I suppose to allow users to edit entries I'll need to switch to MySQL mode? Bummer. Was this mentioned in the docs?
I could still be missing something here, and I hope that I am. I'd hate to have to migrate from one mode to another. Probably be easier to start all over eh?
Thanks,
Yes, accepting changes is only a mysql mode and the option should not have available to you under index mode. This is a mistake on our part that we need to correct.
It looks like you were trying to accept the changes from the individual details page. Did you click on an accept changes link on that page?
You can edit online in index mode, but because all of the information is stored in a flat file, it is simpler to reimport the gedcom file than to try and rebuild the index file. At the bottom of every page there should be an Accept and Reject changes link that will allow you to review the changes that were made and then reimport the gedcom to accept them.
--John