NoPlacementCache
UPDATE Many people seem to be experiencing the following problems on 3.11:
- Categories don't show in entry permalink on first save
- When you save an entry, on the individual entry page, the next/previous link points to the first entry of your weblog
Add NoPlacementCache 0 to your mt.cfg file. NoPlacementCache is a variable that caches the category assignments for a particular entry. Currently, a category is assigned and the entry is built in the same operation (or request) and because of caching, that category assignment is getting ignored. If a category is assigned in its own request then it is recognized. There is a bug that is causing the categories to be loaded and cached prior to the assignment of the category for the entry and this has been reported to the MT developers (bugs #1696 and #1685)

Leave a comment