ErrorException [ Deprecated ]: Required parameter $params follows optional parameter $css_id

MODPATH/navigation/classes/Navigation.php [ 70 ]

65             $params['segment_id'] = 0;
66 
67         return $this->_generate_table($id, $params, $this->items);
68     }
69 
70     protected function _generate_list($css_id = 'menu', $params, $items = NULL, $level = 0) {
71         if (count($items) == 0)
72             return NULL;
73 
74         $css_id = str_replace(' ', '_', $css_id);
75 
  1. SYSPATH/classes/Kohana/Core.php [ 430 ] » Kohana_Core::error_handler()

  2. SYSPATH/classes/Kohana/Core.php [ 430 ] » require()

  3. APPPATH/classes/Controller/Frontend.php [ 104 ] » Kohana_Core::auto_load()

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

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

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

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

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

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

Environment