action=tpmod;shout=admin
8: Undefined index: subtabs
File:Themes/default/TPsubs.template.php
Line: 2250
seems to be from the security settings according to log
8: Undefined index: label
File:Themes/default/GenericMenu.template.php
Line: 327
yes this is probably an smf one but they just don't have time for my stupid questions it seems...lol ::)
Can you try to figure out what you are doing when you get the subtabs error? Is it an error that happens to a user? Or is it an error that happens to the admin?
Instead of posting at SMF for your label error, you should use the search. I'm pretty sure that error has been covered before.
yes the subtabs came up when I went into admin to delete all shouts...makes them go in to shout more often this way..lol I am a meanie.
Will check at smf by searching for that error for genericmenu file
I'm not getting the error when I go into delete all shouts. Can anyone else confirm the behavior?
deleted shouts again today to test and got no error, what can I say
hmm... there's probably a specific way that this happens. Let me know if you run into it again and if you find any more details.
you know by now this bad penny will surely do just that...lol :2funny:
here I am again: another error_log file on server with that mysql error taking over entire 2900+ lines and 598kb of it...grrrrr
but right now I am trying to find out another answer about post count---will put it in new thread.
I did go to admin/error log and there is that genericmenu error again for this link:
http://thefantasiesattic.net/attic/index.php?action=admin;area=securitysettings;sa=spam;cae951f982=3faaece7074b3dd5579a3425c2fa3dfd
I have been going thru each setting to see if I can see anser to the other post i will be making in a few minutes.
that leads us to the admin security and moderation/antispam section.
this new error:
Apply Filter: Only show the error messages of this URL
http://thefantasiesattic.net/attic/index.php?action=post;board=2.0
8: Undefined index: image
Apply Filter: Only show the errors from this file
File: Themes/default/GenericControls.template.php
Line: 127
Those are likely theme errors or something. I wouldn't have a clue without actually looking through all your code to see what the problem is sorry. It's really a problem you should take to SMF or maybe even the theme author if you're using a custom theme.
aha, that gives me a starting point...the theme in question---since the errors were when and associated with my profile is BlazeDark 2.0
ok, Arantor at SMF came up with a fix for the mysql error that takes over the server error_log file:
Subs-Db-Mysql.php
found:
list ($values, $connection) = $db_callback;
added this directly after it:
if (!is_resource($connection))
db_fatal_error();
BUT now I got this page full of the same error over and over
[02-May-2012 09:58:08] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/attic/Sources/TPdlmanager.php:1864) in /home/xxx/public_html/attic/Sources/Errors.php on line 353
as well as many of these in the admin section error log: this is with several members/themes
8: Undefined variable: settings
Apply Filter: Only show the errors from this file
File: /home/xxx/public_html/attic/Themes/default/TPsubs.template.php(114) : eval()'d code
Line: 47
Sorry not much I can do for you. I have no idea why you need that additional code in your DB file that Arantor gave you. It's probably the cause of your header error but I don't know why.
The undefined error you have is because you are using a block that has the $settings variable in it, but it is not declared as a global.
the code Arantor gave was for a multiplying error log file filled with mysql error that nobody seems to find the origin of---smf says it is not a bug, he says not a bug but many hosts, virtual and shared servers and all since 2.0 started, never before and he says that would stop the error. yup it stopped it alrighty but now these errors about TP
Thanks will try to hunt down naughty block