ErrorException [ Warning ]: Invalid argument supplied for foreach()

APPPATH/views/kogyo2_other.php [ 207 ]

202                             <th class="info"></th>
203                             </tr>
204                             </thead>
205                             <tbody>
206                                 <?php 
207                                     foreach($tickets as $key=>$ticket) {
208                                 ?>
209                                 <tr>
210                                     <td>
211                                         <?php
212                                                 echo date('n月j日',strtotime($ticket->sdt));
  1. APPPATH/views/kogyo2_other.php [ 207 ] » 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. SYSPATH/classes/Kohana/Response.php [ 160 ] » Kohana_View->__toString()

  6. APPPATH/classes/Controller/Kogyo2.php [ 213 ] » Kohana_Response->body(arguments)

  7. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Kogyo2->action_sports()

  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 [ 993 ] » Kohana_Request_Client->execute(arguments)

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

Environment