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

stevryn’s picture

Correction: line 453

pobster’s picture

That'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

pobster’s picture

Status: Active » Fixed

You 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

pobster’s picture

Status: Fixed » Closed (fixed)