: _module
Error messages you could see
1
Please note:
Only sites with no more than 100 pages can be cloned
close message
2
Please note:
Given site cannot be cloned.
close message
Main reference
Ask your question below
Hi,
I just created my wiki dot site but after clicking on the 'Get Started" prompt I get the error message "given site cannot be cloned." What do I do from here?
Thanks.
Hi chris501,
Your site is private, so that limits our ability to diagnose the problem a bit.
However, once you've created your site you shouldn't need to clone it again - you already have a cloned copy. Just go ahead with the next steps and try editing :)
Let us know if you run into any further difficulties. We're here to help.
Regards,
Shane
~ Leiger - Wikidot Community Admin - Volunteer
Wikidot: Official Documentation | Wikidot Discord server
Hello,
I just started a wiki dot site, and keep getting the error message "given site cannot be cloned." What can I do to resolve this?
Thank you
Looks like you have started a "private" site?
I cannot see any content on http://cfmi.wikidot.com/system:recent-changes or your last changes in your profil: http://www.wikidot.com/user:info/cfmi
Or : have you deleted all other pages?
On which page have you ionserted the clone module? (http://www.wikidot.com/doc-modules:clone-module )
Service is my success. My webtips:www.blender.org (Open source), Wikidot-Handbook.
Sie können fragen und mitwirken in der deutschsprachigen » User-Gemeinschaft für WikidotNutzer oder
im deutschen » Wikidot Handbuch ?
I changed the privacy settings to now be "Closed" instead of "Private."
I am trying to create a clone from the Home page, after clicking the "Get Started" link. I have not created any pages, only the site account.
I realized my mistake. It was instructing me to type the name of the site as it appeared in the top left (CFMI) but it actually needed to be lower-case (cfmi). I was able to successfully clone the template. Thank you for your response, anyway!
Hi,
Just created my website and got the second message, "Given site cannot be cloned". Still, it doesn't say what should I do in order to clone the site and star working on it. My page does not have more than 100 pages - as mentioned I just created.
What should I do to go over this and start working on my website?
Hi,
It's not allowing me to clone one of my sites. It's saying there are more than 100 pages, but i've listed them all and it says i only 97?
Any help would be appreciated.
Thanks.
You probably have hidden pages or draft pages.
Try using the code below to see how many pages you have:
[[module ListPages category="*" pagetype="*" limit="1"]]
%%total%% pages
[[//module]]
And use the code below to see if you have stray drafts:
[[module ListDrafts]]
Timothy Foster - @tfAuroratide
Auroratide.com - Go here if you're nerdy like me
Hi Timothy
I really appreciate your response. I've tried both those lines of code on my homepage but unfortunately it isn't coming up with anything?
Apologies for being a pain.
Ah, that would be because of a typo. My apologies. Use the below instead:
[[module ListPages category="*" pagetype="*" limit="1"]]
%%total%% pages
[[/module]]
Timothy Foster - @tfAuroratide
Auroratide.com - Go here if you're nerdy like me
Perfect, that has shown me i'm well over the limit at 123. Must be some draft pages i'm not seeing.
Thank you so much for your help.