Fouled it up a bit
by Dave on Jan.12, 2010, under Minutiae
Joe, I upgraded to Thesis 1.6 and in the process ended up with some PHP errors in the dashboard. I tried killing all themes but the default and reuploading Thesis (along with the customizations), but I’m still getting the errors. I’ll keep futzing with it…
Good news is that I got the tag cloud to show up in the footer. You didn’t have any arguments in the call. It also didn’t help that, before this post, we’ve never used tags.
January 14th, 2010 on 5:43 pm
Did you try commenting out line 339 in plugin.php ? I think you must have changed the password for the cpanel because I can’t login with the most recent one otherwise I would try it.
January 14th, 2010 on 8:43 pm
Yeah, what he said. Just don’t touch line 247. That’s a keeper.
January 14th, 2010 on 10:44 pm
Have you tried the TK421?
January 15th, 2010 on 7:13 am
339 – 340 whatever it takes.
January 15th, 2010 on 10:27 am
Sorry, Joe, I changed the cpanel p/w after we got hacked. Check your email for the new one. I can’t comment out 339, it has more than one argument in it and I suspect the whole thing will break. I just have to figure out why it’s calling a nonexistent CSS file.
The rest of you mooks, if you think I should comment out this command, let me know:
call_user_func_array($the_['function'], array_slice($args, 0, (int) $the_['accepted_args']));
January 15th, 2010 on 11:09 am
Okay, this is irritating. If I switch to the default theme everything’s fine (although ugly), but switching back to Thesis gives me that error msg. What I don’t get is the call to ‘thesis_options_stylesheet’ giving us the error…it’s a fresh install of Thesis. Everything should be good to go.
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'thesis_options_stylesheet' was given in /home/twodin6/public_html/wp-includes/plugin.php on line 339January 15th, 2010 on 11:17 am
Fixed it :)
January 15th, 2010 on 11:32 am
Did you ever knoooow that you’re my heeeerooooo?
What did you do?
January 15th, 2010 on 11:35 am
The error was in custom_functions.php. I commented out the line where it called that css file.
January 15th, 2010 on 11:36 am
Huh. Which line was that? I don’t see anything commented out.
January 15th, 2010 on 11:38 am
Oh and by the way, the Thesis developers, in all their wisdom, changed some CSS classes – particularly those governing #page and .menu – which messed up the layout. It’s been fun upgrading all my client sites and having to tweak everyone’s CSS. What’s the point of the custom folder if they’re going to change shit on us?
January 16th, 2010 on 7:09 am
call_user_func_array($the_['function'], array_slice($args, 0, (int) $the_['accepted_args']));
Ho, ha ha, guard, turn, perry, dodge, THRUST!
“args”? Is that the secret pirate command line?
TK421, why aren’t you at your post?
November 30th, 2010 on 3:16 am
Hello there everyone,
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘homepage_display_category_posts’ was given in /home/pharmacy/public_html/wp-includes/plugin.php on line 395
I am having the same problem. Getting error with the thesis theme and site is fine with default theme. Please help me.