Hi All,
I get the following exception when a new page that has yet to be saved is
deleted.
How do you check whether a page exists and it's ok to be deleted? Is there
some #if checks I can put in the template .vm so that the delete button only
appears if the page is valid?
Thanks
Duke
Error number 3203 in 3: Exception while deleting document Main.TestForm
Wrapped Exception: Batch update returned unexpected row count from update: 0
actual row count: 0 expected: 1
com.xpn.xwiki.XWikiException: Error number 3203 in 3: Exception while
deleting document Main.TestForm Wrapped Exception: Batch update returned
unexpected row count from update: 0 actual row count: 0 expected: 1
at
com.xpn.xwiki.store.XWikiHibernateStore.deleteXWikiDoc(XWikiHibernateStore.j
ava:775)
at
com.xpn.xwiki.store.XWikiCacheStore.deleteXWikiDoc(XWikiCacheStore.java:143)
Hi there,
I have already asked this question some time back but I didn't get a
definitive answer and I'm getting a bit worried: Are the xwiki wikis on
xwiki.org (for example mavenbook.xwiki.org) backupped? If so how often?
Thanks a lot
-Vincent
PS: I've also tried the script that Jeremi gave me and it seems there's an
error somewhere in it. I'll contact Jeremi.
Hi,
for some types of documents published on XWiki we would like to use
naming convention where there is a major version included in a name of
the document e.g. 'SomeSpace.Document-0.1'. The problem is that the
XWiki then resolves it like this 'SomeSpace.Document-0/1' instead of
expected 'SomeSpace/Document-0.1'.
I would like to ask whether there is a specific reason why name of
Web(Space) is substringed from the beginning to the last position of
'.' and not the first position of '.'?
Thank you,
Jiri.