coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: grapher on July 01, 2005, 07:37:05 AM

Title: Undefined variables
Post by: grapher on July 01, 2005, 07:37:05 AM
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
Title: Re: Undefined variables
Post by: Tranz on July 01, 2005, 07:44:50 AM
Try disabling debug notices or something like that in Config
Title: Re: Undefined variables
Post by: kegobeer on July 01, 2005, 12:50:24 PM
If you still get notices after disabling notices in Coppermine's config settings, edit your php.ini file and change display_errors to off.