Menu

#2643 Family Chart factbox link error

v4.2.1
closed-fixed
nobody
None
5
2009-08-01
2009-07-22
fade2gray
No

Error when clicking on link in 'head-of-family and spouse' factbox (id="fact2") - "Unable to find record with ID".

Suggested fix:

timeline_ctrl.php (around line 306)

Change code from...

print " <a href=\"".encode_url("family.php?pid={$match[1]}&ged={$GEDCOM}")."\">";

To...

print " <a href=\"".encode_url("family.php?famid={$match[1]}&ged={$GEDCOM}")."\">";

Discussion

  • KosherJava

    KosherJava - 2009-07-23
    • status: open --> pending-fixed
     
  • KosherJava

    KosherJava - 2009-07-23

    Thanks. Your fix was checked into SVN 5966 and will be included in the next release. I scanned the codebase, and this was the only case of this error.

     
  • Gerry Kroll

    Gerry Kroll - 2009-08-01

    Version 4.2.2 has been released

     
  • Gerry Kroll

    Gerry Kroll - 2009-08-01
    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.