ErrorException [ Warning ]: include(stats/1.php): failed to open stream: No such file or directory

APPPATH/views/stat.php [ 41 ]

36 			<div class="col-md-12"><div class="col-md-4"></div><div class="col-md-4 line"></div></div>
37 			<h3 class="module light title" style="color:#333; padding: 10px;"><strong><?php echo json_decode($data->page->title)->$ln; ?></strong></h3>
38 			
39 			<?php if (sizeof($data->children)): ?>
40 				<?php foreach ($data->children as $key => $child): ?>
41 					<?php include('stats/'.$child->viewtype.'.php') ?>
42 				<?php endforeach ?>
43 			<?php endif ?>
44 
45 				<div class="col-md-12 titleContentSmall" style="color:#888; margin: 20px 0 40px 0; text-align: left;">
46 					<p class="module titleContentSmall" style="color:#888; margin: 20px 0 40px 0; text-align: left;"><?php echo $cont->$ln; ?></p>
  1. APPPATH/views/stat.php [ 41 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/views/stat.php [ 41 ] » include()

  3. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  4. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

  5. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

  6. APPPATH/classes/controller/base.php [ 109 ] » Kohana_View->__toString()

  7. {PHP internal call} » Controller_Base->after()

  8. SYSPATH/classes/kohana/request/client/internal.php [ 121 ] » ReflectionMethod->invoke(arguments)

  9. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  10. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  11. DOCROOT/index.php [ 111 ] » Kohana_Request->execute()

Environment