ErrorException [ Deprecated ]: The each() function is deprecated. This message will be suppressed on further calls

APPPATH/views/page/portfolio.php [ 127 ]

122 {
123     if(empty($projects_by_general_direction[$general_direction]))
124         continue;
125 
126     reset($projects_by_general_direction[$general_direction]);
127     list(, $project) = each($projects_by_general_direction[$general_direction]);
128 
129     if($project->id == $selected['id'])
130     {
131         $selected['project'] = $project;
132         $selected['direction_level_up'] = opposite($general_direction, $SIDES);
  1. {PHP internal call} » Kohana_Core::error_handler(arguments)

  2. APPPATH/views/page/portfolio.php [ 127 ] » each(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/classes/Controller/Template/Website.php [ 147 ] » Kohana_View->__toString()

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

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

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

Environment