tngrlkrz 0 Report post Posted November 12, 2016 For those of you using the TextPlus Charts Mod, you may have noticed, on the Individual page, the Ancestor:Text+ submenu displays a duplicate 'fan chart' tab. The first tab yields a '404' error, and the rightmost one works fine. This happens even with no other Mods installed. In the file pedigreetextplus.php file, In pedigreetextplus.php: commenting out lines 158-163 appears to correct the problem. // #Include the fan chart only if the fan chart URL exists and it hasn't been displayed. // if (!$fanchart_url) { // $fanchart_url = getURL( "fanchart", 1 ); // if ($fanchart_url) // $innermenu .= "<a href=\"$fan_url" . "personID=$personID&tree=$tree&parentset=$parentset&generations=$generations\" class=\"lightlink\">{$text['fanchart']}</a> | \n"; // } It appears that $fanchart_url flag is not set as expected, since $fanchrt_url is true. I've sent a note to the Mod's author Robin Richmond as well. Ron Share this post Link to post Share on other sites