I updated to feedapi-6.x-1.3 (previously feedapi-6.x-1.2)

Now on every node view i get this:

warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'feedapi_access_op' was given in /home/drupal6/drupal-6.4/includes/menu.inc on line 450.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'feedapi_access_op' was given in /home/drupal6/drupal-6.4/includes/menu.inc on line 450.

Comments

aron novak’s picture

You should simply empty the menu cache, your menu cache contains outdated data.
You can do this with devel module or executing the following query on the database:
delete from cache_menu;
Of course this is not a perfect solution, i'll create a new update_N hook to do this automatically.

aron novak’s picture

Status: Active » Fixed

I also created an update hook, the next devel version will contain.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.