Hi there
I have installed Silverstripe version 3.1.5. I have turned on dev mode in site and have done flush as well. Now when i am passing url debug parameter debug_request=1 with http url, system is only showing limited information. So when i enter url http://localhost/ss1?debug_request=1 in browser I am getting following debug information
Debug (line 250 of RequestHandler.php): Testing '$Action//$ID/$OtherID' with '' on Page_Controller
Debug (line 258 of RequestHandler.php): Rule '$Action//$ID/$OtherID' matched to action 'handleAction' on Page_Controller. Latest request params: array ( 'Action' => NULL, 'ID' => NULL, 'OtherID' => NULL, )
Debug (line 184 of RequestHandler.php): Action not set; using default action method name 'index'
Now Why it is not showing all templates names and template names used with include keyword.
I have used Silverstripe version 2.4 and in that version when i pass debug_request=1 with url, It show all debug information with templates selected for rendering pages.
Am i missing any configuration because as per documentation it say debug_request=1 Show all steps of the request from initial HTTPRequest to Controller to Template Rendering.
So in this version why i am not getting template names with paths in output