[xwiki-users] [ANN] XWiki 1.0 Beta 4 Released
Paul Armstrong
xwiki at otoh.org
Mon Feb 19 10:57:14 CET 2007
On Thu, Feb 15, 2007 at 10:22:10AM +0100, Vincent Massol wrote:
> We're happy to announce the availability of XWiki 1.0 Beta 4 (http://
> www.xwiki.org/xwiki/bin/view/Main/Download).
I just installed a fresh copy on Postgres 8.1.4 and got the folowing
error when importing XWiki.XWikiPreferences from the supplied XAR:
JDBCExceptionReporter:logExceptions:72 - ERROR: value too long for type character varying(20000)
This was fixed with
ALTER TABLE xwikidoc ALTER COLUMN xwd_class_xml TYPE varchar(200000);
Paul
More information about the users
mailing list