Postponed (maintainer needs more info)
Project:
me aliases
Version:
6.x-2.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2012 at 11:22 UTC
Updated:
11 Jan 2012 at 21:54 UTC
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
Comment #1
nohup commentedEven 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.
Comment #2
ferrum commentedVery 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.
Comment #3
nohup commentedIt 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.