When I open an album I get a number of these errors. Have I neglected to allow necessary permissions? To where?
Notice: Undefined variable: header in /home/mydir/public_html/canyon/themes/rainy_day/theme.php on line 1485
Notice: Undefined variable: template_tab_display in /home/mydir/public_html/canyon/themes/rainy_day/theme.php on line 1490
Notice: Undefined variable: lang_thumb_view in /home/mydir/public_html/canyon/themes/rainy_day/theme.php on line 1493
Notice: Undefined index: inactive_tab in /home/mydir/public_html/canyon/themes/rainy_day/theme.php on line 1494
Try disabling debug notices or something like that in Config
If you still get notices after disabling notices in Coppermine's config settings, edit your php.ini file and change display_errors to off.