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
Comment #1
aron novakYou 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.
Comment #2
aron novakI also created an update hook, the next devel version will contain.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.