ErrorException [ Notice ]: Undefined variable: ext

DOCROOT/custom/catalog/classes/controller/catalog.php [ 344 ]

339 
340 
341 		@$_SERVER["argv"][0] = str_replace("&page=".@$_GET["page"], "", @$_SERVER["QUERY_STRING"] );
342 		$this->template->server = $_SERVER;
343 		$this->template->pages = @ceil($allitems/$PER_PAGE);
344 		$this->template->items = $ext;
345 		$this->template->sizes = $sizes;
346 
347 
348 		$this->template->siblings = ORM::factory('catalogsection')
349 			->where('parent_id', '=', $section->parent_id)
  1. DOCROOT/custom/catalog/classes/controller/catalog.php [ 344 ] » Kohana_Core::error_handler(arguments)

  2. DOCROOT/custom/catalog/classes/controller/catalog.php [ 26 ] » Controller_Catalog->section_with_subsections(arguments)

  3. {PHP internal call} » Controller_Catalog->action_section(arguments)

  4. SYSPATH/classes/kohana/request/client/internal.php [ 132 ] » ReflectionMethod->invokeArgs(arguments)

  5. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client_Internal->execute(arguments)

  6. DOCROOT/index.php [ 219 ] » Kohana_Request->execute()

Environment