Re: [xwiki-users] Help needed on XWIKI-2339

2008-05-21 Thread Nicolas Rodriguez
Thanks Jerome, that worked fine. I have added a comment on XWIKI-2339 but may be it deserve a faq entry ? Nico Sergiu Dumitriu wrote: > Yes, that's supposed to fix the issue. I guess XE-131 was wrongly closed. > > Jerome Velociter wrote: > >> Hi, >> >> I found this on http://jira.xwiki.org/ji

Re: [xwiki-users] Help needed on XWIKI-2339

2008-05-21 Thread Sergiu Dumitriu
Yes, that's supposed to fix the issue. I guess XE-131 was wrongly closed. Jerome Velociter wrote: > Hi, > > I found this on http://jira.xwiki.org/jira/browse/XE-131 : > > ALTER TABLE xwikiattachment_content CHANGE XWA_CONTENT XWA_CONTENT > LONGBLOB NOT NULL; > ALTER TABLE xwikiattachment_archive

Re: [xwiki-users] Help needed on XWIKI-2339

2008-05-21 Thread Jerome Velociter
Hi, I found this on http://jira.xwiki.org/jira/browse/XE-131 : ALTER TABLE xwikiattachment_content CHANGE XWA_CONTENT XWA_CONTENT LONGBLOB NOT NULL; ALTER TABLE xwikiattachment_archive CHANGE XWA_ARCHIVE XWA_ARCHIVE LONGBLOB NOT NULL; Jerome. > Hi, > > I just had the problem describe in XWIKI-2

[xwiki-users] Help needed on XWIKI-2339

2008-05-21 Thread Nicolas Rodriguez
Hi, I just had the problem describe in XWIKI-2339. Now, it is not clear which column of which table I have to modify. Would it be possible to have an example of SQL query to alter the column for MySQL ? It would be nice to have this info in the jira issue and/or in the faq. Thanks, Nico ___