I have a new install of xwiki enterprise 1.2 on Linux Tomcat 5.5 with MySQL
4.1. I installed the war file and imported the xar file. Things seem to be
generally working but I get an error when I click on the Quick Links ->
What's New.
The page accessed when I click on the link is: xwiki/bin/view/Main/Dashboard
The error displayed is:
Error number 4001 in 4: Error while parsing velocity page Main.Dashboard
Wrapped Exception: Invocation of method 'searchDocuments' in class
com.xpn.xwiki.api.XWiki threw exception com.xpn.xwiki.XWikiException: Error
number 3223 in 3: Exception while searching documents with SQL web,
doc.name, max(ni.date) from XWiki Document as doc , XWiki RCSNode Info as ni
where doc.id=ni.id.doc Id and ni.id.version2=1 group by doc.web, doc.name
order by max(ni.date) desc? Wrapped Exception: could not execute query @
Main.Dashboard24,28?
Any ideas what the problem is.