After re-arranging my attributes folder I am stuck with this strange folder 20.0.131.
There were attributes that were generated because of the ones in the tags. Things like TRACKSTOTAL and so forth. So I selected the TRACKSTOTAL files, MASS EDIT and changed them to a blank attribute. Guess I should never have done that.
All my files are listed in the 20.0.131 folder. When I select all the files and select MASS EDIT the atttribute 20.0.131 doesn’t exist. Just the one you see on the second image.
So I have tried to fix this but I’m stuck … Any ideas anyone?
“20.0.131” is actually the value of the attribute, not the name.
It appears that there is an attribute with an empty name, and that value. You can verify by copying the item to the clipboard, pasting into a text editor, and inspecting the XML.
Quick fix in the SQL console:
DELETE FROM item_attributes WHERE name='' AND value='2.0.131';
2 Likes
Thank you!
So I think I added an ‘empty name’ attribute to 15000 of my files.
Problem is solved now. Thanks!
Dennis
2 Likes

