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

karens’s picture

Status: Active » Closed (won't fix)

The 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.