ErrorException [ Notice ]: Undefined variable: name

APPPATH/modules/page/views/default/page.php [ 45 ]

40 
41 	</div>
42 </div>
43 
44 <?php 
45 	echo heading($name);
46 	echo '<div class="page">';
47 	echo $content;
48 	echo '</div>';
49 ?>
50 
  1. APPPATH/modules/page/views/default/page.php [ 45 ] » MY_Exceptions::error_handler()

  2. APPPATH/third_party/MX/Loader.php [ 289 ] » include(arguments)

  3. APPPATH/third_party/MX/Loader.php [ 243 ] » MX_Loader->_ci_load(arguments)

  4. APPPATH/modules/page/controllers/page.php [ 45 ] » MX_Loader->view(arguments)

  5. APPPATH/modules/page/controllers/page.php [ 22 ] » Page->get_url_page(arguments)

  6. APPPATH/libraries/Module_Controller.php [ 19 ] » Page->index(arguments)

  7. SYSDIR/core/CodeIgniter.php [ 284 ] » Module_Controller->_remap(arguments)

  8. FCPATH/index.php [ 162 ] » require_once(arguments)

Environment

ErrorException [ Notice ]: Undefined variable: content

APPPATH/modules/page/views/default/page.php [ 47 ]

42 </div>
43 
44 <?php 
45 	echo heading($name);
46 	echo '<div class="page">';
47 	echo $content;
48 	echo '</div>';
49 ?>
50 
  1. APPPATH/modules/page/views/default/page.php [ 47 ] » MY_Exceptions::error_handler()

  2. APPPATH/third_party/MX/Loader.php [ 289 ] » include(arguments)

  3. APPPATH/third_party/MX/Loader.php [ 243 ] » MX_Loader->_ci_load(arguments)

  4. APPPATH/modules/page/controllers/page.php [ 45 ] » MX_Loader->view(arguments)

  5. APPPATH/modules/page/controllers/page.php [ 22 ] » Page->get_url_page(arguments)

  6. APPPATH/libraries/Module_Controller.php [ 19 ] » Page->index(arguments)

  7. SYSDIR/core/CodeIgniter.php [ 284 ] » Module_Controller->_remap(arguments)

  8. FCPATH/index.php [ 162 ] » require_once(arguments)

Environment