? Success
Pull Request for # 10689

User tests: Successful: Unsuccessful:

avatar wojsmol
wojsmol
31 May 2016

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)...

avatar wojsmol wojsmol - open - 31 May 2016
avatar wojsmol wojsmol - change - 31 May 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 31 May 2016
Labels Added: ?
avatar wojsmol wojsmol - change - 31 May 2016
The description was changed
avatar brianteeman brianteeman - change - 31 May 2016
Category Modules Router / SEF
avatar brianteeman brianteeman - change - 31 May 2016
Rel_Number 0 10689
Relation Type Pull Request for
avatar RonakParmar
RonakParmar - comment - 2 Jun 2016

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.

avatar brianteeman brianteeman - test_item - 10 Jun 2016 - Tested successfully
avatar brianteeman
brianteeman - comment - 10 Jun 2016

I have tested this item successfully on e2ed809


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10693.

avatar anjahage anjahage - test_item - 25 Jun 2016 - Tested successfully
avatar anjahage
anjahage - comment - 25 Jun 2016

I have tested this item successfully on e2ed809

Reproduced the issue and tested succesfully. After applying the patch I don't get a 404 error anymore.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10693.

avatar zero-24 zero-24 - change - 25 Jun 2016
Status Pending Ready to Commit
avatar zero-24
zero-24 - comment - 25 Jun 2016

RTC based on testing


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10693.

avatar joomla-cms-bot joomla-cms-bot - change - 25 Jun 2016
Labels Added: ?
avatar roland-d roland-d - change - 25 Jun 2016
Milestone Added:
avatar roland-d roland-d - change - 25 Jun 2016
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
avatar roland-d roland-d - close - 25 Jun 2016
avatar roland-d roland-d - merge - 25 Jun 2016
avatar joomla-cms-bot joomla-cms-bot - close - 25 Jun 2016
avatar roland-d roland-d - reference | e5a38ac - 25 Jun 16
avatar roland-d roland-d - merge - 25 Jun 2016
avatar roland-d roland-d - close - 25 Jun 2016
avatar roland-d
roland-d - comment - 25 Jun 2016

Thanks everybody

avatar wojsmol wojsmol - head_ref_deleted - 25 Jun 2016

Add a Comment

Login with GitHub to post a comment