Le template demandé est introuvable :
Stacktrace
Controller->checkTemplate(string)
└ called : /var/www/sav/.kernelite/Controller.php (line : 31)
Controller->render(string)
└ called : /var/www/sav/controllers/FormController.php (line : 9)
Form->pageForm(array)
└ called : /var/www/sav/.kernelite/Kernelite.php (line : 259)
Kernelite->processCall()
└ called : /var/www/sav/.kernelite/Kernelite.php (line : 131)
Kernelite->processQuery(array)
└ called : /var/www/sav/index.php (line : 23)
Controller.php
- }
28
-
29
- $this->processTemplateParameters($parameters);
30
- $this->includeTemplate = $this->checkTemplate($template);
31
- $this->templateParameters['queryTemplate'] = $this->includeTemplate;
32
- $this->templateParameters['base'] = $this->checkBaseTemplate($this->templateParameters['base']);
33
-
34
QueryParmeters
Controller.php - ligne 123
Kernelite→processQuery ► Kernelite→processCall ► Form→pageForm ► Controller→render ► Controller→checkTemplate ► KernelError→__construct ► include
<?php
array(7) {
["queryString"]=>
array(5) {
["raw"]=>
string(81) "QUERY_STRING=index.php&QUERY_STRING=en/universe/cosmetics/mb-miss-brodway-milano/"
["value"]=>
string(45) "en/universe/cosmetics/mb-miss-brodway-milano/"
["empty"]=>
bool(false)
["splited"]=>
array(5) {
[0]=>
string(2) "en"
[1]=>
string(8) "universe"
[2]=>
string(9) "cosmetics"
[3]=>
string(22) "mb-miss-brodway-milano"
[4]=>
string(0) ""
}
["parsed"]=>
array(1) {
[0]=>
string(45) "en/universe/cosmetics/mb-miss-brodway-milano/"
}
}
["files"]=>
array(0) {
}
["api"]=>
bool(false)
["session"]=>
array(0) {
}
["route"]=>
array(1) {
["url"]=>
string(3) "/en"
}
["input"]=>
array(0) {
}
["post"]=>
array(0) {
}
}
?>
DataManager
Controller.php - ligne 123
Kernelite→processQuery ► Kernelite→processCall ► Form→pageForm ► Controller→render ► Controller→checkTemplate ► KernelError→__construct ► include
<?php
array(1) {
[0]=>
array(4) {
["query"]=>
string(29) "SELECT * FROM priorite_ticket"
["callerStack"]=>
array(11) {
[0]=>
string(18) "DataManager::query"
[1]=>
string(20) "DataManager::findAll"
[2]=>
string(9) "{closure}"
[3]=>
string(12) "Events::emit"
[4]=>
string(43) "Controller::defineDefaultTemplateParameters"
[5]=>
string(30) "Controller::completeParameters"
[6]=>
string(37) "Controller::processTemplateParameters"
[7]=>
string(18) "Controller::render"
[8]=>
string(14) "Form::pageForm"
[9]=>
string(22) "Kernelite::processCall"
[10]=>
string(23) "Kernelite::processQuery"
}
["success"]=>
bool(true)
["error"]=>
string(0) ""
}
}
?>