GetSimple Support Forum

Full Version: Doubling Pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

Please, tell me is there any problem with doubling pages in GS?
It's a problem that Joomla has, for example, and other well-known CMS.

Thanks in advance.
What kind of problems you have on mind ?
GetSimple has no such issue.
If you make copies of pages using GetSimple's page editor "clone page" option, you should have no problem.

However if you make copies of xml files directly in /data/pages/ (via ftp or whatever), you'll have to edit theem and change the slug to the correct one:

Code:
<url><![CDATA[slug]]></url>

otherwise it will not work properly (copies will not be listed in the page manager...)
ooh maybe this is something we can add though, i plan on adding some kind of health checking to pages or health check.

So far I have, and now 1 more.

Page is corrupt ( xml parse issue )
Page is missing ( important when its a parent )
Page is duplicate
Page has invalid parent
That url field is redundant (we can get it from the filename) and could be removed (with some fix, not to break something).