State Board Exam
Preparation Materials
State Board Exam Preparation Materials

ErrorException [ Notice ]: Undefined index: date

APPPATH/views/page/index/stats.php [ 19 ]

14 <?php foreach ($stats as $stat): ?>
15 		<tr>
16 			<td><?php echo $i ?></td>
17 			<td><?php echo $stat['points'] ?></td>
18 			<td><?php echo $stat['name'] ?></td>
19 			<td><?php echo $stat['date'] ?></td>
20 		</tr>
21 <?php $i++ ?>
22 <?php endforeach ?>
23 	</tbody>
24 </table>
  1. APPPATH/views/page/index/stats.php [ 19 ] » Kohana_Core::error_handler(arguments)

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

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

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

  5. APPPATH/views/page.php [ 59 ] » Kohana_View->__toString()

  6. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

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

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

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

  10. APPPATH/classes/Controller/Template/Page.php [ 230 ] » Kohana_Response->body(arguments)

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

  12. APPPATH/classes/Controller.php [ 41 ] » Kohana_Controller->execute()

  13. {PHP internal call} » Controller->execute()

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

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

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

  17. DOCROOT/index.php [ 121 ] » Kohana_Request->execute()

Environment