phone

+ 371 2866 0030

+ 371 2200 2900

Kohana_Exception [ 0 ]: The intro property does not exist in the Model_Product class

APPPATH/classes/orm.php [ 27 ]

22 		}else{
23 			$multi = sprintf('%s_%s', $column, Request::current()->param('lang'));
24 			if($this->__isset($multi)){
25 				return parent::__get($multi);
26 			}else{
27 				throw new Kohana_Exception('The :property property does not exist in the :class class', array(':property' => $column, ':class' => get_class($this)));
28 			}
29 		}
30 	}
31 }
32 ?>
  1. APPPATH/views/products/item.php [ 6 ] » ORM->__get(arguments)

  2. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  3. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

  5. APPPATH/views/global/template.php [ 65 ] » Kohana_View->__toString()

  6. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

  7. SYSPATH/classes/kohana/view.php [ 343 ] » Kohana_View::capture(arguments)

  8. SYSPATH/classes/kohana/controller/template.php [ 44 ] » Kohana_View->render()

  9. {PHP internal call} » Kohana_Controller_Template->after()

  10. SYSPATH/classes/kohana/request/client/internal.php [ 121 ] » ReflectionMethod->invoke(arguments)

  11. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

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

  13. APPPATH/classes/controller/decode.php [ 37 ] » Kohana_Request->execute()

  14. {PHP internal call} » Controller_Decode->action_process()

  15. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  16. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

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

  18. DOCROOT/index.php [ 109 ] » Kohana_Request->execute()

Environment