Kohana_Exception [ 0 ]: View variable is not set: main

SYSPATH/classes/Kohana/View.php [ 179 ]

174 		{
175 			return View::$_global_data[$key];
176 		}
177 		else
178 		{
179 			throw new Kohana_Exception('View variable is not set: :var',
180 				array(':var' => $key));
181 		}
182 	}
183 
184 	/**
  1. APPPATH/classes/Controller/Public/Shop.php [ 114 ] » Kohana_View->__get(arguments)

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Public_Shop->action_category()

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

  4. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

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

  6. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  7. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment