Warning (2): mysql_connect() [function.mysql-connect]: Too many connections [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 = null
mysql_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 |
Context if( count($avParameters)<5 || time()-$avParametersLastUpdate>=1800 || $bForceUpdate ){
$avParametersOld = $avParameters;
$avParameters = $this->Parametre->_getParameters($filter);
$filter = "date_format"
$unSerializedParameters = array()
$avParameters = false
Parametre::_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: application/xml; 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::renderAs() - CORE/cake/libs/controller/components/request_handler.php, line 676
RequestHandlerComponent::startup() - CORE/cake/libs/controller/components/request_handler.php, line 244
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
Warning (2): Invalid argument supplied for foreach() [APP/models/page.php, line 80]Code |
Context function index(){
$avTemoignagnes = array();
$avPages = $this->Page->getPages(null, null, 'name');
$sPageName = null
$categorie_id = null
$sIndex = "name"
$conditions = array(
"Page.deleted" => 0,
"Page.actif" => 1
)
$avPages = array()
$avPagesTmp = false
Page::getPages() - APP/models/page.php, line 80
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 13
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 14
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
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 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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 14
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
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 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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 14
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
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 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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 14
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
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 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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 14
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
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 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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 14
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Notice (8): Undefined index: id [APP/controllers/produits_controller.php, line 20]Code |
Context function 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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 14
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Notice (8): Undefined index: id [APP/controllers/produits_controller.php, line 21]Code |
Context function 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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 14
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
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 = false
Produit::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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 14
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Warning (2): Invalid argument supplied for foreach() [APP/models/location.php, line 17]Code |
Context function getAllLocationsAndPays()
{
$avLocationsTmp = $this->Produit->Location->getAll();
$documents = array(
"Location" => array(),
"Guide" => array()
)
$avDocumentsTmp = false
Location::getAll() - APP/models/location.php, line 17
LocationsController::getAllLocationsAndPays() - APP/controllers/locations_controller.php, line 106
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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 14
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Warning (2): Invalid argument supplied for foreach() [APP/models/location.php, line 69]Code |
Context function getAllLocationsAndPays()
{
$avLocationsTmp = $this->Produit->Location->getAll();
$documents = array(
"Location" => array(),
"Guide" => array()
)
$avDocumentsTmp = false
$avLocations = array()
$avLocationsTmp = false
Location::getAll() - APP/models/location.php, line 69
LocationsController::getAllLocationsAndPays() - APP/controllers/locations_controller.php, line 106
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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 14
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Warning (2): Invalid argument supplied for foreach() [APP/models/bateau.php, line 59]Code |
Context $avPages = $this->Page->getPages(null, null, 'name');
$avLocations = $this->requestAction('/locations/getAllLocationsAndPays');
$avBateauxCategories = $this->Produit->Bateau->getCategories();
$avCategoriesBateaux = array()
$avBateaux = array()
$avBateauxTmp = false
Bateau::getCategories() - APP/models/bateau.php, line 59
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 15
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Warning (2): Invalid argument supplied for foreach() [APP/models/interet.php, line 57]Code |
Context $avLocations = $this->requestAction('/locations/getAllLocationsAndPays');
$avBateauxCategories = $this->Produit->Bateau->getCategories();
$avInteretsCategories = $this->Produit->ProduitsInteret->Interet->getCategories();
$avCategoriesInterets = array()
$avInterets = array()
$avInteretsTmp = false
Interet::getCategories() - APP/models/interet.php, line 57
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 16
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 17
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 17
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
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 = false
Produit::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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 17
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
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 = false
Produit::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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 17
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
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 = false
Produit::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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 17
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
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 = false
Produit::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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 17
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
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
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 17
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
Warning (2): Invalid argument supplied for foreach() [APP/models/message.php, line 45]Code |
Context $avCroisieres = $this->requestAction('/produits/getCroisieres');
$this->Message = ClassRegistry::init('Message');
$avTemoignagnes = $this->Message->getAll();
$nMessageId = null
$options = array()
$avMessages = array()
$asConditions = array(
"Message.deleted" => 0,
"Message.message_statut" => "COM_OK"
)
$avMessagesTmp = false
Message::getAll() - APP/models/message.php, line 45
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 20
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
https://www.oceans-voyages.com/
daily
1.0
https://www.oceans-voyages.com/destinations
Notice (8): Undefined index: Présentation des régions [APP/views/sitemaps/xml/index.ctp, line 10]Code |
Context
if (Configure::read() > 0) {
include ($___viewFn);
$___viewFn = "/home/admfo/oceans-voyages.com/www/app/views/sitemaps/xml/index.ctp"
$___dataForView = array(
"avPages" => array(),
"avLocations" => array(),
"avBateauxCategories" => array(),
"avInteretsCategories" => array(),
"avThemes" => array(),
"avCroisieres" => false,
"avTemoignagnes" => array(),
"title_for_layout" => "Océans Voyages : the best !",
"description_for_layout" => "Océans Voyages",
"keywords_for_layout" => "Océans Voyages",
"type_for_layout" => "website",
"url_for_layout" => "https://www.oceans-voyages.com/",
"image_for_layout" => "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg",
"avConditionsProjet" => array(
"destination" => array(),
"bateau" => array(),
"hotel" => array(),
"complement" => array(),
"croisiere" => array()
),
"PARAMETRES_DATE_FORMAT" => array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
)
$loadHelpers = true
$cached = false
$produit = ProduitHelper
ProduitHelper::$helpers = NULL
ProduitHelper::$base = ""
ProduitHelper::$webroot = "/"
ProduitHelper::$theme = NULL
ProduitHelper::$here = "/sitemap.xml"
ProduitHelper::$params = array
ProduitHelper::$action = "index"
ProduitHelper::$plugin = NULL
ProduitHelper::$data = NULL
ProduitHelper::$namedArgs = NULL
ProduitHelper::$argSeparator = NULL
ProduitHelper::$validationErrors = NULL
ProduitHelper::$tags = array
ProduitHelper::$__tainted = NULL
ProduitHelper::$__cleaned = NULL
$mobileDetect = MobileDetectHelper
MobileDetectHelper::$helpers = NULL
MobileDetectHelper::$base = ""
MobileDetectHelper::$webroot = "/"
MobileDetectHelper::$theme = NULL
MobileDetectHelper::$here = "/sitemap.xml"
MobileDetectHelper::$params = array
MobileDetectHelper::$action = "index"
MobileDetectHelper::$plugin = NULL
MobileDetectHelper::$data = NULL
MobileDetectHelper::$namedArgs = NULL
MobileDetectHelper::$argSeparator = NULL
MobileDetectHelper::$validationErrors = NULL
MobileDetectHelper::$tags = array
MobileDetectHelper::$__tainted = NULL
MobileDetectHelper::$__cleaned = NULL
$front = FrontHelper
FrontHelper::$helpers = array
FrontHelper::$base = ""
FrontHelper::$webroot = "/"
FrontHelper::$theme = NULL
FrontHelper::$here = "/sitemap.xml"
FrontHelper::$params = array
FrontHelper::$action = "index"
FrontHelper::$plugin = NULL
FrontHelper::$data = NULL
FrontHelper::$namedArgs = NULL
FrontHelper::$argSeparator = NULL
FrontHelper::$validationErrors = NULL
FrontHelper::$tags = array
FrontHelper::$__tainted = NULL
FrontHelper::$__cleaned = NULL
FrontHelper::$Html = HtmlHelper object
FrontHelper::$Session = SessionHelper object
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$theme = NULL
TimeHelper::$here = "/sitemap.xml"
TimeHelper::$params = array
TimeHelper::$action = "index"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
$jqueryEngine = JqueryEngineHelper
JqueryEngineHelper::$_optionMap = array
JqueryEngineHelper::$_callbackArguments = array
JqueryEngineHelper::$jQueryObject = "$"
JqueryEngineHelper::$useNative = true
JqueryEngineHelper::$selection = NULL
JqueryEngineHelper::$bufferedMethods = array
JqueryEngineHelper::$helpers = NULL
JqueryEngineHelper::$base = ""
JqueryEngineHelper::$webroot = "/"
JqueryEngineHelper::$theme = NULL
JqueryEngineHelper::$here = "/sitemap.xml"
JqueryEngineHelper::$params = array
JqueryEngineHelper::$action = "index"
JqueryEngineHelper::$plugin = NULL
JqueryEngineHelper::$data = NULL
JqueryEngineHelper::$namedArgs = NULL
JqueryEngineHelper::$argSeparator = NULL
JqueryEngineHelper::$validationErrors = NULL
JqueryEngineHelper::$tags = array
JqueryEngineHelper::$__tainted = NULL
JqueryEngineHelper::$__cleaned = NULL
$js = JsHelper
JsHelper::$bufferScripts = true
JsHelper::$helpers = array
JsHelper::$__jsVars = array
JsHelper::$__bufferedScripts = array
JsHelper::$__engineName = "JqueryEngine"
JsHelper::$setVariable = "app"
JsHelper::$base = ""
JsHelper::$webroot = "/"
JsHelper::$theme = NULL
JsHelper::$here = "/sitemap.xml"
JsHelper::$params = array
JsHelper::$action = "index"
JsHelper::$plugin = NULL
JsHelper::$data = NULL
JsHelper::$namedArgs = NULL
JsHelper::$argSeparator = NULL
JsHelper::$validationErrors = NULL
JsHelper::$tags = array
JsHelper::$__tainted = NULL
JsHelper::$__cleaned = NULL
JsHelper::$Html = HtmlHelper object
JsHelper::$Form = FormHelper object
JsHelper::$JqueryEngine = JqueryEngineHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/sitemap.xml"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/sitemap.xml"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$xml = XmlHelper
XmlHelper::$encoding = "UTF-8"
XmlHelper::$Xml = Xml object
XmlHelper::$XmlElement = NULL
XmlHelper::$helpers = NULL
XmlHelper::$base = ""
XmlHelper::$webroot = "/"
XmlHelper::$theme = NULL
XmlHelper::$here = "/sitemap.xml"
XmlHelper::$params = array
XmlHelper::$action = "index"
XmlHelper::$plugin = NULL
XmlHelper::$data = NULL
XmlHelper::$namedArgs = NULL
XmlHelper::$argSeparator = NULL
XmlHelper::$validationErrors = NULL
XmlHelper::$tags = array
XmlHelper::$__tainted = NULL
XmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "abd72db2344e6dcfae26f86302cf933a"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1785034785
SessionHelper::$sessionTime = 1785046785
SessionHelper::$cookieLifeTime = 720000
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/sitemap.xml"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$avPages = array()
$avLocations = array()
$avBateauxCategories = array()
$avInteretsCategories = array()
$avThemes = array()
$avCroisieres = false
$avTemoignagnes = array()
$title_for_layout = "Océans Voyages : the best !"
$description_for_layout = "Océans Voyages"
$keywords_for_layout = "Océans Voyages"
$type_for_layout = "website"
$url_for_layout = "https://www.oceans-voyages.com/"
$image_for_layout = "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg"
$avConditionsProjet = array(
"destination" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "mon-projet"
),
"bateau" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"hotel" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"complement" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"croisiere" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "croisiere-theme"
)
)
$PARAMETRES_DATE_FORMAT = array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
include - APP/views/sitemaps/xml/index.ctp, line 10
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 24
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
1970-01-01T01:00:00+00:00
0.80
https://www.oceans-voyages.com/bateaux
Notice (8): Undefined index: Présentation des bateaux [APP/views/sitemaps/xml/index.ctp, line 38]Code |
Context
if (Configure::read() > 0) {
include ($___viewFn);
$___viewFn = "/home/admfo/oceans-voyages.com/www/app/views/sitemaps/xml/index.ctp"
$___dataForView = array(
"avPages" => array(),
"avLocations" => array(),
"avBateauxCategories" => array(),
"avInteretsCategories" => array(),
"avThemes" => array(),
"avCroisieres" => false,
"avTemoignagnes" => array(),
"title_for_layout" => "Océans Voyages : the best !",
"description_for_layout" => "Océans Voyages",
"keywords_for_layout" => "Océans Voyages",
"type_for_layout" => "website",
"url_for_layout" => "https://www.oceans-voyages.com/",
"image_for_layout" => "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg",
"avConditionsProjet" => array(
"destination" => array(),
"bateau" => array(),
"hotel" => array(),
"complement" => array(),
"croisiere" => array()
),
"PARAMETRES_DATE_FORMAT" => array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
)
$loadHelpers = true
$cached = false
$produit = ProduitHelper
ProduitHelper::$helpers = NULL
ProduitHelper::$base = ""
ProduitHelper::$webroot = "/"
ProduitHelper::$theme = NULL
ProduitHelper::$here = "/sitemap.xml"
ProduitHelper::$params = array
ProduitHelper::$action = "index"
ProduitHelper::$plugin = NULL
ProduitHelper::$data = NULL
ProduitHelper::$namedArgs = NULL
ProduitHelper::$argSeparator = NULL
ProduitHelper::$validationErrors = NULL
ProduitHelper::$tags = array
ProduitHelper::$__tainted = NULL
ProduitHelper::$__cleaned = NULL
$mobileDetect = MobileDetectHelper
MobileDetectHelper::$helpers = NULL
MobileDetectHelper::$base = ""
MobileDetectHelper::$webroot = "/"
MobileDetectHelper::$theme = NULL
MobileDetectHelper::$here = "/sitemap.xml"
MobileDetectHelper::$params = array
MobileDetectHelper::$action = "index"
MobileDetectHelper::$plugin = NULL
MobileDetectHelper::$data = NULL
MobileDetectHelper::$namedArgs = NULL
MobileDetectHelper::$argSeparator = NULL
MobileDetectHelper::$validationErrors = NULL
MobileDetectHelper::$tags = array
MobileDetectHelper::$__tainted = NULL
MobileDetectHelper::$__cleaned = NULL
$front = FrontHelper
FrontHelper::$helpers = array
FrontHelper::$base = ""
FrontHelper::$webroot = "/"
FrontHelper::$theme = NULL
FrontHelper::$here = "/sitemap.xml"
FrontHelper::$params = array
FrontHelper::$action = "index"
FrontHelper::$plugin = NULL
FrontHelper::$data = NULL
FrontHelper::$namedArgs = NULL
FrontHelper::$argSeparator = NULL
FrontHelper::$validationErrors = NULL
FrontHelper::$tags = array
FrontHelper::$__tainted = NULL
FrontHelper::$__cleaned = NULL
FrontHelper::$Html = HtmlHelper object
FrontHelper::$Session = SessionHelper object
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$theme = NULL
TimeHelper::$here = "/sitemap.xml"
TimeHelper::$params = array
TimeHelper::$action = "index"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
$jqueryEngine = JqueryEngineHelper
JqueryEngineHelper::$_optionMap = array
JqueryEngineHelper::$_callbackArguments = array
JqueryEngineHelper::$jQueryObject = "$"
JqueryEngineHelper::$useNative = true
JqueryEngineHelper::$selection = NULL
JqueryEngineHelper::$bufferedMethods = array
JqueryEngineHelper::$helpers = NULL
JqueryEngineHelper::$base = ""
JqueryEngineHelper::$webroot = "/"
JqueryEngineHelper::$theme = NULL
JqueryEngineHelper::$here = "/sitemap.xml"
JqueryEngineHelper::$params = array
JqueryEngineHelper::$action = "index"
JqueryEngineHelper::$plugin = NULL
JqueryEngineHelper::$data = NULL
JqueryEngineHelper::$namedArgs = NULL
JqueryEngineHelper::$argSeparator = NULL
JqueryEngineHelper::$validationErrors = NULL
JqueryEngineHelper::$tags = array
JqueryEngineHelper::$__tainted = NULL
JqueryEngineHelper::$__cleaned = NULL
$js = JsHelper
JsHelper::$bufferScripts = true
JsHelper::$helpers = array
JsHelper::$__jsVars = array
JsHelper::$__bufferedScripts = array
JsHelper::$__engineName = "JqueryEngine"
JsHelper::$setVariable = "app"
JsHelper::$base = ""
JsHelper::$webroot = "/"
JsHelper::$theme = NULL
JsHelper::$here = "/sitemap.xml"
JsHelper::$params = array
JsHelper::$action = "index"
JsHelper::$plugin = NULL
JsHelper::$data = NULL
JsHelper::$namedArgs = NULL
JsHelper::$argSeparator = NULL
JsHelper::$validationErrors = NULL
JsHelper::$tags = array
JsHelper::$__tainted = NULL
JsHelper::$__cleaned = NULL
JsHelper::$Html = HtmlHelper object
JsHelper::$Form = FormHelper object
JsHelper::$JqueryEngine = JqueryEngineHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/sitemap.xml"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/sitemap.xml"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$xml = XmlHelper
XmlHelper::$encoding = "UTF-8"
XmlHelper::$Xml = Xml object
XmlHelper::$XmlElement = NULL
XmlHelper::$helpers = NULL
XmlHelper::$base = ""
XmlHelper::$webroot = "/"
XmlHelper::$theme = NULL
XmlHelper::$here = "/sitemap.xml"
XmlHelper::$params = array
XmlHelper::$action = "index"
XmlHelper::$plugin = NULL
XmlHelper::$data = NULL
XmlHelper::$namedArgs = NULL
XmlHelper::$argSeparator = NULL
XmlHelper::$validationErrors = NULL
XmlHelper::$tags = array
XmlHelper::$__tainted = NULL
XmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "abd72db2344e6dcfae26f86302cf933a"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1785034785
SessionHelper::$sessionTime = 1785046785
SessionHelper::$cookieLifeTime = 720000
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/sitemap.xml"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$avPages = array()
$avLocations = array()
$avBateauxCategories = array()
$avInteretsCategories = array()
$avThemes = array()
$avCroisieres = false
$avTemoignagnes = array()
$title_for_layout = "Océans Voyages : the best !"
$description_for_layout = "Océans Voyages"
$keywords_for_layout = "Océans Voyages"
$type_for_layout = "website"
$url_for_layout = "https://www.oceans-voyages.com/"
$image_for_layout = "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg"
$avConditionsProjet = array(
"destination" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "mon-projet"
),
"bateau" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"hotel" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"complement" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"croisiere" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "croisiere-theme"
)
)
$PARAMETRES_DATE_FORMAT = array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
include - APP/views/sitemaps/xml/index.ctp, line 38
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 24
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
1970-01-01T01:00:00+00:00
0.80
https://www.oceans-voyages.com/hotels
Notice (8): Undefined index: Présentation des hôtels [APP/views/sitemaps/xml/index.ctp, line 67]Code |
Context
if (Configure::read() > 0) {
include ($___viewFn);
$___viewFn = "/home/admfo/oceans-voyages.com/www/app/views/sitemaps/xml/index.ctp"
$___dataForView = array(
"avPages" => array(),
"avLocations" => array(),
"avBateauxCategories" => array(),
"avInteretsCategories" => array(),
"avThemes" => array(),
"avCroisieres" => false,
"avTemoignagnes" => array(),
"title_for_layout" => "Océans Voyages : the best !",
"description_for_layout" => "Océans Voyages",
"keywords_for_layout" => "Océans Voyages",
"type_for_layout" => "website",
"url_for_layout" => "https://www.oceans-voyages.com/",
"image_for_layout" => "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg",
"avConditionsProjet" => array(
"destination" => array(),
"bateau" => array(),
"hotel" => array(),
"complement" => array(),
"croisiere" => array()
),
"PARAMETRES_DATE_FORMAT" => array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
)
$loadHelpers = true
$cached = false
$produit = ProduitHelper
ProduitHelper::$helpers = NULL
ProduitHelper::$base = ""
ProduitHelper::$webroot = "/"
ProduitHelper::$theme = NULL
ProduitHelper::$here = "/sitemap.xml"
ProduitHelper::$params = array
ProduitHelper::$action = "index"
ProduitHelper::$plugin = NULL
ProduitHelper::$data = NULL
ProduitHelper::$namedArgs = NULL
ProduitHelper::$argSeparator = NULL
ProduitHelper::$validationErrors = NULL
ProduitHelper::$tags = array
ProduitHelper::$__tainted = NULL
ProduitHelper::$__cleaned = NULL
$mobileDetect = MobileDetectHelper
MobileDetectHelper::$helpers = NULL
MobileDetectHelper::$base = ""
MobileDetectHelper::$webroot = "/"
MobileDetectHelper::$theme = NULL
MobileDetectHelper::$here = "/sitemap.xml"
MobileDetectHelper::$params = array
MobileDetectHelper::$action = "index"
MobileDetectHelper::$plugin = NULL
MobileDetectHelper::$data = NULL
MobileDetectHelper::$namedArgs = NULL
MobileDetectHelper::$argSeparator = NULL
MobileDetectHelper::$validationErrors = NULL
MobileDetectHelper::$tags = array
MobileDetectHelper::$__tainted = NULL
MobileDetectHelper::$__cleaned = NULL
$front = FrontHelper
FrontHelper::$helpers = array
FrontHelper::$base = ""
FrontHelper::$webroot = "/"
FrontHelper::$theme = NULL
FrontHelper::$here = "/sitemap.xml"
FrontHelper::$params = array
FrontHelper::$action = "index"
FrontHelper::$plugin = NULL
FrontHelper::$data = NULL
FrontHelper::$namedArgs = NULL
FrontHelper::$argSeparator = NULL
FrontHelper::$validationErrors = NULL
FrontHelper::$tags = array
FrontHelper::$__tainted = NULL
FrontHelper::$__cleaned = NULL
FrontHelper::$Html = HtmlHelper object
FrontHelper::$Session = SessionHelper object
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$theme = NULL
TimeHelper::$here = "/sitemap.xml"
TimeHelper::$params = array
TimeHelper::$action = "index"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
$jqueryEngine = JqueryEngineHelper
JqueryEngineHelper::$_optionMap = array
JqueryEngineHelper::$_callbackArguments = array
JqueryEngineHelper::$jQueryObject = "$"
JqueryEngineHelper::$useNative = true
JqueryEngineHelper::$selection = NULL
JqueryEngineHelper::$bufferedMethods = array
JqueryEngineHelper::$helpers = NULL
JqueryEngineHelper::$base = ""
JqueryEngineHelper::$webroot = "/"
JqueryEngineHelper::$theme = NULL
JqueryEngineHelper::$here = "/sitemap.xml"
JqueryEngineHelper::$params = array
JqueryEngineHelper::$action = "index"
JqueryEngineHelper::$plugin = NULL
JqueryEngineHelper::$data = NULL
JqueryEngineHelper::$namedArgs = NULL
JqueryEngineHelper::$argSeparator = NULL
JqueryEngineHelper::$validationErrors = NULL
JqueryEngineHelper::$tags = array
JqueryEngineHelper::$__tainted = NULL
JqueryEngineHelper::$__cleaned = NULL
$js = JsHelper
JsHelper::$bufferScripts = true
JsHelper::$helpers = array
JsHelper::$__jsVars = array
JsHelper::$__bufferedScripts = array
JsHelper::$__engineName = "JqueryEngine"
JsHelper::$setVariable = "app"
JsHelper::$base = ""
JsHelper::$webroot = "/"
JsHelper::$theme = NULL
JsHelper::$here = "/sitemap.xml"
JsHelper::$params = array
JsHelper::$action = "index"
JsHelper::$plugin = NULL
JsHelper::$data = NULL
JsHelper::$namedArgs = NULL
JsHelper::$argSeparator = NULL
JsHelper::$validationErrors = NULL
JsHelper::$tags = array
JsHelper::$__tainted = NULL
JsHelper::$__cleaned = NULL
JsHelper::$Html = HtmlHelper object
JsHelper::$Form = FormHelper object
JsHelper::$JqueryEngine = JqueryEngineHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/sitemap.xml"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/sitemap.xml"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$xml = XmlHelper
XmlHelper::$encoding = "UTF-8"
XmlHelper::$Xml = Xml object
XmlHelper::$XmlElement = NULL
XmlHelper::$helpers = NULL
XmlHelper::$base = ""
XmlHelper::$webroot = "/"
XmlHelper::$theme = NULL
XmlHelper::$here = "/sitemap.xml"
XmlHelper::$params = array
XmlHelper::$action = "index"
XmlHelper::$plugin = NULL
XmlHelper::$data = NULL
XmlHelper::$namedArgs = NULL
XmlHelper::$argSeparator = NULL
XmlHelper::$validationErrors = NULL
XmlHelper::$tags = array
XmlHelper::$__tainted = NULL
XmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "abd72db2344e6dcfae26f86302cf933a"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1785034785
SessionHelper::$sessionTime = 1785046785
SessionHelper::$cookieLifeTime = 720000
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/sitemap.xml"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$avPages = array()
$avLocations = array()
$avBateauxCategories = array()
$avInteretsCategories = array()
$avThemes = array()
$avCroisieres = false
$avTemoignagnes = array()
$title_for_layout = "Océans Voyages : the best !"
$description_for_layout = "Océans Voyages"
$keywords_for_layout = "Océans Voyages"
$type_for_layout = "website"
$url_for_layout = "https://www.oceans-voyages.com/"
$image_for_layout = "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg"
$avConditionsProjet = array(
"destination" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "mon-projet"
),
"bateau" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"hotel" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"complement" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"croisiere" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "croisiere-theme"
)
)
$PARAMETRES_DATE_FORMAT = array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
include - APP/views/sitemaps/xml/index.ctp, line 67
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 24
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
1970-01-01T01:00:00+00:00
0.80
https://www.oceans-voyages.com/et-en-plus
Notice (8): Undefined index: Compléments de projet [APP/views/sitemaps/xml/index.ctp, line 74]Code |
Context
if (Configure::read() > 0) {
include ($___viewFn);
$___viewFn = "/home/admfo/oceans-voyages.com/www/app/views/sitemaps/xml/index.ctp"
$___dataForView = array(
"avPages" => array(),
"avLocations" => array(),
"avBateauxCategories" => array(),
"avInteretsCategories" => array(),
"avThemes" => array(),
"avCroisieres" => false,
"avTemoignagnes" => array(),
"title_for_layout" => "Océans Voyages : the best !",
"description_for_layout" => "Océans Voyages",
"keywords_for_layout" => "Océans Voyages",
"type_for_layout" => "website",
"url_for_layout" => "https://www.oceans-voyages.com/",
"image_for_layout" => "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg",
"avConditionsProjet" => array(
"destination" => array(),
"bateau" => array(),
"hotel" => array(),
"complement" => array(),
"croisiere" => array()
),
"PARAMETRES_DATE_FORMAT" => array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
)
$loadHelpers = true
$cached = false
$produit = ProduitHelper
ProduitHelper::$helpers = NULL
ProduitHelper::$base = ""
ProduitHelper::$webroot = "/"
ProduitHelper::$theme = NULL
ProduitHelper::$here = "/sitemap.xml"
ProduitHelper::$params = array
ProduitHelper::$action = "index"
ProduitHelper::$plugin = NULL
ProduitHelper::$data = NULL
ProduitHelper::$namedArgs = NULL
ProduitHelper::$argSeparator = NULL
ProduitHelper::$validationErrors = NULL
ProduitHelper::$tags = array
ProduitHelper::$__tainted = NULL
ProduitHelper::$__cleaned = NULL
$mobileDetect = MobileDetectHelper
MobileDetectHelper::$helpers = NULL
MobileDetectHelper::$base = ""
MobileDetectHelper::$webroot = "/"
MobileDetectHelper::$theme = NULL
MobileDetectHelper::$here = "/sitemap.xml"
MobileDetectHelper::$params = array
MobileDetectHelper::$action = "index"
MobileDetectHelper::$plugin = NULL
MobileDetectHelper::$data = NULL
MobileDetectHelper::$namedArgs = NULL
MobileDetectHelper::$argSeparator = NULL
MobileDetectHelper::$validationErrors = NULL
MobileDetectHelper::$tags = array
MobileDetectHelper::$__tainted = NULL
MobileDetectHelper::$__cleaned = NULL
$front = FrontHelper
FrontHelper::$helpers = array
FrontHelper::$base = ""
FrontHelper::$webroot = "/"
FrontHelper::$theme = NULL
FrontHelper::$here = "/sitemap.xml"
FrontHelper::$params = array
FrontHelper::$action = "index"
FrontHelper::$plugin = NULL
FrontHelper::$data = NULL
FrontHelper::$namedArgs = NULL
FrontHelper::$argSeparator = NULL
FrontHelper::$validationErrors = NULL
FrontHelper::$tags = array
FrontHelper::$__tainted = NULL
FrontHelper::$__cleaned = NULL
FrontHelper::$Html = HtmlHelper object
FrontHelper::$Session = SessionHelper object
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$theme = NULL
TimeHelper::$here = "/sitemap.xml"
TimeHelper::$params = array
TimeHelper::$action = "index"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
$jqueryEngine = JqueryEngineHelper
JqueryEngineHelper::$_optionMap = array
JqueryEngineHelper::$_callbackArguments = array
JqueryEngineHelper::$jQueryObject = "$"
JqueryEngineHelper::$useNative = true
JqueryEngineHelper::$selection = NULL
JqueryEngineHelper::$bufferedMethods = array
JqueryEngineHelper::$helpers = NULL
JqueryEngineHelper::$base = ""
JqueryEngineHelper::$webroot = "/"
JqueryEngineHelper::$theme = NULL
JqueryEngineHelper::$here = "/sitemap.xml"
JqueryEngineHelper::$params = array
JqueryEngineHelper::$action = "index"
JqueryEngineHelper::$plugin = NULL
JqueryEngineHelper::$data = NULL
JqueryEngineHelper::$namedArgs = NULL
JqueryEngineHelper::$argSeparator = NULL
JqueryEngineHelper::$validationErrors = NULL
JqueryEngineHelper::$tags = array
JqueryEngineHelper::$__tainted = NULL
JqueryEngineHelper::$__cleaned = NULL
$js = JsHelper
JsHelper::$bufferScripts = true
JsHelper::$helpers = array
JsHelper::$__jsVars = array
JsHelper::$__bufferedScripts = array
JsHelper::$__engineName = "JqueryEngine"
JsHelper::$setVariable = "app"
JsHelper::$base = ""
JsHelper::$webroot = "/"
JsHelper::$theme = NULL
JsHelper::$here = "/sitemap.xml"
JsHelper::$params = array
JsHelper::$action = "index"
JsHelper::$plugin = NULL
JsHelper::$data = NULL
JsHelper::$namedArgs = NULL
JsHelper::$argSeparator = NULL
JsHelper::$validationErrors = NULL
JsHelper::$tags = array
JsHelper::$__tainted = NULL
JsHelper::$__cleaned = NULL
JsHelper::$Html = HtmlHelper object
JsHelper::$Form = FormHelper object
JsHelper::$JqueryEngine = JqueryEngineHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/sitemap.xml"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/sitemap.xml"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$xml = XmlHelper
XmlHelper::$encoding = "UTF-8"
XmlHelper::$Xml = Xml object
XmlHelper::$XmlElement = NULL
XmlHelper::$helpers = NULL
XmlHelper::$base = ""
XmlHelper::$webroot = "/"
XmlHelper::$theme = NULL
XmlHelper::$here = "/sitemap.xml"
XmlHelper::$params = array
XmlHelper::$action = "index"
XmlHelper::$plugin = NULL
XmlHelper::$data = NULL
XmlHelper::$namedArgs = NULL
XmlHelper::$argSeparator = NULL
XmlHelper::$validationErrors = NULL
XmlHelper::$tags = array
XmlHelper::$__tainted = NULL
XmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "abd72db2344e6dcfae26f86302cf933a"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1785034785
SessionHelper::$sessionTime = 1785046785
SessionHelper::$cookieLifeTime = 720000
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/sitemap.xml"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$avPages = array()
$avLocations = array()
$avBateauxCategories = array()
$avInteretsCategories = array()
$avThemes = array()
$avCroisieres = false
$avTemoignagnes = array()
$title_for_layout = "Océans Voyages : the best !"
$description_for_layout = "Océans Voyages"
$keywords_for_layout = "Océans Voyages"
$type_for_layout = "website"
$url_for_layout = "https://www.oceans-voyages.com/"
$image_for_layout = "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg"
$avConditionsProjet = array(
"destination" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "mon-projet"
),
"bateau" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"hotel" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"complement" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"croisiere" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "croisiere-theme"
)
)
$PARAMETRES_DATE_FORMAT = array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
include - APP/views/sitemaps/xml/index.ctp, line 74
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 24
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
1970-01-01T01:00:00+00:00
0.80
https://www.oceans-voyages.com/croisieres-a-theme
Notice (8): Undefined index: Présentation des croisières à thème [APP/views/sitemaps/xml/index.ctp, line 96]Code |
Context
if (Configure::read() > 0) {
include ($___viewFn);
$___viewFn = "/home/admfo/oceans-voyages.com/www/app/views/sitemaps/xml/index.ctp"
$___dataForView = array(
"avPages" => array(),
"avLocations" => array(),
"avBateauxCategories" => array(),
"avInteretsCategories" => array(),
"avThemes" => array(),
"avCroisieres" => false,
"avTemoignagnes" => array(),
"title_for_layout" => "Océans Voyages : the best !",
"description_for_layout" => "Océans Voyages",
"keywords_for_layout" => "Océans Voyages",
"type_for_layout" => "website",
"url_for_layout" => "https://www.oceans-voyages.com/",
"image_for_layout" => "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg",
"avConditionsProjet" => array(
"destination" => array(),
"bateau" => array(),
"hotel" => array(),
"complement" => array(),
"croisiere" => array()
),
"PARAMETRES_DATE_FORMAT" => array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
)
$loadHelpers = true
$cached = false
$produit = ProduitHelper
ProduitHelper::$helpers = NULL
ProduitHelper::$base = ""
ProduitHelper::$webroot = "/"
ProduitHelper::$theme = NULL
ProduitHelper::$here = "/sitemap.xml"
ProduitHelper::$params = array
ProduitHelper::$action = "index"
ProduitHelper::$plugin = NULL
ProduitHelper::$data = NULL
ProduitHelper::$namedArgs = NULL
ProduitHelper::$argSeparator = NULL
ProduitHelper::$validationErrors = NULL
ProduitHelper::$tags = array
ProduitHelper::$__tainted = NULL
ProduitHelper::$__cleaned = NULL
$mobileDetect = MobileDetectHelper
MobileDetectHelper::$helpers = NULL
MobileDetectHelper::$base = ""
MobileDetectHelper::$webroot = "/"
MobileDetectHelper::$theme = NULL
MobileDetectHelper::$here = "/sitemap.xml"
MobileDetectHelper::$params = array
MobileDetectHelper::$action = "index"
MobileDetectHelper::$plugin = NULL
MobileDetectHelper::$data = NULL
MobileDetectHelper::$namedArgs = NULL
MobileDetectHelper::$argSeparator = NULL
MobileDetectHelper::$validationErrors = NULL
MobileDetectHelper::$tags = array
MobileDetectHelper::$__tainted = NULL
MobileDetectHelper::$__cleaned = NULL
$front = FrontHelper
FrontHelper::$helpers = array
FrontHelper::$base = ""
FrontHelper::$webroot = "/"
FrontHelper::$theme = NULL
FrontHelper::$here = "/sitemap.xml"
FrontHelper::$params = array
FrontHelper::$action = "index"
FrontHelper::$plugin = NULL
FrontHelper::$data = NULL
FrontHelper::$namedArgs = NULL
FrontHelper::$argSeparator = NULL
FrontHelper::$validationErrors = NULL
FrontHelper::$tags = array
FrontHelper::$__tainted = NULL
FrontHelper::$__cleaned = NULL
FrontHelper::$Html = HtmlHelper object
FrontHelper::$Session = SessionHelper object
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$theme = NULL
TimeHelper::$here = "/sitemap.xml"
TimeHelper::$params = array
TimeHelper::$action = "index"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
$jqueryEngine = JqueryEngineHelper
JqueryEngineHelper::$_optionMap = array
JqueryEngineHelper::$_callbackArguments = array
JqueryEngineHelper::$jQueryObject = "$"
JqueryEngineHelper::$useNative = true
JqueryEngineHelper::$selection = NULL
JqueryEngineHelper::$bufferedMethods = array
JqueryEngineHelper::$helpers = NULL
JqueryEngineHelper::$base = ""
JqueryEngineHelper::$webroot = "/"
JqueryEngineHelper::$theme = NULL
JqueryEngineHelper::$here = "/sitemap.xml"
JqueryEngineHelper::$params = array
JqueryEngineHelper::$action = "index"
JqueryEngineHelper::$plugin = NULL
JqueryEngineHelper::$data = NULL
JqueryEngineHelper::$namedArgs = NULL
JqueryEngineHelper::$argSeparator = NULL
JqueryEngineHelper::$validationErrors = NULL
JqueryEngineHelper::$tags = array
JqueryEngineHelper::$__tainted = NULL
JqueryEngineHelper::$__cleaned = NULL
$js = JsHelper
JsHelper::$bufferScripts = true
JsHelper::$helpers = array
JsHelper::$__jsVars = array
JsHelper::$__bufferedScripts = array
JsHelper::$__engineName = "JqueryEngine"
JsHelper::$setVariable = "app"
JsHelper::$base = ""
JsHelper::$webroot = "/"
JsHelper::$theme = NULL
JsHelper::$here = "/sitemap.xml"
JsHelper::$params = array
JsHelper::$action = "index"
JsHelper::$plugin = NULL
JsHelper::$data = NULL
JsHelper::$namedArgs = NULL
JsHelper::$argSeparator = NULL
JsHelper::$validationErrors = NULL
JsHelper::$tags = array
JsHelper::$__tainted = NULL
JsHelper::$__cleaned = NULL
JsHelper::$Html = HtmlHelper object
JsHelper::$Form = FormHelper object
JsHelper::$JqueryEngine = JqueryEngineHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/sitemap.xml"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/sitemap.xml"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$xml = XmlHelper
XmlHelper::$encoding = "UTF-8"
XmlHelper::$Xml = Xml object
XmlHelper::$XmlElement = NULL
XmlHelper::$helpers = NULL
XmlHelper::$base = ""
XmlHelper::$webroot = "/"
XmlHelper::$theme = NULL
XmlHelper::$here = "/sitemap.xml"
XmlHelper::$params = array
XmlHelper::$action = "index"
XmlHelper::$plugin = NULL
XmlHelper::$data = NULL
XmlHelper::$namedArgs = NULL
XmlHelper::$argSeparator = NULL
XmlHelper::$validationErrors = NULL
XmlHelper::$tags = array
XmlHelper::$__tainted = NULL
XmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "abd72db2344e6dcfae26f86302cf933a"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1785034785
SessionHelper::$sessionTime = 1785046785
SessionHelper::$cookieLifeTime = 720000
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/sitemap.xml"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$avPages = array()
$avLocations = array()
$avBateauxCategories = array()
$avInteretsCategories = array()
$avThemes = array()
$avCroisieres = false
$avTemoignagnes = array()
$title_for_layout = "Océans Voyages : the best !"
$description_for_layout = "Océans Voyages"
$keywords_for_layout = "Océans Voyages"
$type_for_layout = "website"
$url_for_layout = "https://www.oceans-voyages.com/"
$image_for_layout = "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg"
$avConditionsProjet = array(
"destination" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "mon-projet"
),
"bateau" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"hotel" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"complement" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"croisiere" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "croisiere-theme"
)
)
$PARAMETRES_DATE_FORMAT = array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
include - APP/views/sitemaps/xml/index.ctp, line 96
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 24
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
1970-01-01T01:00:00+00:00
0.80
https://www.oceans-voyages.com/actualites
Notice (8): Undefined index: Liste des actualités [APP/views/sitemaps/xml/index.ctp, line 140]Code |
Context
if (Configure::read() > 0) {
include ($___viewFn);
$___viewFn = "/home/admfo/oceans-voyages.com/www/app/views/sitemaps/xml/index.ctp"
$___dataForView = array(
"avPages" => array(),
"avLocations" => array(),
"avBateauxCategories" => array(),
"avInteretsCategories" => array(),
"avThemes" => array(),
"avCroisieres" => false,
"avTemoignagnes" => array(),
"title_for_layout" => "Océans Voyages : the best !",
"description_for_layout" => "Océans Voyages",
"keywords_for_layout" => "Océans Voyages",
"type_for_layout" => "website",
"url_for_layout" => "https://www.oceans-voyages.com/",
"image_for_layout" => "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg",
"avConditionsProjet" => array(
"destination" => array(),
"bateau" => array(),
"hotel" => array(),
"complement" => array(),
"croisiere" => array()
),
"PARAMETRES_DATE_FORMAT" => array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
)
$loadHelpers = true
$cached = false
$produit = ProduitHelper
ProduitHelper::$helpers = NULL
ProduitHelper::$base = ""
ProduitHelper::$webroot = "/"
ProduitHelper::$theme = NULL
ProduitHelper::$here = "/sitemap.xml"
ProduitHelper::$params = array
ProduitHelper::$action = "index"
ProduitHelper::$plugin = NULL
ProduitHelper::$data = NULL
ProduitHelper::$namedArgs = NULL
ProduitHelper::$argSeparator = NULL
ProduitHelper::$validationErrors = NULL
ProduitHelper::$tags = array
ProduitHelper::$__tainted = NULL
ProduitHelper::$__cleaned = NULL
$mobileDetect = MobileDetectHelper
MobileDetectHelper::$helpers = NULL
MobileDetectHelper::$base = ""
MobileDetectHelper::$webroot = "/"
MobileDetectHelper::$theme = NULL
MobileDetectHelper::$here = "/sitemap.xml"
MobileDetectHelper::$params = array
MobileDetectHelper::$action = "index"
MobileDetectHelper::$plugin = NULL
MobileDetectHelper::$data = NULL
MobileDetectHelper::$namedArgs = NULL
MobileDetectHelper::$argSeparator = NULL
MobileDetectHelper::$validationErrors = NULL
MobileDetectHelper::$tags = array
MobileDetectHelper::$__tainted = NULL
MobileDetectHelper::$__cleaned = NULL
$front = FrontHelper
FrontHelper::$helpers = array
FrontHelper::$base = ""
FrontHelper::$webroot = "/"
FrontHelper::$theme = NULL
FrontHelper::$here = "/sitemap.xml"
FrontHelper::$params = array
FrontHelper::$action = "index"
FrontHelper::$plugin = NULL
FrontHelper::$data = NULL
FrontHelper::$namedArgs = NULL
FrontHelper::$argSeparator = NULL
FrontHelper::$validationErrors = NULL
FrontHelper::$tags = array
FrontHelper::$__tainted = NULL
FrontHelper::$__cleaned = NULL
FrontHelper::$Html = HtmlHelper object
FrontHelper::$Session = SessionHelper object
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$theme = NULL
TimeHelper::$here = "/sitemap.xml"
TimeHelper::$params = array
TimeHelper::$action = "index"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
$jqueryEngine = JqueryEngineHelper
JqueryEngineHelper::$_optionMap = array
JqueryEngineHelper::$_callbackArguments = array
JqueryEngineHelper::$jQueryObject = "$"
JqueryEngineHelper::$useNative = true
JqueryEngineHelper::$selection = NULL
JqueryEngineHelper::$bufferedMethods = array
JqueryEngineHelper::$helpers = NULL
JqueryEngineHelper::$base = ""
JqueryEngineHelper::$webroot = "/"
JqueryEngineHelper::$theme = NULL
JqueryEngineHelper::$here = "/sitemap.xml"
JqueryEngineHelper::$params = array
JqueryEngineHelper::$action = "index"
JqueryEngineHelper::$plugin = NULL
JqueryEngineHelper::$data = NULL
JqueryEngineHelper::$namedArgs = NULL
JqueryEngineHelper::$argSeparator = NULL
JqueryEngineHelper::$validationErrors = NULL
JqueryEngineHelper::$tags = array
JqueryEngineHelper::$__tainted = NULL
JqueryEngineHelper::$__cleaned = NULL
$js = JsHelper
JsHelper::$bufferScripts = true
JsHelper::$helpers = array
JsHelper::$__jsVars = array
JsHelper::$__bufferedScripts = array
JsHelper::$__engineName = "JqueryEngine"
JsHelper::$setVariable = "app"
JsHelper::$base = ""
JsHelper::$webroot = "/"
JsHelper::$theme = NULL
JsHelper::$here = "/sitemap.xml"
JsHelper::$params = array
JsHelper::$action = "index"
JsHelper::$plugin = NULL
JsHelper::$data = NULL
JsHelper::$namedArgs = NULL
JsHelper::$argSeparator = NULL
JsHelper::$validationErrors = NULL
JsHelper::$tags = array
JsHelper::$__tainted = NULL
JsHelper::$__cleaned = NULL
JsHelper::$Html = HtmlHelper object
JsHelper::$Form = FormHelper object
JsHelper::$JqueryEngine = JqueryEngineHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/sitemap.xml"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/sitemap.xml"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$xml = XmlHelper
XmlHelper::$encoding = "UTF-8"
XmlHelper::$Xml = Xml object
XmlHelper::$XmlElement = NULL
XmlHelper::$helpers = NULL
XmlHelper::$base = ""
XmlHelper::$webroot = "/"
XmlHelper::$theme = NULL
XmlHelper::$here = "/sitemap.xml"
XmlHelper::$params = array
XmlHelper::$action = "index"
XmlHelper::$plugin = NULL
XmlHelper::$data = NULL
XmlHelper::$namedArgs = NULL
XmlHelper::$argSeparator = NULL
XmlHelper::$validationErrors = NULL
XmlHelper::$tags = array
XmlHelper::$__tainted = NULL
XmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "abd72db2344e6dcfae26f86302cf933a"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1785034785
SessionHelper::$sessionTime = 1785046785
SessionHelper::$cookieLifeTime = 720000
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/sitemap.xml"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$avPages = array()
$avLocations = array()
$avBateauxCategories = array()
$avInteretsCategories = array()
$avThemes = array()
$avCroisieres = false
$avTemoignagnes = array()
$title_for_layout = "Océans Voyages : the best !"
$description_for_layout = "Océans Voyages"
$keywords_for_layout = "Océans Voyages"
$type_for_layout = "website"
$url_for_layout = "https://www.oceans-voyages.com/"
$image_for_layout = "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg"
$avConditionsProjet = array(
"destination" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "mon-projet"
),
"bateau" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"hotel" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"complement" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"croisiere" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "croisiere-theme"
)
)
$PARAMETRES_DATE_FORMAT = array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
include - APP/views/sitemaps/xml/index.ctp, line 140
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 24
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
1970-01-01T01:00:00+00:00
0.80
https://www.oceans-voyages.com/mon-projet
Notice (8): Undefined index: Mon projet [APP/views/sitemaps/xml/index.ctp, line 161]Code |
Context
if (Configure::read() > 0) {
include ($___viewFn);
$___viewFn = "/home/admfo/oceans-voyages.com/www/app/views/sitemaps/xml/index.ctp"
$___dataForView = array(
"avPages" => array(),
"avLocations" => array(),
"avBateauxCategories" => array(),
"avInteretsCategories" => array(),
"avThemes" => array(),
"avCroisieres" => false,
"avTemoignagnes" => array(),
"title_for_layout" => "Océans Voyages : the best !",
"description_for_layout" => "Océans Voyages",
"keywords_for_layout" => "Océans Voyages",
"type_for_layout" => "website",
"url_for_layout" => "https://www.oceans-voyages.com/",
"image_for_layout" => "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg",
"avConditionsProjet" => array(
"destination" => array(),
"bateau" => array(),
"hotel" => array(),
"complement" => array(),
"croisiere" => array()
),
"PARAMETRES_DATE_FORMAT" => array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
)
$loadHelpers = true
$cached = false
$produit = ProduitHelper
ProduitHelper::$helpers = NULL
ProduitHelper::$base = ""
ProduitHelper::$webroot = "/"
ProduitHelper::$theme = NULL
ProduitHelper::$here = "/sitemap.xml"
ProduitHelper::$params = array
ProduitHelper::$action = "index"
ProduitHelper::$plugin = NULL
ProduitHelper::$data = NULL
ProduitHelper::$namedArgs = NULL
ProduitHelper::$argSeparator = NULL
ProduitHelper::$validationErrors = NULL
ProduitHelper::$tags = array
ProduitHelper::$__tainted = NULL
ProduitHelper::$__cleaned = NULL
$mobileDetect = MobileDetectHelper
MobileDetectHelper::$helpers = NULL
MobileDetectHelper::$base = ""
MobileDetectHelper::$webroot = "/"
MobileDetectHelper::$theme = NULL
MobileDetectHelper::$here = "/sitemap.xml"
MobileDetectHelper::$params = array
MobileDetectHelper::$action = "index"
MobileDetectHelper::$plugin = NULL
MobileDetectHelper::$data = NULL
MobileDetectHelper::$namedArgs = NULL
MobileDetectHelper::$argSeparator = NULL
MobileDetectHelper::$validationErrors = NULL
MobileDetectHelper::$tags = array
MobileDetectHelper::$__tainted = NULL
MobileDetectHelper::$__cleaned = NULL
$front = FrontHelper
FrontHelper::$helpers = array
FrontHelper::$base = ""
FrontHelper::$webroot = "/"
FrontHelper::$theme = NULL
FrontHelper::$here = "/sitemap.xml"
FrontHelper::$params = array
FrontHelper::$action = "index"
FrontHelper::$plugin = NULL
FrontHelper::$data = NULL
FrontHelper::$namedArgs = NULL
FrontHelper::$argSeparator = NULL
FrontHelper::$validationErrors = NULL
FrontHelper::$tags = array
FrontHelper::$__tainted = NULL
FrontHelper::$__cleaned = NULL
FrontHelper::$Html = HtmlHelper object
FrontHelper::$Session = SessionHelper object
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$theme = NULL
TimeHelper::$here = "/sitemap.xml"
TimeHelper::$params = array
TimeHelper::$action = "index"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
$jqueryEngine = JqueryEngineHelper
JqueryEngineHelper::$_optionMap = array
JqueryEngineHelper::$_callbackArguments = array
JqueryEngineHelper::$jQueryObject = "$"
JqueryEngineHelper::$useNative = true
JqueryEngineHelper::$selection = NULL
JqueryEngineHelper::$bufferedMethods = array
JqueryEngineHelper::$helpers = NULL
JqueryEngineHelper::$base = ""
JqueryEngineHelper::$webroot = "/"
JqueryEngineHelper::$theme = NULL
JqueryEngineHelper::$here = "/sitemap.xml"
JqueryEngineHelper::$params = array
JqueryEngineHelper::$action = "index"
JqueryEngineHelper::$plugin = NULL
JqueryEngineHelper::$data = NULL
JqueryEngineHelper::$namedArgs = NULL
JqueryEngineHelper::$argSeparator = NULL
JqueryEngineHelper::$validationErrors = NULL
JqueryEngineHelper::$tags = array
JqueryEngineHelper::$__tainted = NULL
JqueryEngineHelper::$__cleaned = NULL
$js = JsHelper
JsHelper::$bufferScripts = true
JsHelper::$helpers = array
JsHelper::$__jsVars = array
JsHelper::$__bufferedScripts = array
JsHelper::$__engineName = "JqueryEngine"
JsHelper::$setVariable = "app"
JsHelper::$base = ""
JsHelper::$webroot = "/"
JsHelper::$theme = NULL
JsHelper::$here = "/sitemap.xml"
JsHelper::$params = array
JsHelper::$action = "index"
JsHelper::$plugin = NULL
JsHelper::$data = NULL
JsHelper::$namedArgs = NULL
JsHelper::$argSeparator = NULL
JsHelper::$validationErrors = NULL
JsHelper::$tags = array
JsHelper::$__tainted = NULL
JsHelper::$__cleaned = NULL
JsHelper::$Html = HtmlHelper object
JsHelper::$Form = FormHelper object
JsHelper::$JqueryEngine = JqueryEngineHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/sitemap.xml"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/sitemap.xml"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$xml = XmlHelper
XmlHelper::$encoding = "UTF-8"
XmlHelper::$Xml = Xml object
XmlHelper::$XmlElement = NULL
XmlHelper::$helpers = NULL
XmlHelper::$base = ""
XmlHelper::$webroot = "/"
XmlHelper::$theme = NULL
XmlHelper::$here = "/sitemap.xml"
XmlHelper::$params = array
XmlHelper::$action = "index"
XmlHelper::$plugin = NULL
XmlHelper::$data = NULL
XmlHelper::$namedArgs = NULL
XmlHelper::$argSeparator = NULL
XmlHelper::$validationErrors = NULL
XmlHelper::$tags = array
XmlHelper::$__tainted = NULL
XmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "abd72db2344e6dcfae26f86302cf933a"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1785034785
SessionHelper::$sessionTime = 1785046785
SessionHelper::$cookieLifeTime = 720000
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/sitemap.xml"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$avPages = array()
$avLocations = array()
$avBateauxCategories = array()
$avInteretsCategories = array()
$avThemes = array()
$avCroisieres = false
$avTemoignagnes = array()
$title_for_layout = "Océans Voyages : the best !"
$description_for_layout = "Océans Voyages"
$keywords_for_layout = "Océans Voyages"
$type_for_layout = "website"
$url_for_layout = "https://www.oceans-voyages.com/"
$image_for_layout = "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg"
$avConditionsProjet = array(
"destination" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "mon-projet"
),
"bateau" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"hotel" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"complement" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"croisiere" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "croisiere-theme"
)
)
$PARAMETRES_DATE_FORMAT = array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
include - APP/views/sitemaps/xml/index.ctp, line 161
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 24
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
1970-01-01T01:00:00+00:00
0.64
https://www.oceans-voyages.com/croisiere-projet
Notice (8): Undefined index: Mon projet [APP/views/sitemaps/xml/index.ctp, line 166]Code |
Context
if (Configure::read() > 0) {
include ($___viewFn);
$___viewFn = "/home/admfo/oceans-voyages.com/www/app/views/sitemaps/xml/index.ctp"
$___dataForView = array(
"avPages" => array(),
"avLocations" => array(),
"avBateauxCategories" => array(),
"avInteretsCategories" => array(),
"avThemes" => array(),
"avCroisieres" => false,
"avTemoignagnes" => array(),
"title_for_layout" => "Océans Voyages : the best !",
"description_for_layout" => "Océans Voyages",
"keywords_for_layout" => "Océans Voyages",
"type_for_layout" => "website",
"url_for_layout" => "https://www.oceans-voyages.com/",
"image_for_layout" => "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg",
"avConditionsProjet" => array(
"destination" => array(),
"bateau" => array(),
"hotel" => array(),
"complement" => array(),
"croisiere" => array()
),
"PARAMETRES_DATE_FORMAT" => array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
)
$loadHelpers = true
$cached = false
$produit = ProduitHelper
ProduitHelper::$helpers = NULL
ProduitHelper::$base = ""
ProduitHelper::$webroot = "/"
ProduitHelper::$theme = NULL
ProduitHelper::$here = "/sitemap.xml"
ProduitHelper::$params = array
ProduitHelper::$action = "index"
ProduitHelper::$plugin = NULL
ProduitHelper::$data = NULL
ProduitHelper::$namedArgs = NULL
ProduitHelper::$argSeparator = NULL
ProduitHelper::$validationErrors = NULL
ProduitHelper::$tags = array
ProduitHelper::$__tainted = NULL
ProduitHelper::$__cleaned = NULL
$mobileDetect = MobileDetectHelper
MobileDetectHelper::$helpers = NULL
MobileDetectHelper::$base = ""
MobileDetectHelper::$webroot = "/"
MobileDetectHelper::$theme = NULL
MobileDetectHelper::$here = "/sitemap.xml"
MobileDetectHelper::$params = array
MobileDetectHelper::$action = "index"
MobileDetectHelper::$plugin = NULL
MobileDetectHelper::$data = NULL
MobileDetectHelper::$namedArgs = NULL
MobileDetectHelper::$argSeparator = NULL
MobileDetectHelper::$validationErrors = NULL
MobileDetectHelper::$tags = array
MobileDetectHelper::$__tainted = NULL
MobileDetectHelper::$__cleaned = NULL
$front = FrontHelper
FrontHelper::$helpers = array
FrontHelper::$base = ""
FrontHelper::$webroot = "/"
FrontHelper::$theme = NULL
FrontHelper::$here = "/sitemap.xml"
FrontHelper::$params = array
FrontHelper::$action = "index"
FrontHelper::$plugin = NULL
FrontHelper::$data = NULL
FrontHelper::$namedArgs = NULL
FrontHelper::$argSeparator = NULL
FrontHelper::$validationErrors = NULL
FrontHelper::$tags = array
FrontHelper::$__tainted = NULL
FrontHelper::$__cleaned = NULL
FrontHelper::$Html = HtmlHelper object
FrontHelper::$Session = SessionHelper object
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$theme = NULL
TimeHelper::$here = "/sitemap.xml"
TimeHelper::$params = array
TimeHelper::$action = "index"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
$jqueryEngine = JqueryEngineHelper
JqueryEngineHelper::$_optionMap = array
JqueryEngineHelper::$_callbackArguments = array
JqueryEngineHelper::$jQueryObject = "$"
JqueryEngineHelper::$useNative = true
JqueryEngineHelper::$selection = NULL
JqueryEngineHelper::$bufferedMethods = array
JqueryEngineHelper::$helpers = NULL
JqueryEngineHelper::$base = ""
JqueryEngineHelper::$webroot = "/"
JqueryEngineHelper::$theme = NULL
JqueryEngineHelper::$here = "/sitemap.xml"
JqueryEngineHelper::$params = array
JqueryEngineHelper::$action = "index"
JqueryEngineHelper::$plugin = NULL
JqueryEngineHelper::$data = NULL
JqueryEngineHelper::$namedArgs = NULL
JqueryEngineHelper::$argSeparator = NULL
JqueryEngineHelper::$validationErrors = NULL
JqueryEngineHelper::$tags = array
JqueryEngineHelper::$__tainted = NULL
JqueryEngineHelper::$__cleaned = NULL
$js = JsHelper
JsHelper::$bufferScripts = true
JsHelper::$helpers = array
JsHelper::$__jsVars = array
JsHelper::$__bufferedScripts = array
JsHelper::$__engineName = "JqueryEngine"
JsHelper::$setVariable = "app"
JsHelper::$base = ""
JsHelper::$webroot = "/"
JsHelper::$theme = NULL
JsHelper::$here = "/sitemap.xml"
JsHelper::$params = array
JsHelper::$action = "index"
JsHelper::$plugin = NULL
JsHelper::$data = NULL
JsHelper::$namedArgs = NULL
JsHelper::$argSeparator = NULL
JsHelper::$validationErrors = NULL
JsHelper::$tags = array
JsHelper::$__tainted = NULL
JsHelper::$__cleaned = NULL
JsHelper::$Html = HtmlHelper object
JsHelper::$Form = FormHelper object
JsHelper::$JqueryEngine = JqueryEngineHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/sitemap.xml"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/sitemap.xml"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$xml = XmlHelper
XmlHelper::$encoding = "UTF-8"
XmlHelper::$Xml = Xml object
XmlHelper::$XmlElement = NULL
XmlHelper::$helpers = NULL
XmlHelper::$base = ""
XmlHelper::$webroot = "/"
XmlHelper::$theme = NULL
XmlHelper::$here = "/sitemap.xml"
XmlHelper::$params = array
XmlHelper::$action = "index"
XmlHelper::$plugin = NULL
XmlHelper::$data = NULL
XmlHelper::$namedArgs = NULL
XmlHelper::$argSeparator = NULL
XmlHelper::$validationErrors = NULL
XmlHelper::$tags = array
XmlHelper::$__tainted = NULL
XmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "abd72db2344e6dcfae26f86302cf933a"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1785034785
SessionHelper::$sessionTime = 1785046785
SessionHelper::$cookieLifeTime = 720000
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/sitemap.xml"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$avPages = array()
$avLocations = array()
$avBateauxCategories = array()
$avInteretsCategories = array()
$avThemes = array()
$avCroisieres = false
$avTemoignagnes = array()
$title_for_layout = "Océans Voyages : the best !"
$description_for_layout = "Océans Voyages"
$keywords_for_layout = "Océans Voyages"
$type_for_layout = "website"
$url_for_layout = "https://www.oceans-voyages.com/"
$image_for_layout = "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg"
$avConditionsProjet = array(
"destination" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "mon-projet"
),
"bateau" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"hotel" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"complement" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"croisiere" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "croisiere-theme"
)
)
$PARAMETRES_DATE_FORMAT = array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
include - APP/views/sitemaps/xml/index.ctp, line 166
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 24
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
1970-01-01T01:00:00+00:00
0.64
https://www.oceans-voyages.com/expression-libre
Notice (8): Undefined index: Expression libre [APP/views/sitemaps/xml/index.ctp, line 171]Code |
Context
if (Configure::read() > 0) {
include ($___viewFn);
$___viewFn = "/home/admfo/oceans-voyages.com/www/app/views/sitemaps/xml/index.ctp"
$___dataForView = array(
"avPages" => array(),
"avLocations" => array(),
"avBateauxCategories" => array(),
"avInteretsCategories" => array(),
"avThemes" => array(),
"avCroisieres" => false,
"avTemoignagnes" => array(),
"title_for_layout" => "Océans Voyages : the best !",
"description_for_layout" => "Océans Voyages",
"keywords_for_layout" => "Océans Voyages",
"type_for_layout" => "website",
"url_for_layout" => "https://www.oceans-voyages.com/",
"image_for_layout" => "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg",
"avConditionsProjet" => array(
"destination" => array(),
"bateau" => array(),
"hotel" => array(),
"complement" => array(),
"croisiere" => array()
),
"PARAMETRES_DATE_FORMAT" => array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
)
$loadHelpers = true
$cached = false
$produit = ProduitHelper
ProduitHelper::$helpers = NULL
ProduitHelper::$base = ""
ProduitHelper::$webroot = "/"
ProduitHelper::$theme = NULL
ProduitHelper::$here = "/sitemap.xml"
ProduitHelper::$params = array
ProduitHelper::$action = "index"
ProduitHelper::$plugin = NULL
ProduitHelper::$data = NULL
ProduitHelper::$namedArgs = NULL
ProduitHelper::$argSeparator = NULL
ProduitHelper::$validationErrors = NULL
ProduitHelper::$tags = array
ProduitHelper::$__tainted = NULL
ProduitHelper::$__cleaned = NULL
$mobileDetect = MobileDetectHelper
MobileDetectHelper::$helpers = NULL
MobileDetectHelper::$base = ""
MobileDetectHelper::$webroot = "/"
MobileDetectHelper::$theme = NULL
MobileDetectHelper::$here = "/sitemap.xml"
MobileDetectHelper::$params = array
MobileDetectHelper::$action = "index"
MobileDetectHelper::$plugin = NULL
MobileDetectHelper::$data = NULL
MobileDetectHelper::$namedArgs = NULL
MobileDetectHelper::$argSeparator = NULL
MobileDetectHelper::$validationErrors = NULL
MobileDetectHelper::$tags = array
MobileDetectHelper::$__tainted = NULL
MobileDetectHelper::$__cleaned = NULL
$front = FrontHelper
FrontHelper::$helpers = array
FrontHelper::$base = ""
FrontHelper::$webroot = "/"
FrontHelper::$theme = NULL
FrontHelper::$here = "/sitemap.xml"
FrontHelper::$params = array
FrontHelper::$action = "index"
FrontHelper::$plugin = NULL
FrontHelper::$data = NULL
FrontHelper::$namedArgs = NULL
FrontHelper::$argSeparator = NULL
FrontHelper::$validationErrors = NULL
FrontHelper::$tags = array
FrontHelper::$__tainted = NULL
FrontHelper::$__cleaned = NULL
FrontHelper::$Html = HtmlHelper object
FrontHelper::$Session = SessionHelper object
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$theme = NULL
TimeHelper::$here = "/sitemap.xml"
TimeHelper::$params = array
TimeHelper::$action = "index"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
$jqueryEngine = JqueryEngineHelper
JqueryEngineHelper::$_optionMap = array
JqueryEngineHelper::$_callbackArguments = array
JqueryEngineHelper::$jQueryObject = "$"
JqueryEngineHelper::$useNative = true
JqueryEngineHelper::$selection = NULL
JqueryEngineHelper::$bufferedMethods = array
JqueryEngineHelper::$helpers = NULL
JqueryEngineHelper::$base = ""
JqueryEngineHelper::$webroot = "/"
JqueryEngineHelper::$theme = NULL
JqueryEngineHelper::$here = "/sitemap.xml"
JqueryEngineHelper::$params = array
JqueryEngineHelper::$action = "index"
JqueryEngineHelper::$plugin = NULL
JqueryEngineHelper::$data = NULL
JqueryEngineHelper::$namedArgs = NULL
JqueryEngineHelper::$argSeparator = NULL
JqueryEngineHelper::$validationErrors = NULL
JqueryEngineHelper::$tags = array
JqueryEngineHelper::$__tainted = NULL
JqueryEngineHelper::$__cleaned = NULL
$js = JsHelper
JsHelper::$bufferScripts = true
JsHelper::$helpers = array
JsHelper::$__jsVars = array
JsHelper::$__bufferedScripts = array
JsHelper::$__engineName = "JqueryEngine"
JsHelper::$setVariable = "app"
JsHelper::$base = ""
JsHelper::$webroot = "/"
JsHelper::$theme = NULL
JsHelper::$here = "/sitemap.xml"
JsHelper::$params = array
JsHelper::$action = "index"
JsHelper::$plugin = NULL
JsHelper::$data = NULL
JsHelper::$namedArgs = NULL
JsHelper::$argSeparator = NULL
JsHelper::$validationErrors = NULL
JsHelper::$tags = array
JsHelper::$__tainted = NULL
JsHelper::$__cleaned = NULL
JsHelper::$Html = HtmlHelper object
JsHelper::$Form = FormHelper object
JsHelper::$JqueryEngine = JqueryEngineHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/sitemap.xml"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/sitemap.xml"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$xml = XmlHelper
XmlHelper::$encoding = "UTF-8"
XmlHelper::$Xml = Xml object
XmlHelper::$XmlElement = NULL
XmlHelper::$helpers = NULL
XmlHelper::$base = ""
XmlHelper::$webroot = "/"
XmlHelper::$theme = NULL
XmlHelper::$here = "/sitemap.xml"
XmlHelper::$params = array
XmlHelper::$action = "index"
XmlHelper::$plugin = NULL
XmlHelper::$data = NULL
XmlHelper::$namedArgs = NULL
XmlHelper::$argSeparator = NULL
XmlHelper::$validationErrors = NULL
XmlHelper::$tags = array
XmlHelper::$__tainted = NULL
XmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "abd72db2344e6dcfae26f86302cf933a"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1785034785
SessionHelper::$sessionTime = 1785046785
SessionHelper::$cookieLifeTime = 720000
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/sitemap.xml"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$avPages = array()
$avLocations = array()
$avBateauxCategories = array()
$avInteretsCategories = array()
$avThemes = array()
$avCroisieres = false
$avTemoignagnes = array()
$title_for_layout = "Océans Voyages : the best !"
$description_for_layout = "Océans Voyages"
$keywords_for_layout = "Océans Voyages"
$type_for_layout = "website"
$url_for_layout = "https://www.oceans-voyages.com/"
$image_for_layout = "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg"
$avConditionsProjet = array(
"destination" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "mon-projet"
),
"bateau" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"hotel" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"complement" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"croisiere" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "croisiere-theme"
)
)
$PARAMETRES_DATE_FORMAT = array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
include - APP/views/sitemaps/xml/index.ctp, line 171
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 24
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
1970-01-01T01:00:00+00:00
0.64
https://www.oceans-voyages.com/contact
Notice (8): Undefined index: Contact [APP/views/sitemaps/xml/index.ctp, line 178]Code |
Context
if (Configure::read() > 0) {
include ($___viewFn);
$___viewFn = "/home/admfo/oceans-voyages.com/www/app/views/sitemaps/xml/index.ctp"
$___dataForView = array(
"avPages" => array(),
"avLocations" => array(),
"avBateauxCategories" => array(),
"avInteretsCategories" => array(),
"avThemes" => array(),
"avCroisieres" => false,
"avTemoignagnes" => array(),
"title_for_layout" => "Océans Voyages : the best !",
"description_for_layout" => "Océans Voyages",
"keywords_for_layout" => "Océans Voyages",
"type_for_layout" => "website",
"url_for_layout" => "https://www.oceans-voyages.com/",
"image_for_layout" => "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg",
"avConditionsProjet" => array(
"destination" => array(),
"bateau" => array(),
"hotel" => array(),
"complement" => array(),
"croisiere" => array()
),
"PARAMETRES_DATE_FORMAT" => array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
)
$loadHelpers = true
$cached = false
$produit = ProduitHelper
ProduitHelper::$helpers = NULL
ProduitHelper::$base = ""
ProduitHelper::$webroot = "/"
ProduitHelper::$theme = NULL
ProduitHelper::$here = "/sitemap.xml"
ProduitHelper::$params = array
ProduitHelper::$action = "index"
ProduitHelper::$plugin = NULL
ProduitHelper::$data = NULL
ProduitHelper::$namedArgs = NULL
ProduitHelper::$argSeparator = NULL
ProduitHelper::$validationErrors = NULL
ProduitHelper::$tags = array
ProduitHelper::$__tainted = NULL
ProduitHelper::$__cleaned = NULL
$mobileDetect = MobileDetectHelper
MobileDetectHelper::$helpers = NULL
MobileDetectHelper::$base = ""
MobileDetectHelper::$webroot = "/"
MobileDetectHelper::$theme = NULL
MobileDetectHelper::$here = "/sitemap.xml"
MobileDetectHelper::$params = array
MobileDetectHelper::$action = "index"
MobileDetectHelper::$plugin = NULL
MobileDetectHelper::$data = NULL
MobileDetectHelper::$namedArgs = NULL
MobileDetectHelper::$argSeparator = NULL
MobileDetectHelper::$validationErrors = NULL
MobileDetectHelper::$tags = array
MobileDetectHelper::$__tainted = NULL
MobileDetectHelper::$__cleaned = NULL
$front = FrontHelper
FrontHelper::$helpers = array
FrontHelper::$base = ""
FrontHelper::$webroot = "/"
FrontHelper::$theme = NULL
FrontHelper::$here = "/sitemap.xml"
FrontHelper::$params = array
FrontHelper::$action = "index"
FrontHelper::$plugin = NULL
FrontHelper::$data = NULL
FrontHelper::$namedArgs = NULL
FrontHelper::$argSeparator = NULL
FrontHelper::$validationErrors = NULL
FrontHelper::$tags = array
FrontHelper::$__tainted = NULL
FrontHelper::$__cleaned = NULL
FrontHelper::$Html = HtmlHelper object
FrontHelper::$Session = SessionHelper object
$time = TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$theme = NULL
TimeHelper::$here = "/sitemap.xml"
TimeHelper::$params = array
TimeHelper::$action = "index"
TimeHelper::$plugin = NULL
TimeHelper::$data = NULL
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
$jqueryEngine = JqueryEngineHelper
JqueryEngineHelper::$_optionMap = array
JqueryEngineHelper::$_callbackArguments = array
JqueryEngineHelper::$jQueryObject = "$"
JqueryEngineHelper::$useNative = true
JqueryEngineHelper::$selection = NULL
JqueryEngineHelper::$bufferedMethods = array
JqueryEngineHelper::$helpers = NULL
JqueryEngineHelper::$base = ""
JqueryEngineHelper::$webroot = "/"
JqueryEngineHelper::$theme = NULL
JqueryEngineHelper::$here = "/sitemap.xml"
JqueryEngineHelper::$params = array
JqueryEngineHelper::$action = "index"
JqueryEngineHelper::$plugin = NULL
JqueryEngineHelper::$data = NULL
JqueryEngineHelper::$namedArgs = NULL
JqueryEngineHelper::$argSeparator = NULL
JqueryEngineHelper::$validationErrors = NULL
JqueryEngineHelper::$tags = array
JqueryEngineHelper::$__tainted = NULL
JqueryEngineHelper::$__cleaned = NULL
$js = JsHelper
JsHelper::$bufferScripts = true
JsHelper::$helpers = array
JsHelper::$__jsVars = array
JsHelper::$__bufferedScripts = array
JsHelper::$__engineName = "JqueryEngine"
JsHelper::$setVariable = "app"
JsHelper::$base = ""
JsHelper::$webroot = "/"
JsHelper::$theme = NULL
JsHelper::$here = "/sitemap.xml"
JsHelper::$params = array
JsHelper::$action = "index"
JsHelper::$plugin = NULL
JsHelper::$data = NULL
JsHelper::$namedArgs = NULL
JsHelper::$argSeparator = NULL
JsHelper::$validationErrors = NULL
JsHelper::$tags = array
JsHelper::$__tainted = NULL
JsHelper::$__cleaned = NULL
JsHelper::$Html = HtmlHelper object
JsHelper::$Form = FormHelper object
JsHelper::$JqueryEngine = JqueryEngineHelper object
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$_lastAction = ""
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/sitemap.xml"
FormHelper::$params = array
FormHelper::$action = "index"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/sitemap.xml"
HtmlHelper::$params = array
HtmlHelper::$action = "index"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$xml = XmlHelper
XmlHelper::$encoding = "UTF-8"
XmlHelper::$Xml = Xml object
XmlHelper::$XmlElement = NULL
XmlHelper::$helpers = NULL
XmlHelper::$base = ""
XmlHelper::$webroot = "/"
XmlHelper::$theme = NULL
XmlHelper::$here = "/sitemap.xml"
XmlHelper::$params = array
XmlHelper::$action = "index"
XmlHelper::$plugin = NULL
XmlHelper::$data = NULL
XmlHelper::$namedArgs = NULL
XmlHelper::$argSeparator = NULL
XmlHelper::$validationErrors = NULL
XmlHelper::$tags = array
XmlHelper::$__tainted = NULL
XmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "abd72db2344e6dcfae26f86302cf933a"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1785034785
SessionHelper::$sessionTime = 1785046785
SessionHelper::$cookieLifeTime = 720000
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/sitemap.xml"
SessionHelper::$params = array
SessionHelper::$action = "index"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$avPages = array()
$avLocations = array()
$avBateauxCategories = array()
$avInteretsCategories = array()
$avThemes = array()
$avCroisieres = false
$avTemoignagnes = array()
$title_for_layout = "Océans Voyages : the best !"
$description_for_layout = "Océans Voyages"
$keywords_for_layout = "Océans Voyages"
$type_for_layout = "website"
$url_for_layout = "https://www.oceans-voyages.com/"
$image_for_layout = "/images/voyage/573/polynesie-tikehau-copyright-tahiti-tourisme.3pt.jpg"
$avConditionsProjet = array(
"destination" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "mon-projet"
),
"bateau" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"hotel" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"complement" => array(
"nb_choix_max" => 2,
"required" => false,
"type" => "mon-projet"
),
"croisiere" => array(
"nb_choix_max" => 2,
"required" => true,
"type" => "croisiere-theme"
)
)
$PARAMETRES_DATE_FORMAT = array(
"cake" => "DMY",
"php" => "%d/%m/%Y",
"js" => "dd/mm/yyyy",
"jscalendar" => "dd/mm/yy",
"phpCore" => "d/m/Y",
"mySQL" => "%d/%m/%Y"
)
include - APP/views/sitemaps/xml/index.ctp, line 178
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
SitemapsController::index() - APP/controllers/sitemaps_controller.php, line 24
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 86
1970-01-01T01:00:00+00:00
0.64