ErrorException [ Notice ]: Undefined offset: 0

APPPATH/bootstrap.php [ 226 ]

221 			}
222 			if (preg_match('/(?P<category>[0-9a-z-]+).html/', $params['category'], $matches))
223 			{
224 
225 				preg_match_all('/-([0-9_]*).html/', $params['category'], $m);
226 				$params['id']=$m[1][0];
227 				$params['action']='item';
228 				$params['category'] = substr($params['category'], 0, strrpos($params['category'], "/"));
229 			}
230 		}
231 		if (isset($params['id']))
  1. APPPATH/bootstrap.php [ 226 ] » Kohana_Core::error_handler()

  2. SYSPATH/classes/Kohana/Route.php [ 462 ] » {closure}()

  3. SYSPATH/classes/Kohana/Request.php [ 470 ] » Kohana_Route->matches()

  4. SYSPATH/classes/Kohana/Request.php [ 942 ] » Kohana_Request::process()

  5. DOCROOT/index.php [ 122 ] » Kohana_Request->execute()