Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Extra pages apear in site tree, even if I delete them


Go to End


5 Posts   1265 Views

Avatar
Big Bang Creative

Community Member, 92 Posts

10 June 2009 at 9:24pm

Extra pages are apearing in site tree, even if I delete them .. I am running v2.3.1

Have a look at the attached image (highlighted in red is what I mean).

Avatar
Big Bang Creative

Community Member, 92 Posts

22 June 2009 at 9:26pm

I still have not found out why this is happening. Does anyone else have the same issue on their installation of v2.3.1?

Avatar
CrazyCoders

Community Member, 32 Posts

22 June 2009 at 11:48pm

Edited: 22/06/2009 11:48pm

I don't know if you did this on purpose but if you look at the database itself, you'll see those pages in there with no Title or Name. What happened is, if you didn't do it by code, there was a bug that did it. Unfortunately, the CMS can't remove these, so delete them manually from your DB.

If it was by error such as by code, then just fix your code first then delete the errored page out!

Avatar
Big Bang Creative

Community Member, 92 Posts

22 June 2009 at 11:59pm

This happend on a fresh install of v2.3.1, no extra code or pages had been added. This is what I saw as soon as I logged in for the very first time.

Avatar
CrazyCoders

Community Member, 32 Posts

23 June 2009 at 2:18am

Then just go to the DB and delete the pages manually. The table should be "SiteTree" and you should have a bunch of lines with empty titles and names. Just delete them, and you are off!

Remember though that if you are able to reproduce the problem in a clear manner, don't hesitate to send the bug report in!