I get the following errors when I activate Administration Views:
Notice: Undefined offset: 1 in views_menu_alter() (line 373 of C:\Users\Paul\Sites\karaoke\sites\all\modules\views\views.module).
Notice: Undefined index: load arguments in views_menu_alter() (line 376 of C:\Users\Paul\Sites\karaoke\sites\all\modules\views\views.module).
Notice: Trying to get property of non-object in user_access() (line 774 of C:\Users\Paul\Sites\karaoke\modules\user\user.module).
Notice: Trying to get property of non-object in user_access() (line 786 of C:\Users\Paul\Sites\karaoke\modules\user\user.module).
Notice: Trying to get property of non-object in user_access() (line 787 of C:\Users\Paul\Sites\karaoke\modules\user\user.module).
Notice: Trying to get property of non-object in user_access() (line 793 of C:\Users\Paul\Sites\karaoke\modules\user\user.module).
Notice: Trying to get property of non-object in user_access() (line 796 of C:\Users\Paul\Sites\karaoke\modules\user\user.module).
When I disable Adminsitration Views, the error disappears.
I'm using the latest dev of Views and the latest dev of all modules when appropriate.
Comments
Comment #1
Adam S commentedsubscribe
Comment #2
soulis77-SE commentedsubscribe
Comment #3
emkamau commentedreverting to the 7.x-3.0-rc1 version seems to have fixed this problem for me.
emk
Comment #4
likewhoa commentedconfirmed here
Comment #5
paulgemini commentedWhich points to a change in the code since Jan 7th. Here's the list:
http://drupalcode.org/project/admin_menu.git/log/refs/heads/7.x-3.x
None of those really stick out to me, but i'm not an expert.
Comment #8
sunSorry for the noise; now for real.
Comment #9
paulgemini commentedSay again?
Comment #10
webcultist commentedsubscribe
Comment #11
bseclier commentedI just installed Drupal 7.8 and I have this problem too.
Does anyone solve this problem ?
Comment #12
pixelsweatshop commentedSub. Getting the same issue
Comment #13
sucik commentedconfirmed.
Comment #14
sunCommitted first fix for this.