Kohana_Exception [ 0 ]: The title_en property does not exist in the Model_Esup_Page class

MODPATH/orm/classes/Kohana/ORM.php [ 712 ]

707 
708 			return $model->where($col, '=', $val);
709 		}
710 		else
711 		{
712 			throw new Kohana_Exception('The :property property does not exist in the :class class',
713 				[':property' => $column, ':class' => get_class($this)]);
714 		}
715 	}
716 
717 	/**
  1. MODPATH/orm/classes/Kohana/ORM.php [ 628 ]

  2. MODPATH/esup/classes/Model/Esup.php [ 13 ]

  3. APPPATH/views/index.php [ 48 ]

  4. SYSPATH/classes/Kohana/View.php [ 62 ]

  5. SYSPATH/classes/Kohana/View.php [ 359 ]

  6. SYSPATH/classes/Kohana/View.php [ 236 ]

  7. APPPATH/views/_layouts/main.php [ 38 ]

  8. SYSPATH/classes/Kohana/View.php [ 62 ]

  9. SYSPATH/classes/Kohana/View.php [ 359 ]

  10. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ]

  11. SYSPATH/classes/Kohana/Controller.php [ 87 ]

  12. {PHP internal call}

  13. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ]

  14. SYSPATH/classes/Kohana/Request/Client.php [ 114 ]

  15. SYSPATH/classes/Kohana/Request.php [ 993 ]

  16. DOCROOT/index.php [ 130 ]

Environment