? Success

User tests: Successful: Unsuccessful:

avatar lunalars
lunalars
24 Mar 2016

Column "urls" in table #__tags gets more and more filled each time a single tag is saved. This is caused by a missing check for an array in bind method of com_tags (administrator/components/com_tags/tables/tag.php - L61).

Tested on a fresh 3.5.0 with no sample data and on 3.4.8.

Testing instructions:

  • in backend go to "Components -> Tags"
  • create a new tag by clicking on "New"
  • enter a title and click on "Save"

  • now in phpMyAdmin go to table "#__tags" and look for the value in the column "urls" of the tag just created: it should be {}

  • in backend save the tag again

  • in phpMyAdmin hit F5 - the value of "urls" is now {"0":"{}"}
  • in backend save the tag again
  • in phpMyAdmin hit F5 - the value of "urls" is now {"0":"{\"0\":\"{}\"}"}

On each save the column gets messed up more (I tried it about 10 times - looks nice :-)

Apply the patch and test again: column "urls" should only be filled with {}.

This was introduced a while ago: bb65868

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
3.00

avatar lunalars lunalars - open - 24 Mar 2016
avatar lunalars lunalars - change - 24 Mar 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 24 Mar 2016
Labels Added: ?
avatar brianteeman brianteeman - change - 24 Mar 2016
Category Tags
avatar RonakParmar
RonakParmar - comment - 9 Apr 2016

I have followed above steps and able to reproduce the issue.
Joomla Version: Joomla! 3.5.0-beta Beta [ Ember ] 06-November-2015 24:00 GMT
PHP Version: 5.4.45-3+deb.sury.org~precise+1


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

avatar RonakParmar RonakParmar - test_item - 9 Apr 2016 - Tested successfully
avatar RonakParmar
RonakParmar - comment - 9 Apr 2016

I have tested this item :white_check_mark: successfully on 9c2c11f


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

avatar brianteeman brianteeman - test_item - 12 Apr 2016 - Tested successfully
avatar brianteeman
brianteeman - comment - 12 Apr 2016

I have tested this item :white_check_mark: successfully on 9c2c11f

Thanks for the detailed test instructions


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

avatar brianteeman brianteeman - change - 12 Apr 2016
Status Pending Ready to Commit
avatar brianteeman
brianteeman - comment - 12 Apr 2016

RTC


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

avatar joomla-cms-bot joomla-cms-bot - change - 12 Apr 2016
Labels Added: ?
avatar brianteeman brianteeman - change - 12 Apr 2016
Milestone Added:
avatar rdeutz rdeutz - change - 12 Apr 2016
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-04-12 19:48:56
Closed_By rdeutz
avatar rdeutz rdeutz - close - 12 Apr 2016
avatar rdeutz rdeutz - merge - 12 Apr 2016
avatar joomla-cms-bot joomla-cms-bot - close - 12 Apr 2016
avatar rdeutz rdeutz - reference | 3b3dde0 - 12 Apr 16
avatar rdeutz rdeutz - merge - 12 Apr 2016
avatar rdeutz rdeutz - close - 12 Apr 2016
avatar joomla-cms-bot joomla-cms-bot - change - 12 Apr 2016
Labels Removed: ?
avatar rdeutz rdeutz - change - 1 May 2016
Milestone Removed:
avatar rdeutz rdeutz - change - 1 May 2016
Milestone Added:
avatar rdeutz rdeutz - change - 1 May 2016
Milestone Added:
avatar rdeutz rdeutz - change - 1 May 2016
Milestone Removed:

Add a Comment

Login with GitHub to post a comment