ErrorException [ Notice ]: Undefined variable: content

APPPATH/views/shared/template/base.php [ 64 ]

59 </head>
60 <body id="<?php echo $page_id ?>">
61     <div class="wrapper">
62     	<?php echo $header ?>
63         <main>
64     	   <?php echo $content ?>
65         </main>
66     	<?php echo $footer ?>
67     </div>
68     <script>
69         var BASE_URL = '<?php echo URL::base(); ?>';
  1. APPPATH/views/shared/template/base.php [ 64 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()

  5. SYSPATH/classes/Kohana/Response.php [ 160 ] » Kohana_View->__toString()

  6. MODPATH/template/classes/Kohana/ControllerRoot.php [ 39 ] » Kohana_Response->body(arguments)

  7. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_ControllerRoot->after()

  8. {PHP internal call} » Kohana_Controller->execute()

  9. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  10. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  11. SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)

  12. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment