5102 Posts in 1520 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 303 Views |
-
Weird Blank/Empty Pages Under Page Tree In CMS after Flush

12 October 2011 at 1:09pm
Hi,
I am very new to Silverstripe and is doing the tutorial 2 on 'Extending a basic site' from this linki
http://doc.silverstripe.org/sapphire/en/tutorials/2-extending-a-basic-siteAfter I added the code below to the ArticlePage.php in mysite\code, then I flush the cache. I view the CMS and now besides the 'Home', 'About Us', 'Contact Us', 'Page Not Found', and 'Server Error' pages, I now also have 11 blank or empty pages under the page trees.
<?php
class ArticlePage extends Page {
// ...function getCMSFields() {
$fields = parent::getCMSFields();$fields->addFieldToTab('Root.Content.Main', new DateField('Date'), 'Content');
$fields->addFieldToTab('Root.Content.Main', new TextField('Author'), 'Content');return $fields;
}
}// ...
Why are these blank pages added? I have attached the print screen... appreciates greatly if anyone can help. Thanks.
-
Re: Weird Blank/Empty Pages Under Page Tree In CMS after Flush

18 October 2011 at 11:15pm
That just shouldn't happen at all. I would just reinstall and start again - but you probably did this already, seing the date above this post
| 303 Views | ||
|
Page:
1
|
Go to Top |

