On a fresh install of D5.1 go to Admin>aggregator>Add Feed

Bork.

warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'feedmanager_form_feed_add' was given in /var/www/includes/form.inc on line 218.

Assuming everyone upgrading is getting this. I'm going to see if i can find the offending code and possibly submit a patch (time permitting) Also arrange menu items for the module.

CommentFileSizeAuthor
#2 feedmanager501dev_edit_form.patch9.35 KBderbz2

Comments

derbz2’s picture

Assigned: Unassigned » derbz2

drupal_get_form() now takes a $form_id, not a $form
http://drupal.org/node/64279#drupal-get-form

derbz2’s picture

Status: Active » Needs review
StatusFileSize
new9.35 KB

This patch makes the add and edit forms work now but has opened a whole other can of worms. More work to follow.

budda’s picture

Status: Needs review » Needs work

Patch didn't apply.

(Stripping trailing CRs from patch.)
patching file feedmanager.module
Hunk #1 FAILED at 224.
Hunk #2 FAILED at 365.
2 out of 2 hunks FAILED -- saving rejects to file feedmanager.module.rej

budda’s picture

Status: Needs work » Fixed

I think what this patch is doing should be fixed in the CVS dev code now.

Anonymous’s picture

Status: Fixed » Closed (fixed)