still problems with parsing of history
Hello, I did as you suggested and issued the following mysql command: update `xwikidoc` set XWD_ARCHIVE=NULL WHERE XWD_FULLNAME="Direction.QuifaitquoiIrm" however, i still get the nearly same error. This time it doesn't complain it can't parse 'oma.be', it complains it can't parse '' (yes, the empty string, at line 0 column 0) How do i cleanly remove the archive?
Maybe we have improved the code to accept an empty field Have you tried update `xwikidoc` set XWD_ARCHIVE='' WHERE XWD_FULLNAME="Direction.QuifaitquoiIrm" Otherwise try to steal a simple archive field from another page which you just created. Ludovic David Delbecq a écrit :
Hello,
I did as you suggested and issued the following mysql command:
update `xwikidoc` set XWD_ARCHIVE=NULL WHERE XWD_FULLNAME="Direction.QuifaitquoiIrm"
however, i still get the nearly same error. This time it doesn't complain it can't parse 'oma.be', it complains it can't parse '' (yes, the empty string, at line 0 column 0) How do i cleanly remove the archive?
------------------------------------------------------------------------
-- You receive this message as a subscriber of the xwiki-users@objectweb.org mailing list. To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
participants (2)
-
David Delbecq -
Ludovic Dubost