?
Referenced as Pull Request for: # 10693
avatar pmleconte
pmleconte
31 May 2016

Steps to reproduce the issue

Create a numeric tag in an article and create a new Popular Tags module, using the cloud display option.

Expected result

Display an article which is tagged by the numeric tag.

Actual result

404 Error

System information (as much as possible)

Joomla 3.5.1/php 7.0/mysql 5.7.11/ SEF mode

Additional comments

To correct this, modify modules/mod_tags_popular/tmpl/cloud.php, line 46 should contain
...$item->tag_id . '-' . $item->alias)...
instead of
...$item->tag_id . ':' . $item->alias)...

avatar pmleconte pmleconte - open - 31 May 2016
avatar andrepereiradasilva
andrepereiradasilva - comment - 31 May 2016

If you already have the solution please open a a Pull Request (PR).

More info http://extensions.joomla.org/blog/item/how-to-contribute-to-joomla-through-github

avatar wojsmol
wojsmol - comment - 31 May 2016
avatar brianteeman
brianteeman - comment - 31 May 2016

Closed as we have a pr

avatar brianteeman brianteeman - close - 31 May 2016
avatar brianteeman brianteeman - change - 31 May 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-05-31 16:28:07
Closed_By brianteeman

Add a Comment

Login with GitHub to post a comment