Closed (won't fix)
Project:
Context
Version:
7.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
6 Oct 2010 at 21:15 UTC
Updated:
18 Feb 2011 at 16:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
recidive commentedOk, I've upgraded Drupal core and some module to their latest versions and now I can use Context module user interface.
Comment #2
Daniel A. Beilinson commentedThere is no context UI for D7 beta. That's true.
Comment #3
Daniel A. Beilinson commentedComment #4
damienmckennaCurrently the D7 branch still uses the old path "admin/build/context" from D6. The thing is that D7 changed all of the "admin/build" paths to "admin/structure", so Context_UI needs to update its path.
Comment #5
damienmckennaTry this for size. This changes all menus & links to "admin/structure/context".
Comment #6
Jackinloadup commentedPatch in #5 worked for me. Thanks Damien
Comment #7
dave reidLooks good.
Comment #8
yareckon commentedThanks, works. could we get a new beta with this and a couple of the other 7.x. patches rolled?
Comment #9
recidive commentedPlease commit this patch. Context module is not usable without this.
Comment #10
yhahn commentedThanks, http://drupal.org/cvs?commit=462096
Comment #12
Anonymous (not verified) commentedI ran into this same issue with alpha3, which has this patch committed. Turned out for me, that in order for context_ui to show up in /admin/structure, you have to also enable context_layouts.
Comment #13
Renee S commented[wrong issue :) ]
Comment #14
liminu commentedsame problem, subscriving
Comment #15
joostvdl commentedThe problem still is there in the latest dev version. Only after enabling the context_layouts module the context_ui is shown in the admin.
Comment #16
joostvdl commentedAlso the /admin/structure/context/settings is empty
Comment #17
febbraro commentedIf you clear cache from drush or Configuration -> Performance does it now appear?
This isn't related to context_layout, that is a red herring, more than likely if just got picked up when you enabled it b/c adding anew module causes the menu system to rebuild the menu.
Comment #18
joostvdl commentedAfter clearing the cache with drush, the menu item appears
Comment #19
febbraro commentedIt looks like if you enable context and context_ui at the same time the menus dont appear. If you do them individually then the UI does appear. Might also have to do with the fact that D7 Context UI switched to using the Export UI from ctools which handles creating basic menus, could be some timing thing with ctools export ui.
Comment #20
tekante commentedComment #21
tekante commentedPatch available in #1065976: Plugins not correctly detected when enabling multiple modules
Comment #22
febbraro commentedSince this is a ctools bug we wont be implementing a fix here. For now the workaround is to either enable context_ui individually or clear caches.