$conditions = array(
'Page.i18n_alias' => 'mentions-legales',
'Page.active' => (int) 1,
'Page.home' => (int) 0
)
$title = null
$description = null
$page = array()
$messageBandeau = 'Le camping Isle Verte****, 116 emplacements, en bord de Loire, à 100 m du centre de Montsoreau, "Village de Charme", classé parmi les plus beaux villages de France, vous offre des installations confortables en pleine nature.'
AppController::constructPage() - APP/Controller/AppController.php, line 123
PagesController::display() - APP/Controller/PagesController.php, line 140
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 110
Notice (8): Undefined index: Page [APP/Controller/AppController.php, line 124]
$conditions = array(
'Page.i18n_alias' => 'mentions-legales',
'Page.active' => (int) 1,
'Page.home' => (int) 0
)
$title = null
$description = null
$page = array()
$messageBandeau = 'Le camping Isle Verte****, 116 emplacements, en bord de Loire, à 100 m du centre de Montsoreau, "Village de Charme", classé parmi les plus beaux villages de France, vous offre des installations confortables en pleine nature.'
AppController::constructPage() - APP/Controller/AppController.php, line 124
PagesController::display() - APP/Controller/PagesController.php, line 140
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 110
Notice (8): Undefined index: Page [APP/Controller/AppController.php, line 128]
$conditions = array(
'Page.i18n_alias' => 'mentions-legales',
'Page.active' => (int) 1,
'Page.home' => (int) 0
)
$title = null
$description = null
$page = array()
$messageBandeau = 'Le camping Isle Verte****, 116 emplacements, en bord de Loire, à 100 m du centre de Montsoreau, "Village de Charme", classé parmi les plus beaux villages de France, vous offre des installations confortables en pleine nature.'
$metas = array(
'title' => null,
'description' => null
)
AppController::constructPage() - APP/Controller/AppController.php, line 128
PagesController::display() - APP/Controller/PagesController.php, line 140
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 110
Notice (8): Undefined index: Page [APP/Controller/AppController.php, line 131]
AppController::constructPage() - APP/Controller/AppController.php, line 131
PagesController::display() - APP/Controller/PagesController.php, line 140
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 110
Notice (8): Undefined index: aliasTranslations [APP/Controller/AppController.php, line 152]
AppController::constructPage() - APP/Controller/AppController.php, line 152
PagesController::display() - APP/Controller/PagesController.php, line 140
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 110
Warning (2): Invalid argument supplied for foreach() [APP/Controller/AppController.php, line 252]
$versions = array();foreach($translations as $translation):
$translations = null
$versions = array()
AppController::formatVersions() - APP/Controller/AppController.php, line 252
AppController::constructPage() - APP/Controller/AppController.php, line 152
PagesController::display() - APP/Controller/PagesController.php, line 140
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 110
Notice (8): Undefined index: Layout [APP/Controller/PagesController.php, line 142]
PagesController::display() - APP/Controller/PagesController.php, line 142
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 187
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 110
CakePHP: the rapid development php framework:
Errors
SELECT `Page`.`id`, `Page`.`parent_id`, `Page`.`home`, `Page`.`specific_url`, `Page`.`bien_reference`, `Page`.`bien_plan`, `Page`.`bien_inventaire`, `Layout`.`name`, (`I18n__alias`.`content`) AS `Page__i18n_alias`, (`I18n__meta_title`.`content`) AS `Page__i18n_meta_title`, (`I18n__meta_description`.`content`) AS `Page__i18n_meta_description` FROM `campingisleverte`.`pages` AS `Page` INNER JOIN `campingisleverte`.`i18n` AS `I18n__alias` ON (`Page`.`id` = `I18n__alias`.`foreign_key` AND `I18n__alias`.`model` = 'Page' AND `I18n__alias`.`field` = 'alias' AND `I18n__alias`.`locale` = 'eng') INNER JOIN `campingisleverte`.`i18n` AS `I18n__meta_title` ON (`Page`.`id` = `I18n__meta_title`.`foreign_key` AND `I18n__meta_title`.`model` = 'Page' AND `I18n__meta_title`.`field` = 'meta_title' AND `I18n__meta_title`.`locale` = 'eng') INNER JOIN `campingisleverte`.`i18n` AS `I18n__meta_description` ON (`Page`.`id` = `I18n__meta_description`.`foreign_key` AND `I18n__meta_description`.`model` = 'Page' AND `I18n__meta_description`.`field` = 'meta_description' AND `I18n__meta_description`.`locale` = 'eng') LEFT JOIN `campingisleverte`.`layouts` AS `Layout` ON (`Page`.`layout_id` = `Layout`.`id`) WHERE (`I18n__alias`.`content`) = 'mentions-legales' AND `Page`.`active` = '1' AND `Page`.`home` = '0' LIMIT 1
0
0
2
2
SELECT `Page`.`meta_description` FROM `campingisleverte`.`pages` AS `Page` WHERE `Page`.`home` = '1' LIMIT 1
1
1
0
3
SELECT `Page`.`parent_id`, `Page`.`home`, `Page`.`specific_url`, (`I18n__name`.`content`) AS `Page__i18n_name`, (`I18n__alias`.`content`) AS `Page__i18n_alias`, `Page`.`id` FROM `campingisleverte`.`pages` AS `Page` INNER JOIN `campingisleverte`.`i18n` AS `I18n__name` ON (`Page`.`id` = `I18n__name`.`foreign_key` AND `I18n__name`.`model` = 'Page' AND `I18n__name`.`field` = 'name' AND `I18n__name`.`locale` = 'eng') INNER JOIN `campingisleverte`.`i18n` AS `I18n__alias` ON (`Page`.`id` = `I18n__alias`.`foreign_key` AND `I18n__alias`.`model` = 'Page' AND `I18n__alias`.`field` = 'alias' AND `I18n__alias`.`locale` = 'eng') LEFT JOIN `campingisleverte`.`layouts` AS `Layout` ON (`Page`.`layout_id` = `Layout`.`id`) WHERE `Page`.`active` = '1' AND `Page`.`menu` = '1' ORDER BY `Page`.`lft` ASC
30
30
0
4
SELECT `Page`.`lft`, `Page`.`rght` FROM `campingisleverte`.`pages` AS `Page` WHERE `Page`.`id` = '' LIMIT 1
0
0
0
5
SELECT `Page`.`lft`, `Page`.`rght` FROM `campingisleverte`.`pages` AS `Page` WHERE `Page`.`id` = '' LIMIT 1
0
0
0
6
SELECT `Page`.`specific_url`, `Page`.`home`, (`I18n__name`.`content`) AS `Page__i18n_name`, (`I18n__alias`.`content`) AS `Page__i18n_alias` FROM `campingisleverte`.`pages` AS `Page` INNER JOIN `campingisleverte`.`i18n` AS `I18n__name` ON (`Page`.`id` = `I18n__name`.`foreign_key` AND `I18n__name`.`model` = 'Page' AND `I18n__name`.`field` = 'name' AND `I18n__name`.`locale` = 'eng') INNER JOIN `campingisleverte`.`i18n` AS `I18n__alias` ON (`Page`.`id` = `I18n__alias`.`foreign_key` AND `I18n__alias`.`model` = 'Page' AND `I18n__alias`.`field` = 'alias' AND `I18n__alias`.`locale` = 'eng') WHERE ((`Page`.`menu` = '0') AND (`Page`.`active` = '1')) ORDER BY `Page`.`lft` ASC
7
7
0
7
SELECT `Partner`.`name`, `Partner`.`logo`, `Partner`.`url` FROM `campingisleverte`.`partners` AS `Partner` WHERE 1 = 1 ORDER BY `Partner`.`rang` ASC
5
5
0
8
SELECT `Partner`.`name`, `Partner`.`logo`, `Partner`.`url` FROM `campingisleverte`.`partners` AS `Partner` WHERE 1 = 1 ORDER BY `Partner`.`rang` ASC