When creating a clipping on version 7375 2024-02-28 14:21:38Z canajun2eh, the Zip file is corrupted, and cannot be opened, even with Linux. If the Zip is not chosen, the top of the Gedcom produced has this error listed: <br />ERROR 2: preg_replace(): Unknown modifier '>'<br /> 0 Error occurred on in function <b>preg_replace</b><br /> 1 called from line <b>324</b> of file <b>clippings_ctrl.php</b> in function <b>init</b><br /> 2 called from line <b>37</b> of file <b>clippings.php</b><br /> <br...
Thanks, no that file made no difference. and we're not seeing any errors; the save after the drag/reorder closes the window, but nothing has changed. That's why I attempted the pgv_debug. The family does have Father+Mother. On 28/08/2024 00:06, Gerry Kroll wrote: assigned_to: Gerry Kroll Attachments has changed: Diff: |--- old +++ new @@ -1 +1,2 @@ +edit_quickupdate.php (138.6 kB; application/octet-stream) pgv_update_debug.pdf (153.7 kB; application/pdf) | Comment: Please try the attached file edit_quickupdate.php....
Reordering of children fails
Cheers! Any clue on this one: https://sourceforge.net/p/phpgedview/discussion/185166/thread/0a427d0606/ ??
This does indeed work, thanks @Gerry Kroll.
When going into the Manage Multimedia ( media.php ) I was getting a screen full of errors relating to the open_basedir restrictions and the image files. I am on ISPConfig 3, nginx, PHP7 FPM. The errors were coming from get_media_folders in includes/functions/functions_mediadb.php line 895, where the code tries to check if is_dir, but does it with actual image names, and this triggers the open_basedir restriction. To fix it I have edited my copy of this function, so that it looks like such: function...
Hi! I'm having an issue with data truncation... On PGV 4.30. Individual report is not outputting the complete NOTE data from the GEDCOM, truncating after first line. example: Individual report output: "Family story has it that xxxx was adopted INTO the family." Gedcom data: 0 @N34@ NOTE Family story has it that xxxx was adopted INTO the family. 1 CONT 1 CONT Government records clearly show that she was BORN to xxxx as were the other 3 boys. 1 CONT 1 CONT Based on other scenarios this family researcher...