• Plugin Author ed4becky

    (@ed4becky)


    I didn’t realize it, but rootsPersona had an issue with the IDs generated by ancestry.com. Long story short, because of the use of a dash, people were being skipped.

    I have addressed that issue and a couple of others in version 1.3.3, and added a couple of minor performance tweaks (probably not even noticeable, but it was measurable).

    Thanks to belgirl for helping me work it out!

    http://wordpress.org/extend/plugins/rootspersona/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ed4becky

    (@ed4becky)

    I have also update the documentation at http://ed4becky.net/plugins/rootsPersona

    I tried to upload the full gedcom and got this error: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 128 bytes) in /xx/xxx/xxx/xxxxx/xxx/xxx/rootspersona/php/Genealogy/Gedcom/Structures/FactDetail.php on line 108

    The “X’s” are mine of course:)

    Plugin Author ed4becky

    (@ed4becky)

    Memory can be an issue with rootsPersona, sicne it keeps the entire GEDCOM in memory while processing it. The fact that FactDetail.php is listed is not significant, it was justthe lucky funion to be running when memeory ran out.

    How much memeory PHP is allowed to use is defined in php.ini. You just need to bump yours up (I suspect is set to 64M).

    While your in there,check all these settings:

    memory_limit = 128M <– just what I use, use your own discretion.

    upload_max_filesize = 128M <– how large is the GEDCOM?

    max_execution_time = 60 <- probably set to 30, which is too low fro large GEDCOM processing

    max_input_time = 60 <- I just keep it the same as mex_execution_time

    I’m not sure how you are running your site, so not sure where to tell you to look for the php.ini file.

    Plugin Author ed4becky

    (@ed4becky)

    Version 2.0 will use less memory and take less time to load.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugins: rootsPersona] Support for ancestry.com GEDCOM files’ is closed to new replies.