Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2011 at 03:06 UTC
Updated:
6 Jun 2012 at 08:02 UTC
I am using most recent dev versions of Drupal, CTools and Views. Views doesn't appear under Structure. When I try to access via URL I get this error message...Fatal error: Class 'ViewsUiNodeViewsWizard' not found in /home2/*****/public_html/****/sites/all/modules/views/views_ui.module on line 616.
I uninstalled all modules, cleared Cache several times and reinstalled. Any help appreciated. Thanks.
Comments
Comment #1
dawehnerWe have no idea what this error is caused by, but perhaps running update.php fixes here something.
It's somehow a core bug.
Comment #2
Vasu commentedviews UI module is missing in the module list
Comment #3
jeronimus commentedHaving the same problem.
Seems after running the update script Views UI does not appear under Structure
( To solve the problem I looked at http://drupal.org/node/1107716
Views » Releases , views 7.x-3.0-beta3, Posted by dereine on March 28, 2011 at 10:44am )
Cleared the cache twice
Views UI does appear under Structure.
After running the update script
Views UI disappears again!
(
The same problem/solution with
- Custom access rulesets
- Custom content panes
)
Workaround (?):
After running the update script (or missing items in structures)
clear the cache twice !
Comment #4
dawehnerA quote from http://drupal.org/project/views
Comment #5
jefflocke commentedThanks for the work around. Clearing the cache twice worked. I appreciate the replies.
Comment #6
dawehnerUpdate status.
Comment #7
aniebel commentedClearing cache twice worked for me as well.
Comment #8
maxchock commentedyes.. clearing the cache work...
Comment #10
mzaourou commentedhiii everybody !
What you should do is,to enable a module which is named "Views Content panes" ..it's added to the list of modules when you install Views .
it'll work ..just try it .
Comment #11
sysgears commentedHi,
There might be a problem with menu rebuilding. Please try to
TRUNCATE TABLE semaphore;
and then clear all caches in admin/config/development/performance
Hope this helps,
Victor Vlasenko,
SysGears