I was running Context 6.x-3.0-beta7 and everything went fine. Updated to version 6.x-3.0 and Context menu item dissappeared from Build section of Navigation menu. When I navigated to /admin/build/context which was the URL for Context module settings, I got this error:

Fatal error: require_once() [function.require]: Failed opening required '/system.admin.inc' (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Users/brontis/htdocs/findlatvia/includes/menu.inc on line 346

It seems to me that there are some menu items lacking in context_ui_menu() function as it only lists one menu item: admin/build/context/settings and nothing else.

Seems like a bug to me.

Issue fork context-892776

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

maijs’s picture

Follow-up to the previous post: I have Context UI module installed and admin/build/context/settings page works for me although breadcrumb links seem broken - Home › Administer › Site building › ›.

yhahn’s picture

Status: Active » Postponed (maintainer needs more info)

Are you using CTools 1.7 or higher? Context UI now makes use of the CTools export UI system rather than implementing its own hook menu callbacks.

maijs’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

yhahn, thank you, upgrading to CTools 1.7 fixed the issue.

IFL Todd’s picture

I'm using CTools 6.x-1.8 & Context 6.x-3.0 and am still seeing this issue. Context does not appear in the navigation menu. Also directly typing a context admin URL (e.g. admin/build/context or admin/build/context/settings) into the browser, yeilds only a redirect to admin/build.

IFL Todd’s picture

Status: Closed (fixed) » Active
IFL Todd’s picture

Priority: Normal » Critical

Marked as Priority Critical because the module is unusable with this bug.

rookierc’s picture

I'm seeing this with 6.x-3.0

Is there any resolution?

IFL Todd’s picture

Please, please is there a way to get Context back? This issue has crippled our ability to update our website, which has thousands of nodes and is heavily dependent on Context. We are literally dead in the water.

Context dependent displays are still displaying; however, no facet of Context admin is available so we cannot make any changes to existing displays or make new ones.

https://drupal.org/node/892776#comment-6974428

mrryanjohnston’s picture

This happened to me on a D7 site recently. You need to make sure your appropriate users have the following permission set:

Context UI -> Administer contexts

paulocs’s picture

Issue summary: View changes

I could not reproduce it using the last version of context 7.x. Please make sure the user has the permission "Administer contexts".

As context 6.x is no longer supported, I'll close this issue.

paulocs’s picture

Status: Active » Fixed
paulocs’s picture

paulocs’s picture

Status: Fixed » Closed (fixed)

avibarouch made their first commit to this issue’s fork.