Debug (line 262 of RequestHandler.php): Testing '$Action//$ID/$OtherID' with '' on SilverStripe\CMS\Controllers\ContentController

Debug (line 270 of RequestHandler.php): Rule '$Action//$ID/$OtherID' matched to action 'handleAction' on SilverStripe\CMS\Controllers\ContentController. Latest request params: array ( 'Action' => NULL, 'ID' => NULL, 'OtherID' => NULL, )

Debug (line 186 of RequestHandler.php): Action not set; using default action method name 'index'

Mitt Galleri » Fridhems folkhögskola

Mitt Galleri

Getting Started

To get started with the SilverStripe framework:

  1. Create a Controller subclass (docs.silverstripe.org/en/developer_guides/controllers/)
  2. Setup the routes.yml to your Controller (docs.silverstripe.org/en/developer_guides/controllers/routing).
  3. Create a template for your Controller (docs.silverstripe.org/en/developer_guides/templates/)

Community resources