I'm new to Drupal. After manually updating my page from 7.15 to 7.19, many of my modules wouldn't work anymore, including views. After uninstalling and reinstalling again, the Modules admin page says Views is installed and enabled. However, when I go to the Structure menu, there is no link to Views. Help?

Comments

dawehner’s picture

Maybe first check this two basic requirements: Does your user has the "administer views" permission?
Do you have installed the views_ui module as well? There might be also some caching going on etc. but yeah hard to say in general.

brett.sutton’s picture

Version: 7.x-3.5 » 7.x-3.7

I had (have) a similar problem but it looks to me it might be a problem with the Administration menu 7.x-3.0-rc4 component.

My specific problem is that the 'views' item from the 'structure' page is missing.
If I disable the 'Administration menu 7.x-3.0-rc4' the 'views' item on the 'structure' page re-appears.

Re-enabling 'Administration menu 7.x-3.0-rc4' causes the 'views' item to disappear again.

I'm going to cross post this to the Administration menu issue tracker.

kkasischke’s picture

I had the same issue this weekend. Going to admin/config/administration/admin_menu and ticking the related boxes under 'Developer modules to keep enabled' made the blocks show up again for me on the admin/structure/block page.

diggers2004’s picture

No luck. Views module and UI both appear as checked in module list. Structure still missing the views option. Have cleared the cache. Checked permissions.

potassiumchloride’s picture

I had the same issue appear today. Thanks to kkasischkle for the solution in #3. Going to admin/config/administration/admin_menu and ticking the box next to Views UI made it reappear on the admin menu.

jkingsnorth’s picture

Issue summary: View changes
Status: Active » Fixed

Solutions offered.

Status: Fixed » Closed (fixed)

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

Marcin83’s picture

I did like on post #2
but in my case after re-enable Views still show on Structure Menu.

drone.ah’s picture

I was able to fix this by going to the home icon on the menu (top left) and clicking "Enable Developer Modules"

Frou’s picture

Hi,

If somebody have the same probleme, the solution is simple : re-instal Chaos tools and clear all cache.

Hope this work for you

jaiprakash bodele’s picture

i had some problem in structure.
i want to use view node.
In structure, I have
Blocks,Contact form,Content types,Menus,Taxonomy,Triggers but not "view".
i am using brupal first time. version is drupal-7.67.
please help me asap.

damienmckenna’s picture

@jaiprakash bodele: you might have to enable the "Views UI" module, not just the "Views" module.

jaiprakash bodele’s picture

dear DamienMcKenna,

i am using drupal 7.67.
installed CHAOS TOOL SUITE
and ui ux both module, but all the things disabled.
i have nothing in operation column too.
pleas help me.

see below:

Views
7.x-3.23 Create customized lists and queries from your database.
Requires: Chaos tools (disabled)
Required by: Views content panes (disabled), Views UI (disabled)

Views UI
7.x-3.23 Administrative interface to views. Without this module, you cannot create or edit your views.
Requires: Views (disabled), Chaos tools (disabled)

Bulk Export
7.x-1.15 Performs bulk exporting of data objects known about by Chaos tools.
Requires: Chaos tools (disabled)

Chaos tools
7.x-1.15 A library of helpful tools by Merlin of Chaos.
Required by: Bulk Export (disabled), Custom rulesets (disabled), Chaos Tools (CTools) AJAX Example (disabled), Custom content panes (disabled), Page manager (disabled), Chaos Tools (CTools) Plugin Example (disabled), Stylizer (disabled), Term Depth access (disabled), Views (disabled), Views content panes (disabled), Views UI (disabled)

Chaos Tools (CTools) AJAX Example
7.x-1.15 Shows how to use the power of Chaos AJAX.
Requires: Chaos tools (disabled)

Chaos Tools (CTools) Plugin Example
7.x-1.15 Shows how an external module can provide ctools plugins (for Panels, etc.).
Requires: Chaos tools (disabled), Panels (missing), Page manager (disabled), Advanced_help (missing)

Custom content panes
7.x-1.15 Create custom, exportable, reusable content panes for applications like Panels.
Requires: Chaos tools (disabled)

Custom rulesets
7.x-1.15 Create custom, exportable, reusable access rulesets for applications like Panels.
Requires: Chaos tools (disabled)

Page manager
7.x-1.15 Provides a UI and API to manage pages within the site.
Requires: Chaos tools (disabled)
Required by: Chaos Tools (CTools) Plugin Example (disabled)

Stylizer
7.x-1.15 Create custom styles for applications such as Panels.
Requires: Chaos tools (disabled), Color (enabled)

Term Depth access
7.x-1.15 Controls access to context based upon term depth
Requires: Chaos tools (disabled)

Views content panes
7.x-1.15 Allows Views content to be used in Panels, Dashboard and other modules which use the CTools Content API.
Requires: Chaos tools (disabled), Views (disabled)

damienmckenna’s picture

@jaiprakash: That shows that "Views UI" is disabled, try enabling it and then see if you can get to the admin pages.