Hi, I recently installed this module on Drupal 5.6 and everytime there's a new post the following message appears. For example, if a thread has 3 posts, this message shows up 3 times? Any help? Thanks for your time
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'contact_preprocess_author_pane' was given in /home/neomalle/public_html/modules/author_pane/d6_compat.inc on line 24.
Comments
Comment #1
Saudor commentedNevermind got it - apparently, it happens when the contact module is disabled
Comment #2
michelleHmm... It shouldn't. If the contact module is disabled, its hook should never run. I'm going to leave this open for the moment until I can test it myself.
Michelle
Comment #3
michelleOk, confirmed it. Clearing the cache fixes it so looks like a caching issue. I thought I had gotten all the caching out of there. Grr.
Michelle
Comment #4
michelleAdded check to make sure function still exists.
Michelle