For this uber-noob, can you please say which file/where needs that line?
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.
- Previous 10 entries
- 1
- Page 22(current)
In your Page_Controller class in the mysite/code/ folder. Normally goes at the top of the class (after the extends Page_Controller { ..)
Thx willr.
For other noobs like me: insert fix in this file: mysite/code/page.php
class Page_Controller extends ContentController {
//FIX for global search in blog entries
static $allowed_actions = array('SearchForm');
Maybe add SOLVED to thread title?
- Previous 10 entries
- 1
- Page 22(current)