shogem
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress broke.I tried both methods. No change. And, using phpMyAdmin, the value was already listed as a:0:{}. Is it super broken?
Forum: Fixing WordPress
In reply to: WordPress broke.Alright. Step one yielded this result on every post and every page:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'gallery_columns' was given in /home/wings/public_html/wp-includes/plugin.php on line 166Checking line 166 gave me this:
do { foreach( (array) current($wp_filter[$tag]) as $the_ ) if ( !is_null($the_['function']) ){ $args[1] = $value; $value = call_user_func_array($the_['function'], array_slice($args, 1, (int) $the_['accepted_args']));(Dreamweaver lists line 166 as $value = call_user_func etc etc)
So it’s something server side I don’t understand. Should I proceed with your suggestion of turning each back on until I find the culprit, or has it just revealed itself? For reference, I have the Gallery Widget plugin as well (but that seemed to be working). I’m thinking it may be the problem, but I’m probably wrong.
Forum: Fixing WordPress
In reply to: Lightbox 2 doesn’t always workThis just popped up for me, too. Everything’s updated. Lightbox no longer loads up, and it did in the beginning. Instead, it just links me the image file. I’ve done nothing to alter the code regarding lightbox, so I’m unsure of why it’s suddenly stopped working.
I’m using Photosmash for my gallery template/widget, and flickrexpress, but I don’t need flickrexpress to open things in lightbox.
Thanks for any help.