Warning (2): mysql_connect() [function.mysql-connect]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561]Code | Context
if (!$config['persistent']) {
$this->connection = mysql_connect($config['host'] . ':' . $config['port'], $config['login'], $config['password'], true);
$config = array( "persistent" => false, "host" => "*****", "login" => "*****", "password" => "*****", "database" => "*****", "port" => "*****", "driver" => "mysql", "prefix" => "*****", "encoding" => "utf8" )mysql_connect - [internal], line ?? DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561 DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 143 ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114 Model::setDataSource() - CORE/cake/libs/model/model.php, line 2863 Model::__construct() - CORE/cake/libs/model/model.php, line 478 ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142 ProduitsPrixComponent::__construct() - APP/controllers/components/produits_prix.php, line 10 Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 250 Component::init() - CORE/cake/libs/controller/component.php, line 78 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 483 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 86
Warning (2): mysql_real_escape_string() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 684]Code | Context}
default:
return "'" . mysql_real_escape_string($data, $this->connection) . "'";
$data = "frontoffice" $column = "string" $safe = false $parent = nullmysql_real_escape_string - [internal], line ?? DboMysql::value() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 684 DboSource::__parseKey() - CORE/cake/libs/model/datasources/dbo_source.php, line 2288 DboSource::conditionKeysToString() - CORE/cake/libs/model/datasources/dbo_source.php, line 2230 DboSource::conditions() - CORE/cake/libs/model/datasources/dbo_source.php, line 2112 DboSource::buildStatement() - CORE/cake/libs/model/datasources/dbo_source.php, line 1473 DboSource::generateAssociationQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 1263 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 819 Model::find() - CORE/cake/libs/model/model.php, line 2153 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 349 Model::call__() - CORE/cake/libs/model/model.php, line 511 Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 50 AppModel::findByUsername() - APP/controllers/components/resas.php, line 39 ResasComponent::__construct() - APP/controllers/components/resas.php, line 39 Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 250 Component::init() - CORE/cake/libs/controller/component.php, line 78 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 483 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 613]Code | Context*/
function _execute($sql) {
return mysql_query($sql, $this->connection);
$sql = "SELECT `User`.`id`, `User`.`type_user`, `User`.`username`, `User`.`password`, `User`.`password_history`, `User`.`tmp_password`, `User`.`group_id`, `User`.`prenom`, `User`.`nom`, `User`.`blacklisted`, `User`.`langue`, `User`.`email`, `User`.`indicatif`, `User`.`telephone`, `User`.`portable`, `User`.`fax`, `User`.`theme`, `User`.`agence_id`, `User`.`location_id_`, `User`.`location_id`, `User`.`responsable`, `User`.`fonction`, `User`.`code_intra`, `User`.`last_connect`, `User`.`sessionid`, `User`.`password_updated`, `User`.`force_disconnect`, `User`.`date_expiration`, `User`.`action_comptable`, `User`.`signature`, `User`.`est_commercial`, `User`.`est_commercial_fournisseur`, `User`.`est_conseiller`, `User`.`est_assistant`, `User`.`consolider_fonctions`, `User`.`message_signature`, `User`.`mode_alert_message`, `User`.`mode_alert_suivi_commercial`, `User`.`created`, `User`.`modified`, `User`.`code_referentiel_tiers`, `User`.`description`, `User`.`url_video`, `User`.`date_format` FROM `users` AS `User` WHERE `User`.`username` = '' LIMIT 1"mysql_query - [internal], line ?? DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 613 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 253 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 410 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 821 Model::find() - CORE/cake/libs/model/model.php, line 2153 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 349 Model::call__() - CORE/cake/libs/model/model.php, line 511 Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 50 AppModel::findByUsername() - APP/controllers/components/resas.php, line 39 ResasComponent::__construct() - APP/controllers/components/resas.php, line 39 Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 250 Component::init() - CORE/cake/libs/controller/component.php, line 78 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 483 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 86
Warning (2): mysql_errno() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 695]Code*/
function lastError() {
if (mysql_errno($this->connection)) {
mysql_errno - [internal], line ?? DboMysql::lastError() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 695 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 257 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 410 DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 821 Model::find() - CORE/cake/libs/model/model.php, line 2153 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 349 Model::call__() - CORE/cake/libs/model/model.php, line 511 Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 50 AppModel::findByUsername() - APP/controllers/components/resas.php, line 39 ResasComponent::__construct() - APP/controllers/components/resas.php, line 39 Component::_loadComponents() - CORE/cake/libs/controller/component.php, line 250 Component::init() - CORE/cake/libs/controller/component.php, line 78 Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 483 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 86
Warning (2): Invalid argument supplied for foreach() [APP/models/parametre.php, line 27]Code | Contextif( count($avParameters)<5 || time()-$avParametersLastUpdate>=1800 || $bForceUpdate ){
$avParametersOld = $avParameters;
$avParameters = $this->Parametre->_getParameters($filter);
$filter = "date_format" $unSerializedParameters = array() $avParameters = falseParametre::_getParameters() - APP/models/parametre.php, line 27 AppController::_getParameters() - APP/app_controller.php, line 81 AppController::_getDateFormat() - APP/app_controller.php, line 61 AppController::beforeFilter() - APP/app_controller.php, line 42 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 86
Warning (2): Cannot modify header information - headers already sent by (output started at /home/admfo/oceans-voyages.com/www/cake/libs/debugger.php:686) [CORE/cake/libs/controller/components/request_handler.php, line 763]Code | Context*/
function _header($header) {
header($header);
$header = "Content-type: text/html; charset=UTF-8"header - [internal], line ?? RequestHandlerComponent::_header() - CORE/cake/libs/controller/components/request_handler.php, line 763 RequestHandlerComponent::respondAs() - CORE/cake/libs/controller/components/request_handler.php, line 747 RequestHandlerComponent::startup() - CORE/cake/libs/controller/components/request_handler.php, line 248 Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 86
Notice (8): Undefined index: [APP/controllers/components/application.php, line 111]Code | Context$avParametresProduitsClient = (array)$this->Session->read('avParametresProduitsClient');
if( count($avParametresProduitsClient)==0 || $bForceUpdate )
$this->setParametresProduitsClient();
$nClientId = 199 $nBasePaxDefaut = 2 $nBasePaxDefautDIV = 1 $nBasePaxDefautHOT = 1 $nBasePaxDefautVIS = 1 $anBasesTarifaires = array( array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ), array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ), array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ) ) $avParametresProduitsClient = array( "Client" => array( "base_applique" => "" ) )ApplicationComponent::setParametresProduitsClient() - APP/controllers/components/application.php, line 111 ApplicationComponent::getParametresProduitsClient() - APP/controllers/components/application.php, line 125 ProduitsController::beforeFilter() - APP/controllers/produits_controller.php, line 18 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112
Notice (8): Undefined index: [APP/controllers/components/application.php, line 112]Code | Context$avParametresProduitsClient = (array)$this->Session->read('avParametresProduitsClient');
if( count($avParametresProduitsClient)==0 || $bForceUpdate )
$this->setParametresProduitsClient();
$nClientId = 199 $nBasePaxDefaut = 2 $nBasePaxDefautDIV = 1 $nBasePaxDefautHOT = 1 $nBasePaxDefautVIS = 1 $anBasesTarifaires = array( array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ), array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ), array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ) ) $avParametresProduitsClient = array( "Client" => array( "base_applique" => "", "base_pax" => array() ) )ApplicationComponent::setParametresProduitsClient() - APP/controllers/components/application.php, line 112 ApplicationComponent::getParametresProduitsClient() - APP/controllers/components/application.php, line 125 ProduitsController::beforeFilter() - APP/controllers/produits_controller.php, line 18 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112
Notice (8): Undefined index: [APP/controllers/components/application.php, line 113]Code | Context$avParametresProduitsClient = (array)$this->Session->read('avParametresProduitsClient');
if( count($avParametresProduitsClient)==0 || $bForceUpdate )
$this->setParametresProduitsClient();
$nClientId = 199 $nBasePaxDefaut = 2 $nBasePaxDefautDIV = 1 $nBasePaxDefautHOT = 1 $nBasePaxDefautVIS = 1 $anBasesTarifaires = array( array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ), array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ), array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ) ) $avParametresProduitsClient = array( "Client" => array( "base_applique" => "", "base_pax" => array() ) )ApplicationComponent::setParametresProduitsClient() - APP/controllers/components/application.php, line 113 ApplicationComponent::getParametresProduitsClient() - APP/controllers/components/application.php, line 125 ProduitsController::beforeFilter() - APP/controllers/produits_controller.php, line 18 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112
Notice (8): Undefined index: [APP/controllers/components/application.php, line 114]Code | Context$avParametresProduitsClient = (array)$this->Session->read('avParametresProduitsClient');
if( count($avParametresProduitsClient)==0 || $bForceUpdate )
$this->setParametresProduitsClient();
$nClientId = 199 $nBasePaxDefaut = 2 $nBasePaxDefautDIV = 1 $nBasePaxDefautHOT = 1 $nBasePaxDefautVIS = 1 $anBasesTarifaires = array( array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ), array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ), array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ) ) $avParametresProduitsClient = array( "Client" => array( "base_applique" => "", "base_pax" => array() ) )ApplicationComponent::setParametresProduitsClient() - APP/controllers/components/application.php, line 114 ApplicationComponent::getParametresProduitsClient() - APP/controllers/components/application.php, line 125 ProduitsController::beforeFilter() - APP/controllers/produits_controller.php, line 18 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112
Notice (8): Undefined index: [APP/controllers/components/application.php, line 115]Code | Context$avParametresProduitsClient = (array)$this->Session->read('avParametresProduitsClient');
if( count($avParametresProduitsClient)==0 || $bForceUpdate )
$this->setParametresProduitsClient();
$nClientId = 199 $nBasePaxDefaut = 2 $nBasePaxDefautDIV = 1 $nBasePaxDefautHOT = 1 $nBasePaxDefautVIS = 1 $anBasesTarifaires = array( array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ), array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ), array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ) ) $avParametresProduitsClient = array( "Client" => array( "base_applique" => "", "base_pax" => array() ) )ApplicationComponent::setParametresProduitsClient() - APP/controllers/components/application.php, line 115 ApplicationComponent::getParametresProduitsClient() - APP/controllers/components/application.php, line 125 ProduitsController::beforeFilter() - APP/controllers/produits_controller.php, line 18 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112
Notice (8): Undefined index: [APP/controllers/components/application.php, line 116]Code | Context$avParametresProduitsClient = (array)$this->Session->read('avParametresProduitsClient');
if( count($avParametresProduitsClient)==0 || $bForceUpdate )
$this->setParametresProduitsClient();
$nClientId = 199 $nBasePaxDefaut = 2 $nBasePaxDefautDIV = 1 $nBasePaxDefautHOT = 1 $nBasePaxDefautVIS = 1 $anBasesTarifaires = array( array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ), array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ), array( "CIR" => array(), "CRO" => array(), "SEJ" => array(), "HOT" => array(), "DIV" => array(), "VIS" => array() ) ) $avParametresProduitsClient = array( "Client" => array( "base_applique" => "", "base_pax" => array() ) )ApplicationComponent::setParametresProduitsClient() - APP/controllers/components/application.php, line 116 ApplicationComponent::getParametresProduitsClient() - APP/controllers/components/application.php, line 125 ProduitsController::beforeFilter() - APP/controllers/produits_controller.php, line 18 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112
Notice (8): Undefined index: id [APP/controllers/produits_controller.php, line 20]Code | Contextfunction startupProcess() {
$this->Component->initialize($this);
$this->beforeFilter();
$avParametresProduitsClient = array( "Client" => array( "base_applique" => "", "base_pax" => array(), "anExcludedProduits" => array() ) ) $avClientsNegos = array()ProduitsController::beforeFilter() - APP/controllers/produits_controller.php, line 20 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201
Notice (8): Undefined index: id [APP/controllers/produits_controller.php, line 21]Code | Contextfunction startupProcess() {
$this->Component->initialize($this);
$this->beforeFilter();
$avParametresProduitsClient = array( "Client" => array( "base_applique" => "", "base_pax" => array(), "anExcludedProduits" => array() ) ) $avClientsNegos = array()ProduitsController::beforeFilter() - APP/controllers/produits_controller.php, line 21 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201
Warning (2): Invalid argument supplied for foreach() [APP/models/produit.php, line 637]Code | Context$avClientsNegos = (array)$this->Session->read('avClientsNegos');
if( !array_key_exists($avParametresProduitsClient['Client']['id'], $avClientsNegos) ){
$avClientsNegos[$avParametresProduitsClient['Client']['id']] = $this->Produit->getNegos($avParametresProduitsClient['Client']['id']);
$nClientId = null $avData = array() $avClientsNegos = falseProduit::getNegos() - APP/models/produit.php, line 637 ProduitsController::beforeFilter() - APP/controllers/produits_controller.php, line 21 Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125
Notice (8): Undefined index: id [APP/models/produit.php, line 202]Code | Context$this->Session->write('getProduits', $getProduits);
}else
$getProduits = $this->Produit->getProduits($options);
$options = array( "conditions" => array( "Produit.produit_type" => "CIR", "Produit.produit_formule" => "CTH" ), "order" => array( "Produit.name" => "ASC" ), "group" => array( "Produit.id" ) ) $avParametresProduitsClient = array( "Client" => array( "base_applique" => "", "base_pax" => array(), "anExcludedProduits" => array() ) ) $avClientsNegos = array( "" => array() )Produit::getProduits() - APP/models/produit.php, line 202 ProduitsController::getProduits() - APP/controllers/produits_controller.php, line 295 ProduitsController::getCroisieres() - APP/controllers/produits_controller.php, line 55 ProduitsController::getThematiques() - APP/controllers/produits_controller.php, line 68 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294
Notice (8): Undefined index: quote_tarifaire [APP/models/produit.php, line 61]Code | Context
//On récupère les infos
$options = $this->queryInfos($options);
$options = array( "conditions" => array( "Produit.produit_type" => "CIR", "Produit.produit_formule" => "CTH" ), "order" => array( "Produit.name" => "ASC" ), "group" => array( "Produit.id" ) ) $avParametresProduitsClient = array( "Client" => array( "base_applique" => "", "base_pax" => array(), "anExcludedProduits" => array() ) )Produit::queryInfos() - APP/models/produit.php, line 61 Produit::getProduits() - APP/models/produit.php, line 208 ProduitsController::getProduits() - APP/controllers/produits_controller.php, line 295 ProduitsController::getCroisieres() - APP/controllers/produits_controller.php, line 55 ProduitsController::getThematiques() - APP/controllers/produits_controller.php, line 68 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458
Warning (2): Invalid argument supplied for foreach() [APP/models/produit.php, line 242]Code | Context$this->Session->write('getProduits', $getProduits);
}else
$getProduits = $this->Produit->getProduits($options);
$options = array( "conditions" => array( "Produit.produit_type" => "CIR", "Produit.produit_formule" => "CTH", "Produit.vente_seul" => 1, "Produit.deleted" => 0, "Produit.produit_actif_web" => 1 ), "order" => array( "Produit.name" => "ASC" ), "group" => array( "Produit.id" ), "fields" => array( "Produit.id", "Produit.name", "Produit.pays_id", "Produit.produit_type", "Produit.depart_de", "Produit.descriptif", "Produit.le_bateau", "Produit.produit_code", "Produit.produit_formule", "Produit.nombre_jours", "Produit.nombre_nuits", "Produit.points_forts", "Produit.pension", "Produit.vols_inclus", "Produit.conditions_particulieres", "Produit.informations_generales", "Produit.extensions_possibles", "Produit.hebergement", "Produit.prix_comprend_pas", "Produit.prix_comprend", "Produit.formalites", "Produit.formalites_sante", "ProduitsTarifs.date_debut", "ProduitsTarifs.date_fin", "DATE_FORMAT(ProduitsTarifs.date_debut, "%Y-%c") as periode", "Produit.wp_post_name", "Produit.produit_pays", "Produit.depart_minimum", "Produit.depart_maximum", "Produit.depart_min_max_texte", "Produit.code_referentiel_tiers", "Produit.nombre_etoiles", "Produit.meta_title", "Produit.meta_keywords", "Produit.meta_description", "Produit.created", "Produit.modified", "ProduitsTarifs.id", "ProduitsTarifs.depart_de", "DATE_FORMAT(ProduitsTarifs.date_debut, "%d-%m-%Y") as date_debut_francais", "DATE_FORMAT(ProduitsTarifs.date_debut, "%Y/%m/%d") as date_debut_url", "ProduitsTarifs.promotion", "ProduitsTarifs.saison_libelle", "ProduitsTarifs.saison", "ProduitsTarifs.depart_min_max_texte", "ProduitsType.id", "ProduitsType.pax_par_chambre", "ProduitsType.nb_adt_min", "ProduitsType.nb_adt_max", "ProduitsType.nb_chd_min", "ProduitsType.nb_chd_max", "ProduitsType.nb_inf_min", "ProduitsType.nb_inf_max", "ProduitsType.name", "ProduitsType.nom_court", "ProduitsType.descriptif", "ProduitsType.produit_id", "ProduitsFormules.*", "ProduitsSousFormule.*", "ProduitsItineraires.*", "Locations.id", "Locations.name", "Locations.code", "Locations.description", "Locations.location_tag_id", "Locations.infos_pratiques", "Pays.id", "Pays.code", "Pays.name", "Pays.iso", "Guide.*" ), "limit" => array(), "page" => 1, "joins" => array( array(), array(), array(), array(), array(), array(), array(), array(), array() ) ) $avParametresProduitsClient = array( "Client" => array( "base_applique" => "", "base_pax" => array(), "anExcludedProduits" => array() ) ) $avClientsNegos = array( "" => array() ) $bLight = false $aGetProduits = false $documents = array( "Location" => array(), "Guide" => array(), "ProduitsFormule" => array() ) $avDocumentsTmp = falseProduit::getProduits() - APP/models/produit.php, line 242 ProduitsController::getProduits() - APP/controllers/produits_controller.php, line 295 ProduitsController::getCroisieres() - APP/controllers/produits_controller.php, line 55 ProduitsController::getThematiques() - APP/controllers/produits_controller.php, line 68 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294
Warning (2): Invalid argument supplied for foreach() [APP/models/produit.php, line 274]Code | Context$this->Session->write('getProduits', $getProduits);
}else
$getProduits = $this->Produit->getProduits($options);
$options = array( "conditions" => array( "Produit.produit_type" => "CIR", "Produit.produit_formule" => "CTH", "Produit.vente_seul" => 1, "Produit.deleted" => 0, "Produit.produit_actif_web" => 1 ), "order" => array( "Produit.name" => "ASC" ), "group" => array( "Produit.id" ), "fields" => array( "Produit.id", "Produit.name", "Produit.pays_id", "Produit.produit_type", "Produit.depart_de", "Produit.descriptif", "Produit.le_bateau", "Produit.produit_code", "Produit.produit_formule", "Produit.nombre_jours", "Produit.nombre_nuits", "Produit.points_forts", "Produit.pension", "Produit.vols_inclus", "Produit.conditions_particulieres", "Produit.informations_generales", "Produit.extensions_possibles", "Produit.hebergement", "Produit.prix_comprend_pas", "Produit.prix_comprend", "Produit.formalites", "Produit.formalites_sante", "ProduitsTarifs.date_debut", "ProduitsTarifs.date_fin", "DATE_FORMAT(ProduitsTarifs.date_debut, "%Y-%c") as periode", "Produit.wp_post_name", "Produit.produit_pays", "Produit.depart_minimum", "Produit.depart_maximum", "Produit.depart_min_max_texte", "Produit.code_referentiel_tiers", "Produit.nombre_etoiles", "Produit.meta_title", "Produit.meta_keywords", "Produit.meta_description", "Produit.created", "Produit.modified", "ProduitsTarifs.id", "ProduitsTarifs.depart_de", "DATE_FORMAT(ProduitsTarifs.date_debut, "%d-%m-%Y") as date_debut_francais", "DATE_FORMAT(ProduitsTarifs.date_debut, "%Y/%m/%d") as date_debut_url", "ProduitsTarifs.promotion", "ProduitsTarifs.saison_libelle", "ProduitsTarifs.saison", "ProduitsTarifs.depart_min_max_texte", "ProduitsType.id", "ProduitsType.pax_par_chambre", "ProduitsType.nb_adt_min", "ProduitsType.nb_adt_max", "ProduitsType.nb_chd_min", "ProduitsType.nb_chd_max", "ProduitsType.nb_inf_min", "ProduitsType.nb_inf_max", "ProduitsType.name", "ProduitsType.nom_court", "ProduitsType.descriptif", "ProduitsType.produit_id", "ProduitsFormules.*", "ProduitsSousFormule.*", "ProduitsItineraires.*", "Locations.id", "Locations.name", "Locations.code", "Locations.description", "Locations.location_tag_id", "Locations.infos_pratiques", "Pays.id", "Pays.code", "Pays.name", "Pays.iso", "Guide.*" ), "limit" => array(), "page" => 1, "joins" => array( array(), array(), array(), array(), array(), array(), array(), array(), array() ) ) $avParametresProduitsClient = array( "Client" => array( "base_applique" => "", "base_pax" => array(), "anExcludedProduits" => array() ) ) $avClientsNegos = array( "" => array() ) $bLight = false $aGetProduits = false $documents = array( "Location" => array(), "Guide" => array(), "ProduitsFormule" => array() ) $avDocumentsTmp = false $images = array() $avPicture = falseProduit::getProduits() - APP/models/produit.php, line 274 ProduitsController::getProduits() - APP/controllers/produits_controller.php, line 295 ProduitsController::getCroisieres() - APP/controllers/produits_controller.php, line 55 ProduitsController::getThematiques() - APP/controllers/produits_controller.php, line 68 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294
Warning (2): Invalid argument supplied for foreach() [APP/models/produit.php, line 297]Code | Context$this->Session->write('getProduits', $getProduits);
}else
$getProduits = $this->Produit->getProduits($options);
$options = array( "conditions" => array( "Produit.produit_type" => "CIR", "Produit.produit_formule" => "CTH", "Produit.vente_seul" => 1, "Produit.deleted" => 0, "Produit.produit_actif_web" => 1 ), "order" => array( "Produit.name" => "ASC" ), "group" => array( "Produit.id" ), "fields" => array( "Produit.id", "Produit.name", "Produit.pays_id", "Produit.produit_type", "Produit.depart_de", "Produit.descriptif", "Produit.le_bateau", "Produit.produit_code", "Produit.produit_formule", "Produit.nombre_jours", "Produit.nombre_nuits", "Produit.points_forts", "Produit.pension", "Produit.vols_inclus", "Produit.conditions_particulieres", "Produit.informations_generales", "Produit.extensions_possibles", "Produit.hebergement", "Produit.prix_comprend_pas", "Produit.prix_comprend", "Produit.formalites", "Produit.formalites_sante", "ProduitsTarifs.date_debut", "ProduitsTarifs.date_fin", "DATE_FORMAT(ProduitsTarifs.date_debut, "%Y-%c") as periode", "Produit.wp_post_name", "Produit.produit_pays", "Produit.depart_minimum", "Produit.depart_maximum", "Produit.depart_min_max_texte", "Produit.code_referentiel_tiers", "Produit.nombre_etoiles", "Produit.meta_title", "Produit.meta_keywords", "Produit.meta_description", "Produit.created", "Produit.modified", "ProduitsTarifs.id", "ProduitsTarifs.depart_de", "DATE_FORMAT(ProduitsTarifs.date_debut, "%d-%m-%Y") as date_debut_francais", "DATE_FORMAT(ProduitsTarifs.date_debut, "%Y/%m/%d") as date_debut_url", "ProduitsTarifs.promotion", "ProduitsTarifs.saison_libelle", "ProduitsTarifs.saison", "ProduitsTarifs.depart_min_max_texte", "ProduitsType.id", "ProduitsType.pax_par_chambre", "ProduitsType.nb_adt_min", "ProduitsType.nb_adt_max", "ProduitsType.nb_chd_min", "ProduitsType.nb_chd_max", "ProduitsType.nb_inf_min", "ProduitsType.nb_inf_max", "ProduitsType.name", "ProduitsType.nom_court", "ProduitsType.descriptif", "ProduitsType.produit_id", "ProduitsFormules.*", "ProduitsSousFormule.*", "ProduitsItineraires.*", "Locations.id", "Locations.name", "Locations.code", "Locations.description", "Locations.location_tag_id", "Locations.infos_pratiques", "Pays.id", "Pays.code", "Pays.name", "Pays.iso", "Guide.*" ), "limit" => array(), "page" => 1, "joins" => array( array(), array(), array(), array(), array(), array(), array(), array(), array() ) ) $avParametresProduitsClient = array( "Client" => array( "base_applique" => "", "base_pax" => array(), "anExcludedProduits" => array() ) ) $avClientsNegos = array( "" => array() ) $bLight = false $aGetProduits = false $documents = array( "Location" => array(), "Guide" => array(), "ProduitsFormule" => array() ) $avDocumentsTmp = false $images = array() $regions = array() $avLocationsTmp = falseProduit::getProduits() - APP/models/produit.php, line 297 ProduitsController::getProduits() - APP/controllers/produits_controller.php, line 295 ProduitsController::getCroisieres() - APP/controllers/produits_controller.php, line 55 ProduitsController::getThematiques() - APP/controllers/produits_controller.php, line 68 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294
Warning (2): Invalid argument supplied for foreach() [APP/models/produit.php, line 306]Code | Context$this->Session->write('getProduits', $getProduits);
}else
$getProduits = $this->Produit->getProduits($options);
$options = array( "conditions" => array( "Produit.produit_type" => "CIR", "Produit.produit_formule" => "CTH", "Produit.vente_seul" => 1, "Produit.deleted" => 0, "Produit.produit_actif_web" => 1 ), "order" => array( "Produit.name" => "ASC" ), "group" => array( "Produit.id" ), "fields" => array( "Produit.id", "Produit.name", "Produit.pays_id", "Produit.produit_type", "Produit.depart_de", "Produit.descriptif", "Produit.le_bateau", "Produit.produit_code", "Produit.produit_formule", "Produit.nombre_jours", "Produit.nombre_nuits", "Produit.points_forts", "Produit.pension", "Produit.vols_inclus", "Produit.conditions_particulieres", "Produit.informations_generales", "Produit.extensions_possibles", "Produit.hebergement", "Produit.prix_comprend_pas", "Produit.prix_comprend", "Produit.formalites", "Produit.formalites_sante", "ProduitsTarifs.date_debut", "ProduitsTarifs.date_fin", "DATE_FORMAT(ProduitsTarifs.date_debut, "%Y-%c") as periode", "Produit.wp_post_name", "Produit.produit_pays", "Produit.depart_minimum", "Produit.depart_maximum", "Produit.depart_min_max_texte", "Produit.code_referentiel_tiers", "Produit.nombre_etoiles", "Produit.meta_title", "Produit.meta_keywords", "Produit.meta_description", "Produit.created", "Produit.modified", "ProduitsTarifs.id", "ProduitsTarifs.depart_de", "DATE_FORMAT(ProduitsTarifs.date_debut, "%d-%m-%Y") as date_debut_francais", "DATE_FORMAT(ProduitsTarifs.date_debut, "%Y/%m/%d") as date_debut_url", "ProduitsTarifs.promotion", "ProduitsTarifs.saison_libelle", "ProduitsTarifs.saison", "ProduitsTarifs.depart_min_max_texte", "ProduitsType.id", "ProduitsType.pax_par_chambre", "ProduitsType.nb_adt_min", "ProduitsType.nb_adt_max", "ProduitsType.nb_chd_min", "ProduitsType.nb_chd_max", "ProduitsType.nb_inf_min", "ProduitsType.nb_inf_max", "ProduitsType.name", "ProduitsType.nom_court", "ProduitsType.descriptif", "ProduitsType.produit_id", "ProduitsFormules.*", "ProduitsSousFormule.*", "ProduitsItineraires.*", "Locations.id", "Locations.name", "Locations.code", "Locations.description", "Locations.location_tag_id", "Locations.infos_pratiques", "Pays.id", "Pays.code", "Pays.name", "Pays.iso", "Guide.*" ), "limit" => array(), "page" => 1, "joins" => array( array(), array(), array(), array(), array(), array(), array(), array(), array() ) ) $avParametresProduitsClient = array( "Client" => array( "base_applique" => "", "base_pax" => array(), "anExcludedProduits" => array() ) ) $avClientsNegos = array( "" => array() ) $bLight = false $aGetProduits = false $documents = array( "Location" => array(), "Guide" => array(), "ProduitsFormule" => array() ) $avDocumentsTmp = false $images = array() $regions = array() $avLocationsTmp = falseProduit::getProduits() - APP/models/produit.php, line 306 ProduitsController::getProduits() - APP/controllers/produits_controller.php, line 295 ProduitsController::getCroisieres() - APP/controllers/produits_controller.php, line 55 ProduitsController::getThematiques() - APP/controllers/produits_controller.php, line 68 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294
Warning (2): Invalid argument supplied for foreach() [APP/controllers/produits_controller.php, line 68]Code | Context)));
}
$output = call_user_func_array(array(&$controller, $params['action']), $params['pass']);
$avThemes = array() $avThemesTmp = array() $asUsed = array() $asConfOrdre = array( 21, 22, 23, 24, 34 )ProduitsController::getThematiques() - APP/controllers/produits_controller.php, line 68 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 Object::requestAction() - CORE/cake/libs/object.php, line 95 include - APP/views/elements/layouts/header.ctp, line 2 View::_render() - CORE/cake/libs/view/view.php, line 736 View::element() - CORE/cake/libs/view/view.php, line 397 include - APP/views/layouts/default.ctp, line 70 View::_render() - CORE/cake/libs/view/view.php, line 736 View::renderLayout() - CORE/cake/libs/view/view.php, line 494 View::render() - CORE/cake/libs/view/view.php, line 440 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458 ErrorHandler::missingView() - CORE/cake/libs/error.php, line 294 Object::dispatchMethod() - CORE/cake/libs/object.php, line 112 ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125 Object::cakeError() - CORE/cake/libs/object.php, line 201
UPS