Recherchez un document Votre compte

Rsultats: 2680 / Rponses 1 9 sur 2680
trier par 
Rponses 1 9 sur 2680

ErrorException [ Warning ]: ibase_fetch_assoc(): internal Firebird consistency check (cannot find record fragment (248), file: dpm.cpp line: 1246)

MODPATH/leap/classes/Base/DB/Firebird/Connection/Standard.php [ 124 ]

119 		if ($command_id === FALSE) {
120 			throw new Kohana_SQL_Exception('Message: Failed to query SQL statement. Reason: :reason', array(':reason' => ibase_errmsg()));
121 		}
122 		$records = array();
123 		$size = 0;
124 		while ($record = ibase_fetch_assoc($command_id)) {
125 			$records[] = DB_Connection::type_cast($type, $record);
126 			$size++;
127 		}
128 		@ibase_free_result($command_id);
129 		$result_set = $this->cache($sql, $type, new DB_ResultSet($records, $size, $type));
  1. {PHP internal call} » Kohana_Core::error_handler(arguments)

  2. MODPATH/leap/classes/Base/DB/Firebird/Connection/Standard.php [ 124 ] » ibase_fetch_assoc(arguments)

  3. APPPATH/classes/Model/Search.php [ 1650 ] » Base_DB_Firebird_Connection_Standard->query(arguments)

  4. APPPATH/views/blocks/affainer.php [ 53 ] » Model_Search->getNouveauteparSupport(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  6. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  7. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  8. APPPATH/views/pages/search.php [ 75 ] » Kohana_View->__toString()

  9. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  11. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  12. APPPATH/views/templates/default.php [ 23 ] » Kohana_View->__toString()

  13. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  14. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/DefaultTemplate.php [ 67 ] » Kohana_Controller_Template->after()

  17. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_DefaultTemplate->after()

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

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

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

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

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

Environment