ErrorException [ Warning ]: sizeof(): Parameter must be an array or an object that implements Countable

APPPATH/views/pages/result_details.php [ 491 ]

486 		}
487 		
488 		if(isset($results[0]['TITRE'])){
489 			
490 			if(isset($results[0]['SOUSTITRE'])){
491 				if (sizeof($results[0]['SOUSTITRE'])>0 and $results[0]['SOUSTITRE'][0]!=NULL) {
492 					echo "<li> <label>Titre</label>";
493 					echo $results[0]['TITRE'].":".$results[0]['SOUSTITRE'];
494 					echo "</li>";
495 				}
496 				else{
  1. {PHP internal call} » Kohana_Core::error_handler(arguments)

  2. APPPATH/views/pages/result_details.php [ 491 ] » sizeof(arguments)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Environment