User tests: Successful: Unsuccessful:
Pull Request for Issue #10689
Original issue description
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)...
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Modules Router / SEF |
Rel_Number | 0 | ⇒ | 10689 |
Relation Type | ⇒ | Pull Request for |
I have tested this item
I have tested this item
Reproduced the issue and tested succesfully. After applying the patch I don't get a 404 error anymore.
Status | Pending | ⇒ | Ready to Commit |
RTC based on testing
Labels |
Added:
?
|
Milestone |
Added: |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-06-25 20:58:09 |
Closed_By | ⇒ | roland-d |
Thanks everybody
Please provide some more information to reproduce the issue.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10693.