ErrorException [ Warning ]: Trying to access array offset on value of type null

APPPATH/classes/Macro.php [ 67 ]

62 	{ ?>
63 
64 		<form id="order-form" role="form" autocomplete="off" method="post" action="/">
65 		  <div class="form-group">
66 		    <label for="email" class="not-visible">Your email</label>
67 		    <input type="email" class="form-control" id="email" name="email" placeholder="Your email" value="<?php echo $post['email']; ?>">
68 		    <?php Macro::form_glyphicons('email', $errors); ?>
69 		  </div>
70 		  <div class="form-group">
71 		    <label for="name" class="not-visible">Your name</label>
72 		    <input type="name" class="form-control" id="name" name="name" placeholder="Your name" value="<?php echo $post['name']; ?>">
  1. APPPATH/classes/Macro.php [ 67 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/views/home.php [ 36 ] » Macro::order_form(arguments)

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

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

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

  6. APPPATH/views/templates/template.php [ 29 ] » Kohana_View->__toString()

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

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

  9. APPPATH/classes/Controller/Templates/Template.php [ 37 ] » Kohana_View->render()

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

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

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

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

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

  15. DOCROOT/index.php [ 120 ] » Kohana_Request->execute()

Environment