Publish a mod_tags_popular in frontend
Since the merge of 3.10-dev into 4.0 we have an error which breaks frontend display
Notice: Array to string conversion in .../modules/mod_tags_popular/src/Helper/TagsPopularHelper.php on line 100
Error: Unknown column 'Array' in 'where clause': Unknown column 'Array' in 'where clause'
Code merged was
- ->whereIn($db->quoteName('c.core_access'), $groups)
+ ->where('(' . $db->quoteName('c.core_access') . ' IN (' . $groups . ') OR ' . $db->quoteName('c.core_access') . ' = 0)')
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-03-17 08:44:18 |
Closed_By | ⇒ | SharkyKZ |
Closed_By | SharkyKZ | ⇒ | joomla-cms-bot |
Please test PR #28379.
Set to "closed" on behalf of @SharkyKZ by The JTracker Application at issues.joomla.org/joomla-cms/28378