Notice (8) : Undefined index: CurrentLang [APP/View/Layouts/default.ctp , line 19 ]Code Context <!--[if gt IE 8 ]> <!-->
< html class= "no-js" itemscope itemtype = "http://schema.org/Hotel"
lang="<?php echo Basics :: getHtmlLang ( $cms [ 'CurrentLang' ] ); ?> "> <!--<![endif]-->
$viewFile = '/home/messiniandiet/public_html/app/View/Layouts/default.ctp'
$dataForView = array(
'code' => (int) 500,
'name' => 'Class 'CmsAppController' not found',
'message' => 'Class 'CmsAppController' not found',
'url' => '/traxanas-tis-stigmis',
'error' => object(FatalErrorException) {
[protected] _attributes => array([maximum depth reached])
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Class 'CmsAppController' not found'
[protected] code => (int) 500
[protected] file => '/home/messiniandiet/public_html/app/Controller/AppController.php'
[protected] line => (int) 31
},
'_serialize' => array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
),
'content_for_layout' => '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Class 'CmsAppController' not found <br>
<strong>File: </strong>
/home/messiniandiet/public_html/app/Controller/AppController.php <br>
<strong>Line: </strong>
31</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
',
'scripts_for_layout' => '',
'title_for_layout' => 'Errors'
)
$code = (int) 500
$name = 'Class 'CmsAppController' not found'
$message = 'Class 'CmsAppController' not found'
$url = '/traxanas-tis-stigmis'
$error = object(FatalErrorException) {
[protected] _attributes => array()
[protected] _messageTemplate => ''
[protected] _responseHeaders => null
[protected] message => 'Class 'CmsAppController' not found'
[protected] code => (int) 500
[protected] file => '/home/messiniandiet/public_html/app/Controller/AppController.php'
[protected] line => (int) 31
}
$_serialize = array(
(int) 0 => 'code',
(int) 1 => 'name',
(int) 2 => 'message',
(int) 3 => 'url'
)
$content_for_layout = '<h2>Fatal Error</h2>
<p class="error">
<strong>Error: </strong>
Class 'CmsAppController' not found <br>
<strong>File: </strong>
/home/messiniandiet/public_html/app/Controller/AppController.php <br>
<strong>Line: </strong>
31</p>
<p class="notice">
<strong>Notice: </strong>
If you want to customize this error message, create app/View/Errors/fatal_error.ctp</p>
'
$scripts_for_layout = ''
$title_for_layout = 'Errors'
$parameters = array()
$cms = array(
'Data' => array(
'parameter_entries::fetchContent' => null
)
) include - APP/View/Layouts/default.ctp, line 19
View::_evaluate() - CORE/Cake/View/View.php, line 948
View::_render() - CORE/Cake/View/View.php, line 910
View::renderLayout() - CORE/Cake/View/View.php, line 542
View::render() - CORE/Cake/View/View.php, line 479
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 278
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 199
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 176
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 120
call_user_func - [internal], line ??
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 253
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 204
call_user_func - [internal], line ??
App::_checkFatalError() - CORE/Cake/Core/App.php, line 929
App::shutdown() - CORE/Cake/Core/App.php, line 902
[main] - [internal], line ?? el">
Warning (512) : Method HtmlHelper::schemaMeta does not exist [CORE/Cake/View/Helper.php , line 192 ]Code Context */
public function __call ( $method , $params ) {
trigger_error ( __d ( 'cake_dev' , 'Method %1$s::%2$s does not exist' , get_class ( $this ), $method ), E_USER_WARNING );
$method = 'schemaMeta'
$params = array(
(int) 0 => array(
'pagetitle' => null,
'logo' => 'https://www.messiniandiet.gr/img/logo.png'
)
)
$this = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s" %s>%s</a>',
'form' => '<form action="%s"%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s" %s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s" %s/>',
'file_no_model' => '<input type="file" name="%s" %s/>',
'submit' => '<input %s/>',
'submitimage' => '<input type="image" src="%s" %s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s" %s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s" %s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedScripts => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'compact',
(int) 1 => 'checked',
(int) 2 => 'declare',
(int) 3 => 'readonly',
(int) 4 => 'disabled',
(int) 5 => 'selected',
(int) 6 => 'defer',
(int) 7 => 'ismap',
(int) 8 => 'nohref',
(int) 9 => 'noshade',
(int) 10 => 'nowrap',
(int) 11 => 'multiple',
(int) 12 => 'noresize',
(int) 13 => 'autoplay',
(int) 14 => 'controls',
(int) 15 => 'loop',
(int) 16 => 'muted',
(int) 17 => 'required',
(int) 18 => 'novalidate',
(int) 19 => 'formnovalidate'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} Helper::__call() - CORE/Cake/View/Helper.php, line 192
HtmlHelper::schemaMeta() - APP/View/Elements/default_header.ctp, line 41
include - APP/View/Elements/default_header.ctp, line 41
View::_evaluate() - CORE/Cake/View/View.php, line 948
View::_render() - CORE/Cake/View/View.php, line 910
View::_renderElement() - CORE/Cake/View/View.php, line 1213
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Layouts/default.ctp, line 29
View::_evaluate() - CORE/Cake/View/View.php, line 948
View::_render() - CORE/Cake/View/View.php, line 910
View::renderLayout() - CORE/Cake/View/View.php, line 542
View::render() - CORE/Cake/View/View.php, line 479
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 278
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 199
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 176 Warning (512) : Method HtmlHelper::facebookMeta does not exist [CORE/Cake/View/Helper.php , line 192 ]Code Context */
public function __call ( $method , $params ) {
trigger_error ( __d ( 'cake_dev' , 'Method %1$s::%2$s does not exist' , get_class ( $this ), $method ), E_USER_WARNING );
$method = 'facebookMeta'
$params = array(
(int) 0 => array(
'pagetitle' => null
)
)
$this = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s" %s>%s</a>',
'form' => '<form action="%s"%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s" %s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s" %s/>',
'file_no_model' => '<input type="file" name="%s" %s/>',
'submit' => '<input %s/>',
'submitimage' => '<input type="image" src="%s" %s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s" %s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s" %s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedScripts => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'compact',
(int) 1 => 'checked',
(int) 2 => 'declare',
(int) 3 => 'readonly',
(int) 4 => 'disabled',
(int) 5 => 'selected',
(int) 6 => 'defer',
(int) 7 => 'ismap',
(int) 8 => 'nohref',
(int) 9 => 'noshade',
(int) 10 => 'nowrap',
(int) 11 => 'multiple',
(int) 12 => 'noresize',
(int) 13 => 'autoplay',
(int) 14 => 'controls',
(int) 15 => 'loop',
(int) 16 => 'muted',
(int) 17 => 'required',
(int) 18 => 'novalidate',
(int) 19 => 'formnovalidate'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} Helper::__call() - CORE/Cake/View/Helper.php, line 192
HtmlHelper::facebookMeta() - APP/View/Elements/default_header.ctp, line 56
include - APP/View/Elements/default_header.ctp, line 56
View::_evaluate() - CORE/Cake/View/View.php, line 948
View::_render() - CORE/Cake/View/View.php, line 910
View::_renderElement() - CORE/Cake/View/View.php, line 1213
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/Layouts/default.ctp, line 29
View::_evaluate() - CORE/Cake/View/View.php, line 948
View::_render() - CORE/Cake/View/View.php, line 910
View::renderLayout() - CORE/Cake/View/View.php, line 542
View::render() - CORE/Cake/View/View.php, line 479
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 278
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 199
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 176
Warning (512) : Method HtmlHelper::alternateLinkLanguages does not exist [CORE/Cake/View/Helper.php , line 192 ]Code Context */
public function __call ( $method , $params ) {
trigger_error ( __d ( 'cake_dev' , 'Method %1$s::%2$s does not exist' , get_class ( $this ), $method ), E_USER_WARNING );
$method = 'alternateLinkLanguages'
$params = array(
(int) 0 => null,
(int) 1 => null
)
$this = object(HtmlHelper) {
response => object(CakeResponse) {}
settings => array()
helpers => array()
theme => null
request => object(CakeRequest) {}
plugin => null
fieldset => array()
tags => array()
[protected] _tags => array(
'password' => '*****',
'meta' => '<meta%s/>',
'metalink' => '<link href="%s"%s/>',
'link' => '<a href="%s"%s>%s</a>',
'mailto' => '<a href="mailto:%s" %s>%s</a>',
'form' => '<form action="%s"%s>',
'formend' => '</form>',
'input' => '<input name="%s"%s/>',
'textarea' => '<textarea name="%s"%s>%s</textarea>',
'hidden' => '<input type="hidden" name="%s"%s/>',
'checkbox' => '<input type="checkbox" name="%s" %s/>',
'checkboxmultiple' => '<input type="checkbox" name="%s[]"%s />',
'radio' => '<input type="radio" name="%s" id="%s"%s />%s',
'selectstart' => '<select name="%s"%s>',
'selectmultiplestart' => '<select name="%s[]"%s>',
'selectempty' => '<option value=""%s> </option>',
'selectoption' => '<option value="%s"%s>%s</option>',
'selectend' => '</select>',
'optiongroup' => '<optgroup label="%s"%s>',
'optiongroupend' => '</optgroup>',
'checkboxmultiplestart' => '',
'checkboxmultipleend' => '',
'file' => '<input type="file" name="%s" %s/>',
'file_no_model' => '<input type="file" name="%s" %s/>',
'submit' => '<input %s/>',
'submitimage' => '<input type="image" src="%s" %s/>',
'button' => '<button%s>%s</button>',
'image' => '<img src="%s" %s/>',
'tableheader' => '<th%s>%s</th>',
'tableheaderrow' => '<tr%s>%s</tr>',
'tablecell' => '<td%s>%s</td>',
'tablerow' => '<tr%s>%s</tr>',
'block' => '<div%s>%s</div>',
'blockstart' => '<div%s>',
'blockend' => '</div>',
'hiddenblock' => '<div style="display:none;">%s</div>',
'tag' => '<%s%s>%s</%s>',
'tagstart' => '<%s%s>',
'tagend' => '</%s>',
'tagselfclosing' => '<%s%s/>',
'para' => '<p%s>%s</p>',
'parastart' => '<p%s>',
'label' => '<label for="%s"%s>%s</label>',
'fieldset' => '<fieldset%s>%s</fieldset>',
'fieldsetstart' => '<fieldset><legend>%s</legend>',
'fieldsetend' => '</fieldset>',
'legend' => '<legend>%s</legend>',
'css' => '<link rel="%s" type="text/css" href="%s" %s/>',
'style' => '<style type="text/css"%s>%s</style>',
'charset' => '<meta http-equiv="Content-Type" content="text/html; charset=%s" />',
'ul' => '<ul%s>%s</ul>',
'ol' => '<ol%s>%s</ol>',
'li' => '<li%s>%s</li>',
'error' => '<div%s>%s</div>',
'javascriptblock' => '<script%s>%s</script>',
'javascriptstart' => '<script>',
'javascriptlink' => '<script type="text/javascript" src="%s"%s></script>',
'javascriptend' => '</script>'
)
[protected] _crumbs => array()
[protected] _includedScripts => array()
[protected] _scriptBlockOptions => array()
[protected] _docTypes => array(
'html4-strict' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">',
'html4-trans' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
'html4-frame' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">',
'html5' => '<!DOCTYPE html>',
'xhtml-strict' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">',
'xhtml-trans' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'xhtml-frame' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">',
'xhtml11' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
)
[protected] _helperMap => array()
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(View) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'compact',
(int) 1 => 'checked',
(int) 2 => 'declare',
(int) 3 => 'readonly',
(int) 4 => 'disabled',
(int) 5 => 'selected',
(int) 6 => 'defer',
(int) 7 => 'ismap',
(int) 8 => 'nohref',
(int) 9 => 'noshade',
(int) 10 => 'nowrap',
(int) 11 => 'multiple',
(int) 12 => 'noresize',
(int) 13 => 'autoplay',
(int) 14 => 'controls',
(int) 15 => 'loop',
(int) 16 => 'muted',
(int) 17 => 'required',
(int) 18 => 'novalidate',
(int) 19 => 'formnovalidate'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
} Helper::__call() - CORE/Cake/View/Helper.php, line 192
HtmlHelper::alternateLinkLanguages() - APP/View/Layouts/default.ctp, line 51
include - APP/View/Layouts/default.ctp, line 51
View::_evaluate() - CORE/Cake/View/View.php, line 948
View::_render() - CORE/Cake/View/View.php, line 910
View::renderLayout() - CORE/Cake/View/View.php, line 542
View::render() - CORE/Cake/View/View.php, line 479
Controller::render() - CORE/Cake/Controller/Controller.php, line 954
ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 278
ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 199
ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 176
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 120
call_user_func - [internal], line ??
ErrorHandler::handleFatalError() - CORE/Cake/Error/ErrorHandler.php, line 253
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 204
call_user_func - [internal], line ??