Closed (fixed)
Project:
Forum Access
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2012 at 13:05 UTC
Updated:
19 Sep 2012 at 19:41 UTC
Jump to comment: Most recent file
The update instructions for Forum Access 1.1 are clear: you must update Chain Menu Access API to 2.0 at the same time.
However, if (for whatever reason) FA 1.1 encounters CMA 1.x, and core tries to rebuild the menu cache, then this will fail, and you are unable to access any page on the site, because rebuilding the cache always precedes building any page. While FA 1.1 is running outside of its specs, it should not cause a catastrophic failure. (See #1768410: Errors after NOT updating Chain Menu Access)
The task here is to degrade more gracefully, so that we can recover from this situation.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | forum_access_CMA_upgrade.1775204.3.patch | 4.33 KB | salvis |
| #1 | forum_access_CMA_upgrade.1775204.1.patch | 4.26 KB | salvis |
Comments
Comment #1
salvisThis turns it into a two-step process now: you can update FA and leave it at that, but you will be reminded that you should update CMA, too.
It's not so great code-wise, but it makes sense to do it that way for a transitional period.
Comment #3
salvisTry again.
Comment #4
salvisCommitted to the -dev version (give it up to 12h to be repackaged).
Comment #6
salvisAfter some trouble with d.o, I've finally been able to release 7.x-1.2 with this patch.