Hi,
If you are using the svn version, then this was a bug that existed for a couple of days, and you should update the codebase.
But now I am getting a different
error:
---------------------------
Error number 4001 in 4: Error while parsing velocity page Wrapped
Exception: Invocation of method 'getUser' in class
com.xpn.xwiki.api.Context threw exception class
java.lang.NullPointerException : null
Error number 4001 in 4: Error while parsing velocity page
Wrapped Exception: Invocation of method 'getUser' in class
com.xpn.xwiki.api.Context threw exception class
java.lang.NullPointerException : null
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing
velocity page
Wrapped Exception: Invocation of method 'getUser' in class
com.xpn.xwiki.api.Context threw exception class
java.lang.NullPointerException : null
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:142)
at com.xpn.xwiki.XWiki.parseTemplate (XWiki.java:1087)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1059)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:98)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:153)
------------------------------------
It is kind of strange that the data rather than the schema now caused the
upgrade problem.
Thanks
-Jimmy