Closed (fixed)
Project:
Table Manager
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2007 at 18:06 UTC
Updated:
5 Mar 2007 at 19:17 UTC
line 423 in tablemanager.module
$output .= drupal_get_form('tablemanager_box1', $form2);
when accessing - admin/content/tablemanager
Causes the following error:
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'tablemanager_box1' was given in C:\xampp\htdocs\drupal\includes\form.inc on line 218.
Deleting this line seems to have solved the problem.
Comments
Comment #1
stevryn commentedCorrection: line 453
Comment #2
pobster commentedThat's bizarre! You know I can't even remember what that's supposed to do!
Leave it with me... I'll look into it...
Pobster
Comment #3
pobster commentedYou know... This line is also present in the 4.7 branch! And it does absolutely nothing! I think it's left over from the 4.6 update, something I forgot to remove - yep, just delete it I'll roll out another update later on.
Thanks
Pobster
Comment #4
pobster commented