Undefined Variable errors Undefined Variable errors
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Undefined Variable errors

Started by grapher, July 01, 2005, 09:04:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

grapher

I'm getting alot of undefined variable arrors whenever I log in and go to an album.  Aree there other persissions that I may be missing?  Many of those errors seem to be from various themes that I have tried, like the following...

Notice: Undefined variable: header in /home/myfolder/public_html/canyon/themes/rainy_day/theme.php on line 1485

Notice: Undefined variable: template_tab_display in /home/myfolder/public_html/canyon/themes/rainy_day/theme.php on line 1490

Notice: Undefined variable: lang_thumb_view in /home/myfolder/public_html/canyon/themes/rainy_day/theme.php on line 1493

Notice: Undefined index: inactive_tab in /home/myfolder/public_html/canyon/themes/rainy_day/theme.php on line 1494

Nibbler

This post looks familiar... Turn off notices.

grapher

I tried to post something similar last night but I couldn't find it this AM.  I think you are implying that It made it after all?

Not sure what you mean by "turn off notices".

Quote from: Nibbler on July 01, 2005, 09:08:34 PM
This post looks familiar... Turn off notices.

grapher

Quote from: Nibbler on July 01, 2005, 09:08:34 PM
This post looks familiar... Turn off notices.

Wait, do you mean turn of notices of errors?  That may work for me, but what about the other visitors of the site?  Are you suggesting that I can turn off notices for everyone?  Where?

Nibbler


grapher

Quote from: Nibbler on July 01, 2005, 09:24:55 PM
Turn off debug mode in config.

Your posts

Found it just before your post.  So, these errors aren't something I need to fix?  Cool, thanks for your help.

Joachim Müller

disable notices display for good if the notices don't mean anything to you. The feature exists for developers only anyway. There's no point in asking the same question over and over again.