Closed (won't fix)
Project:
PhpGedView
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2006 at 05:18 UTC
Updated:
26 Dec 2006 at 15:03 UTC
ERROR 8: Undefined index: small
0 Error occurred on in function unknown
1 called from line 973 of file calender.php
After much research have discovered that a line is misssing in the theme.php
$PGV_IMAGES["sfamily"]["small"] = "small/sfamily.gif";
(my first submission please forgive me if I have neglected something)
Comments
Comment #1
karens commentedThe only place I see this is in the 'minimal' theme. That is from the 'minimal' theme that comes with PhpGedView, and that line is also missing in the original file. I suggest you report it as a bug on the PhpGedView site, since that is where the theme originates.
In the meantime you can add that line to theme.php yourself, or use a different theme. As I look at it, lots of other lines seem to be missing in that theme, so I think it is a basic problem with that theme, and it may be that I should just remove it entirely from this package, since debugging the PhpGedView themes is not something I have time to do.
Thanks for figuring this out, though.