Closed (fixed)
Project:
Guestbook
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2010 at 13:46 UTC
Updated:
30 Jan 2011 at 05:10 UTC
Add comment:
call_user_func_array() expects parameter 1 to be a valid callback, function 'theme_guestbook_form_comment_form' not found or invalid function name v souboru /home/users/rad/example.com/web/includes/theme.inc na řádku 656.
Comments
Comment #1
powery commentedtheme_guestbook_form_comment_form is missing in guestbook.module?
Comment #2
taisei516 commentedcall_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'theme_guestbook_form_comment_form' was given (/home/taisei516/public_html/includes/theme.inc: line 656)
----------------------------------------------------------
i have same problem too.
(my guestbook module version is 6.x-2.x-dev.. )
Comment #3
tomtom122 commentedI have the same problem - has anyone a solution
Comment #4
brian_l commentedHad the same error, fixed by adding this code to the module, probably not the best solution but it worked:
see:
http://www.drupalcode.com/api/function/theme_guestbook_form_comment_form...
Comment #5
brian_l commentedPosted by powery on July 7, 2010 at 3:32pm
theme_guestbook_form_comment_form is missing in guestbook.module?
appears to be
Comment #6
powery commentedThe error is away, if the functon is added to the gallery.module file. But I can´t see the comment on the page. I think it would be theme issue. My theme is http://drupal.org/project/zeropoint. Can anybody try this theme and add comments to guestbook entries?
Comment #7
sunThanks for reporting, reviewing, and testing! Committed a fix for this bug to HEAD.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.