Active
Project:
Relevant Content
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2009 at 09:22 UTC
Updated:
26 May 2010 at 18:21 UTC
watchdog is a logging a few of these:
call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argument is expected to be a valid callback, 'theme_relevant_content_cck_field' was given in /../drupal/includes/theme.inc on line 617.
any ideas?
Comments
Comment #1
kentlewan1 commentedany update on this? I am experiencing the same problem:
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'theme_filter_tips' was given in /home/specweb/public_html/includes/theme.inc on line 617.
Comment #2
tjark commentedI have the same problem when I click Checkout in the eCommerce Cart.
* warning: Parameter 1 to theme_ec_mail_checkout_form() expected to be a reference, value given in C:\xampp\xampp\htdocs\dp_cms\includes\theme.inc on line 617.
* warning: Parameter 1 to theme_ec_checkout_checkout_review_form() expected to be a reference, value given in C:\xampp\xampp\htdocs\dp_cms\includes\theme.inc on line 617.
It seems it is not a problem related to eCommerce. Any suggestions ?
Drupal 6.14
eCommerce 6.x-4.x-dev
MySQL 5.1.37
PHP 5.3.0
Comment #3
pawel.traczynski commentedsame problem for me
Drupal 6.15, clean installation
Comment #4
jazzitup commentedJust spotted the same issue by visiting this link (Add menu block):
http://localhost/admin/build/block/add-menu-block
BTW, I don't have "Relevant Content" module installed.
Comment #5
webel commentedSame problem with Drupal6.15, and only on a new server running PHP5.3 (site migrated from other hosts pre PHP5.3), and for another module:
Very glad for updates.
Comment #6
TomChiverton commentedI am a module author and see this too
I had to locate everywhere I'd called
theme("my_module_thumbnail", $node);
and change to
theme_my_module_thumbnail($node);
I have no idea why, it may be related to PHP5.3 according to http://drupal.org/node/772894#comment-3015910