ErrorException [ Notice ]: Trying to get property of non-object

APPPATH/classes/Controller/Product.php [ 32 ]

27 
28 		// Get page META data
29 		//$aMeta = Model_Seo::getAll();
30 		$aMeta = array();
31 		// Set the seo data
32 		$this->template->title = $oView->oLocalePage->sMetaTitle ? $oView->oLocalePage->sMetaTitle : Arr::get($aMeta, 'title');
33 		$this->template->description = $oView->oLocalePage->sDescription ? $oView->oLocalePage->sDescription : Arr::get($aMeta, 'description');
34 		$this->template->keywords = $oView->oLocalePage->sKeywords ? $oView->oLocalePage->sKeywords : Arr::get($aMeta, 'keywords');
35 
36 		// Redirect to home when a invalid page is requested
37 		if(!$oView->oLocalePage || !$oView->oLocalePage->loaded()) {
  1. APPPATH/classes/Controller/Product.php [ 32 ] » Kohana_Core::error_handler(arguments)

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

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

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

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

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

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

Environment