[xwiki-users] Two spaces
Hi everyone, I never had a solution to this. Do I really have to export and re-import everything just to remove a space with no pages in it? Just to remind you, the problem is a page in the AllDocs that can't be deleted because it says it doesn't exist. Yet it still apears in AllDocs, in its own space, the same as another space but with + instead of spaces* in the space name. Martin * Sorry that's confusing. On 04/19/2012 10:20 AM, Dmitry Bakbardin wrote:
Hi!
I experienced the same problem in 3.0: two spaces with the same names and i can't delete it also because of
This is http://jira.xwiki.org/browse/XWIKI-6593 which has been fixed in 3.0.1, it's not related to the + in the space name, but to the fact that you've disabled attachment versioning.
Are you sure there is only one page ? Maybe you have a "WebHome" page too in this spaces ? Did you checked with document index ?
I have several pages inside problematic space and no WebHome in it. None of these pages could be deleted.
So, now I'm waiting for the upgrade to export necessary spaces and import them back after dropping database :-((
Kind Regards,
Dmitry
On Mon, Apr 23, 2012 at 1:44 PM, Martin Evans <[email protected]> wrote:
Hi everyone,
I never had a solution to this. Do I really have to export and re-import everything just to remove a space with no pages in it?
Have you tried to replace + with %2B (the URL encoding for +) in the URL of the page you want to delete? On Jetty I managed to do this: * create "Foo+Bar.Test" page by using the URL /xwiki/bin/view/Foo%2BBar/Test * delete the page from the same URL, using the Page > Delete top menu. Hope this helps, Marius
Just to remind you, the problem is a page in the AllDocs that can't be deleted because it says it doesn't exist. Yet it still apears in AllDocs, in its own space, the same as another space but with + instead of spaces* in the space name.
Martin
* Sorry that's confusing.
On 04/19/2012 10:20 AM, Dmitry Bakbardin wrote:
Hi!
I experienced the same problem in 3.0: two spaces with the same names and i can't delete it also because of
This is http://jira.xwiki.org/browse/XWIKI-6593 which has been fixed in 3.0.1, it's not related to the + in the space name, but to the fact that you've disabled attachment versioning.
Are you sure there is only one page ? Maybe you have a "WebHome" page too in this spaces ? Did you checked with document index ?
I have several pages inside problematic space and no WebHome in it. None of these pages could be deleted.
So, now I'm waiting for the upgrade to export necessary spaces and import them back after dropping database :-((
Kind Regards,
Dmitry
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Marius Dumitru Florea -
Martin Evans