I am using the path 'user/me/bookmarks' linking to the user's profile and the view 'flag_bookmarks_tab' of the flag module. All was working fine with views versions below 6.x-2.14. After upgrading views to 6.x-2.14 or higher, these errors are shown

    warning: Missing argument 2 for views_arg_load(), called in drupal\includes\menu.inc on line 417 and defined in drupal\sites\all\modules\views\views.module on line 258.
    warning: Missing argument 3 for views_arg_load(), called in drupal\includes\menu.inc on line 417 and defined in drupal\sites\all\modules\views\views.module on line 258.
    warning: Missing argument 4 for views_arg_load(), called in drupal\includes\menu.inc on line 417 and defined in drupal\sites\all\modules\views\views.module on line 258.

The original problem report is stored at the views module. Please discuss this problem there, see http://drupal.org/node/1397658

Comments

nohup’s picture

Status: Active » Postponed (maintainer needs more info)

Even when I changed the 'flag_bookmarks_tab' view to use the 'Me' validator for the user:uid argument, I still could not reproduce the error.

URL: http://d6.codeit.in
Admin: admin/lapurd
demo: demo/demo

Freely change the test site to reproduce the warning messages and report here.

ferrum’s picture

Very strange. The problem cannot be reproduced on your site. Which version of 'Me alias' do you use? The problem was reported for me.6.x-2.9 - all other involved modules have the same version.

nohup’s picture

It is using 6.x-2.9. I even tested with the dev version, had no problems. It has views 6.x-2.16, may be that is the reason the warning messages are not there.