Kohana_Exception [ 0 ]: Method find_all() cannot be called on loaded objects

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

1135 	 * @return Database_Result
1136 	 */
1137 	public function find_all()
1138 	{
1139 		if ($this->_loaded)
1140 			throw new Kohana_Exception('Method find_all() cannot be called on loaded objects');
1141 
1142 		if ( ! empty($this->_load_with))
1143 		{
1144 			foreach ($this->_load_with as $alias)
1145 			{
  1. MODPATH/esup/classes/Model/Esup/Common/Language.php [ 91 ]

  2. MODPATH/esup/classes/Model/Esup/Common/Language.php [ 78 ]

  3. APPPATH/classes/Controller/Common.php [ 29 ]

  4. APPPATH/classes/Controller/Common/Site.php [ 7 ]

  5. SYSPATH/classes/Kohana/Controller.php [ 69 ]

  6. {PHP internal call}

  7. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ]

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

  9. SYSPATH/classes/Kohana/Request.php [ 1000 ]

  10. DOCROOT/public/index.php [ 126 ]

Environment