The two modules I identified are mod_articles_categories and mod_related_items, but I suspect others may be involved.
My strong suspect is that something is broken in JModuleHelper::moduleCache()
as it always returns an empty array() and the two modules involved for that condition just "return".
Other modules that may be affected (as they use JModuleHelper::moduleCache()
) are:
mod_articles_category (it returns a minimal subset of the articles), mod_tags_popular (untested) and mod_tags_similar (untested)
Sorry guys, I shouldn't work at this time... false alarm for the others too.
For other reasons I had unpublished my "Uncategorized" category and mod_articles_categories was set by default to show that category (I mistook it as 'root'...). Add to this that the title is apparently never displayed for that module (although set to "Show") and I made a huge mistake...
Sorry again!
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-12-28 04:14:19 |
Labels |
Added:
?
|
false alarm as far as regards mod_articles_category: it works.