Closed tillsc closed 3 years ago
Got the samy beginning error:
`Trying to access array offset on value of type null …/modules_v4/GVExport/functions_dot.php:741
Torven posted in the webtrees forum he got it working:
To get it working I commented out lines 741, 742, 743 in the file functions_dot.php
The lines now look like this:
// $func="datelocalisation{$lang_short_cut[$LANGUAGE]}";
// if (!function_exists($func))
// $func="DefaultDateLocalisation";
My understanding of PHP is fairly poor so don't ask me what I've changed.
You can test it here if you like:
zeffertt.uk/webtrees/
Cheers, Torven
Was unused code from previous maintainers... So commenting this out was actually a very good solution :)
I removed it to fix the problem permanently
From https://www.webtrees.net/index.php/en/forum/4-customising/35801-display-complex-all-in-on-tree-with-gvexport#85569
Trying to access array offset on value of type null …/modules_v4/GVExport/functions_dot.php:741
0 …/modules_v4/GVExport/functions_dot.php(741): Fisharebest\Webtrees\Webtrees::Fisharebest\Webtrees{closure}()
1 …/modules_v4/GVExport/functions_dot.php(238): vendor\WebtreesModules\gvexport\Dot->printFamily()
2 …/modules_v4/GVExport/functions_dot.php(184): vendor\WebtreesModules\gvexport\Dot->createDOTDump()
3 …/modules_v4/GVExport/module.php(470): vendor\WebtreesModules\gvexport\Dot->getDOTDump()
4 …/modules_v4/GVExport/module.php(275): vendor\WebtreesModules\gvexport\GVExport->createGraphVizDump()
5 …/modules_v4/GVExport/module.php(206): vendor\WebtreesModules\gvexport\GVExport->saveDOTFile()
6 …/app/Http/RequestHandlers/ModuleAction.php(88): vendor\WebtreesModules\gvexport\GVExport->postChartAction()
7 …/app/Http/Middleware/WrapHandler.php(83): Fisharebest\Webtrees\Http\RequestHandlers\ModuleAction->handle()