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

Error Loading Page


Go to End


5 Posts   1389 Views

Avatar
plm

Community Member, 9 Posts

30 October 2010 at 9:59am

I was looking through the dataobject_manager tutorial to get the feel of it, and upon creating a new TestimonialPage, it gave me an error loading page. Problem is, now I can't even delete it off of SS from the CMS because it won't let me select it to delete it from the website. Is there a way to manually delete it without going through the CMS?

Avatar
Ryan M.

Community Member, 309 Posts

2 November 2010 at 10:48am

Edited: 02/11/2010 10:49am

What you described is very likely an error in your coding. I've ran into that problem before.

Check your code. If you're stumped, post it here and we'll point out the flaw.

P.S. You can manually delete pages by accessing the database via phpMyAdmin or the command line.

Avatar
cuSSter

Community Member, 56 Posts

2 November 2010 at 11:25pm

Can you post the error so we can trace it?

/C

Avatar
plm

Community Member, 9 Posts

4 November 2010 at 3:21am

Thanks for the replies. I replaced the code with the code from Page.php and then was able to delete it, so I must have had an error in there somewhere.

Avatar
cuSSter

Community Member, 56 Posts

4 November 2010 at 6:30am

It must've been there somewhere. No problem. :)

/C