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

dawehner’s picture

We have no idea what this error is caused by, but perhaps running update.php fixes here something.

It's somehow a core bug.

Vasu’s picture

views UI module is missing in the module list

jeronimus’s picture

Having 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 !

dawehner’s picture

A quote from http://drupal.org/project/views

There are currently issues with core's cache flushing that means one cache flush isn't necessarily enough
jefflocke’s picture

Thanks for the work around. Clearing the cache twice worked. I appreciate the replies.

dawehner’s picture

Status: Active » Fixed

Update status.

aniebel’s picture

Clearing cache twice worked for me as well.

maxchock’s picture

yes.. clearing the cache work...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mzaourou’s picture

hiii 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 .

sysgears’s picture

Hi,

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