Hi,
I am using the following Drupal installation:
- Drupal Core 7.2
- Views 7.x-3.0-beta3
- CTools 7.x-1.0-alpha4
- References 7.x-2.0-beta3
- Node hierarchy 7.x-2.x-dev
- Webform 7.x-3-11
and other modules that do not interfere with views.
The installation of webform or node hierarchy modules blocks the access to views admin pages ("Access denied" when attempting to access directly to them + corresponding admin menus disappeared).
Comments
Comment #1
krabbe commentedHello,
same happened to me.
My installation:
- Drupal Core 7.2
- Views 7.x-3.0-beta3
- CTools 7.x-1.0-beta1
- References 7.x-2.0-beta3
- Token 7.x-1.0-beta2
- Styles 7.x-2.0-alpha7
- Link 7.x-1.0-alpha3
- jQuery Update 7.x-2.2
- Custom Formatters 7.x-1.x-dev (2011-Feb-25)
I don't have webform and node hierarchy installed.
Comment #2
krabbe commentedSolved my issue with deinstalling custom formatters.
After updating it from dev to 2.0-beta1 I got errors, so I totally deinstalled it and I got my access to admin views back.
Trying to reinstall custom formatters again failed. It is installed, but I don't get any links to admin and configure.
So, I forget custom formatters for now and have views back!
Comment #3
tomas_fenix commentedI had this issue just now, solved by clearing caches
Comment #4
dawehnerSo update status. Clearing caches twice seems to fix the problem for all users, like described on the views project page.
Comment #5
deciphered@krabbe,
Please see http://drupal.org/node/1175638
Comment #6
krabbe commented@Deciphered
Thanx.