Details
-
Bug
-
Resolution: Fixed
-
Major
-
7.4.2
-
Unknown
-
N/A
-
N/A
-
Description
To reproduce :
- Create 2 pages TagSpaceTest1 and TagSpaceTest2
- Set tagcloud 'spaces' to "'TagSpaceTest1','TagSpaceTest2'" as the example
Caused by: org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getTagCountForQuery' in class com.xpn.xwiki.plugin.tag.TagPluginApi threw exception com.xpn.xwiki.XWikiException: Error number 0 in 3: Failed to get tag count for query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop where tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.space IN("'TagSpaceTest1','TagSpaceTest2'")], with parameters [[]] at 135:xwiki:Dashboard.WebHome[line 22, column 30]
How to quick solve :
- Do not use the double quotes
How to deeply solve :
- Change the translation to remove the quotes
- Set the value in Italic