The Untz Logo

ErrorException [ Notice ]: Undefined index: state

APPPATH/views/public/events/states.php [ 9 ]

 4 
 5     $states = Helper_Geo::getStates();
 6 
 7     foreach($rows as $row){
 8 
 9         if($states[$row['state']] == '') continue;
10 
11         ?>
12         <tr>
13             <td><a href="/edm-events-<?php echo Helper_Gen::make_url($states[$row['venue_state']]); ?>/"><?php echo $states[$row['venue_state']]; ?> EDM Event List</a></td>
14             <td align="center"><span class="badge"><?php echo $row['count'];?></span></td>
  1. APPPATH/views/public/events/states.php [ 9 ] » Kohana_Core::error_handler()

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

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

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

  5. APPPATH/views/public/body_3col.php [ 13 ] » Kohana_View->__toString()

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

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

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

  9. APPPATH/views/public/default2.php [ 155 ] » Kohana_View->__toString()

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

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

  12. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

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

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

  15. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke()

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

  17. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute()

  18. DOCROOT/index.php [ 105 ] » Kohana_Request->execute()

Environment