Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/mondio32/public_html/app/View/Home/site_cadastro_clube.ctp',
(int) 1 => '<section id="page-title">
<div class="container clearfix">
<h1>Cadastre-se</h1>
<span>Torne-se um membro dessa família.</span>
</div>
</section><!-- #page-title end -->
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="text-center" style="font-size: 30px;">
<a>Formulário de cadastro de clube.</a>
</div>
<div class="text-center" style="font-size: 20px;">
<p>Essas informações serão utilizadas para cadastrar o seu clube.
<br><small>Você deseja se cadastrar como clube oficial de Mondioring Brasil?</small>
<br><small>Você precisa preencher o seguintes requisitos:
<br>TODOS OS REQUISITOS DEVEM ESTAR PREENCHIDOS DENTRO DO PRIMEIRO ANO DE VIDA DO CLUBE:</p>
- mínimo de 3 membros;
<br>- um responsável afiliado ao Mondioring Brasil;
<br>- endereço oficial;
<br>- 1 cão graduado;
<br>- 1 figurante homologado.
<p><br>* Após o cadastro, o conselho Mondioring Brasil irá realizar uma checagem para validar a existência do clube, caso cadastro falso, o clube será removido da plataforma.</small></p>
</div>
<div class="container text-center">
<div class="form-widget">
<div class="form-result">
</div>
<div class="row">
<div class="col-lg-12">
<form action="/Clubes/adicionar" class="row text-left" enctype="multipart/form-data" id="ClubesAdicionarForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Origem]" value="home" />
<div class="form-process">
<div class="css3-spinner">
<div class="css3-spinner-scaler"></div>
</div>
</div>
<div class="container text-center" style="font-size: 30px;">
<p>1. Dados do Clube</p>
</div>
<div class="col-12 form-group">
<label>Nome do Clube:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-trace').style.display = (document.getElementById('cakeErr6794795c48e1f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact(): Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c48e1f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-code').style.display = (document.getElementById('cakeErr6794795c48e1f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-context').style.display = (document.getElementById('cakeErr6794795c48e1f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c48e1f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c48e1f-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-trace').style.display = (document.getElementById('cakeErr6794795c48f80-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c48f80-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-code').style.display = (document.getElementById('cakeErr6794795c48f80-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-context').style.display = (document.getElementById('cakeErr6794795c48f80-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c48f80-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c48f80-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-trace').style.display = (document.getElementById('cakeErr6794795c4907c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4907c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-code').style.display = (document.getElementById('cakeErr6794795c4907c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-context').style.display = (document.getElementById('cakeErr6794795c4907c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4907c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4907c-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][nome]" class="form-control required" placeholder="Informe o nome do clube" maxlength="255" type="text" id="ClubeNome"/></div>
</div>
<div class="col-12 form-group">
<label>Nome da pessoa responsável pelo Clube:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-trace').style.display = (document.getElementById('cakeErr6794795c491cf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c491cf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-code').style.display = (document.getElementById('cakeErr6794795c491cf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-context').style.display = (document.getElementById('cakeErr6794795c491cf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c491cf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c491cf-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-trace').style.display = (document.getElementById('cakeErr6794795c492c1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c492c1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-code').style.display = (document.getElementById('cakeErr6794795c492c1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-context').style.display = (document.getElementById('cakeErr6794795c492c1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c492c1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c492c1-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-trace').style.display = (document.getElementById('cakeErr6794795c493ab-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c493ab-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-code').style.display = (document.getElementById('cakeErr6794795c493ab-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-context').style.display = (document.getElementById('cakeErr6794795c493ab-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c493ab-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c493ab-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][nome_responsavel]" class="form-control required" placeholder="Informe o nome do responsável do clube" maxlength="255" type="text" id="ClubeNomeResponsavel"/></div>
</div>
<div class="col-6 form-group">
<label>E-mail:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-trace').style.display = (document.getElementById('cakeErr6794795c494df-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c494df-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-code').style.display = (document.getElementById('cakeErr6794795c494df-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-context').style.display = (document.getElementById('cakeErr6794795c494df-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c494df-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c494df-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-trace').style.display = (document.getElementById('cakeErr6794795c495d2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c495d2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-code').style.display = (document.getElementById('cakeErr6794795c495d2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-context').style.display = (document.getElementById('cakeErr6794795c495d2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c495d2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c495d2-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-trace').style.display = (document.getElementById('cakeErr6794795c496bd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c496bd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-code').style.display = (document.getElementById('cakeErr6794795c496bd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-context').style.display = (document.getElementById('cakeErr6794795c496bd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c496bd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c496bd-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input email"><input name="data[Clube][email]" class="form-control required" placeholder="Informe o e-mail do clube" maxlength="255" type="email" id="ClubeEmail"/></div>
</div>
<div class="col-6 form-group">
<label>Telefone:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-trace').style.display = (document.getElementById('cakeErr6794795c497e8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c497e8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-code').style.display = (document.getElementById('cakeErr6794795c497e8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-context').style.display = (document.getElementById('cakeErr6794795c497e8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c497e8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c497e8-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-trace').style.display = (document.getElementById('cakeErr6794795c498e1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c498e1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-code').style.display = (document.getElementById('cakeErr6794795c498e1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-context').style.display = (document.getElementById('cakeErr6794795c498e1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c498e1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c498e1-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-trace').style.display = (document.getElementById('cakeErr6794795c499cf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c499cf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-code').style.display = (document.getElementById('cakeErr6794795c499cf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-context').style.display = (document.getElementById('cakeErr6794795c499cf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c499cf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c499cf-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][telefone]" class="form-control required maskedInput" placeholder="Informe o telefone do clube" data-mask="(99) 9999-[9]9999" maxlength="20" type="text" id="ClubeTelefone"/></div>
</div>
<div class="col-6 form-group">
<label>CEP:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-trace').style.display = (document.getElementById('cakeErr6794795c49afe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49afe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-code').style.display = (document.getElementById('cakeErr6794795c49afe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-context').style.display = (document.getElementById('cakeErr6794795c49afe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49afe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49afe-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-trace').style.display = (document.getElementById('cakeErr6794795c49be4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49be4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-code').style.display = (document.getElementById('cakeErr6794795c49be4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-context').style.display = (document.getElementById('cakeErr6794795c49be4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49be4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49be4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-trace').style.display = (document.getElementById('cakeErr6794795c49cd3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49cd3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-code').style.display = (document.getElementById('cakeErr6794795c49cd3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-context').style.display = (document.getElementById('cakeErr6794795c49cd3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49cd3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49cd3-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][cep]" class="form-control required maskedInput cepInputField" placeholder="Informe o CEP do clube" data-mask="99999-999" maxlength="20" type="text" id="ClubeCep"/></div>
</div>
<div class="col-12 form-group">
<label>Endereço:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-trace').style.display = (document.getElementById('cakeErr6794795c49dfb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49dfb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-code').style.display = (document.getElementById('cakeErr6794795c49dfb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-context').style.display = (document.getElementById('cakeErr6794795c49dfb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49dfb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49dfb-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-trace').style.display = (document.getElementById('cakeErr6794795c49ee4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49ee4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-code').style.display = (document.getElementById('cakeErr6794795c49ee4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-context').style.display = (document.getElementById('cakeErr6794795c49ee4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49ee4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49ee4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-trace').style.display = (document.getElementById('cakeErr6794795c49fc4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49fc4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-code').style.display = (document.getElementById('cakeErr6794795c49fc4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-context').style.display = (document.getElementById('cakeErr6794795c49fc4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49fc4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49fc4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][endereco]" class="form-control required ajaxNomeEndereco" placeholder="Informe o endereço do clube" maxlength="255" type="text" id="ClubeEndereco"/></div>
</div>
<div class="col-6 form-group">
<label>Bairro:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-trace').style.display = (document.getElementById('cakeErr6794795c4a107-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a107-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-code').style.display = (document.getElementById('cakeErr6794795c4a107-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-context').style.display = (document.getElementById('cakeErr6794795c4a107-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a107-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a107-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-trace').style.display = (document.getElementById('cakeErr6794795c4a1fa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a1fa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-code').style.display = (document.getElementById('cakeErr6794795c4a1fa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-context').style.display = (document.getElementById('cakeErr6794795c4a1fa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a1fa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a1fa-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-trace').style.display = (document.getElementById('cakeErr6794795c4a2e3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a2e3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-code').style.display = (document.getElementById('cakeErr6794795c4a2e3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-context').style.display = (document.getElementById('cakeErr6794795c4a2e3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a2e3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a2e3-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][bairro]" class="form-control required ajaxNomeBairro" placeholder="Informe o bairro do clube" maxlength="255" type="text" id="ClubeBairro"/></div>
</div>
<div class="col-6 form-group">
<label>Cidade:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-trace').style.display = (document.getElementById('cakeErr6794795c4a411-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a411-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-code').style.display = (document.getElementById('cakeErr6794795c4a411-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-context').style.display = (document.getElementById('cakeErr6794795c4a411-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a411-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a411-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-trace').style.display = (document.getElementById('cakeErr6794795c4a51f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a51f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-code').style.display = (document.getElementById('cakeErr6794795c4a51f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-context').style.display = (document.getElementById('cakeErr6794795c4a51f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a51f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a51f-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-trace').style.display = (document.getElementById('cakeErr6794795c4a60b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a60b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-code').style.display = (document.getElementById('cakeErr6794795c4a60b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-context').style.display = (document.getElementById('cakeErr6794795c4a60b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a60b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a60b-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][cidade]" class="form-control required ajaxNomeCidade" placeholder="Informe o cidade do clube" maxlength="255" type="text" id="ClubeCidade"/></div> </div>
<div class="col-6 form-group">
<label>Estado</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-trace').style.display = (document.getElementById('cakeErr6794795c4a72a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a72a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-code').style.display = (document.getElementById('cakeErr6794795c4a72a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-context').style.display = (document.getElementById('cakeErr6794795c4a72a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a72a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a72a-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-trace').style.display = (document.getElementById('cakeErr6794795c4a83e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a83e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-code').style.display = (document.getElementById('cakeErr6794795c4a83e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-context').style.display = (document.getElementById('cakeErr6794795c4a83e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a83e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a83e-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-trace').style.display = (document.getElementById('cakeErr6794795c4a94b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a94b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-code').style.display = (document.getElementById('cakeErr6794795c4a94b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-context').style.display = (document.getElementById('cakeErr6794795c4a94b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a94b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a94b-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input select"><select name="data[Clube][uf]" class="form-control required ajaxNomeUf" id="ClubeUf">
<option value="">Selecionar</option>
<option value="AC">Acre</option>
<option value="AL">Alagoas</option>
<option value="AP">Amapá</option>
<option value="AM">Amazonas</option>
<option value="BA">Bahia</option>
<option value="CE">Ceará</option>
<option value="DF">Distrito Federal</option>
<option value="ES">Espírito Santo</option>
<option value="GO">Goiás</option>
<option value="MA">Maranhão</option>
<option value="MT">Mato Grosso</option>
<option value="MS">Mato Grosso do Sul</option>
<option value="MG">Minas Gerais</option>
<option value="PA">Pará</option>
<option value="PB">Paraíba</option>
<option value="PR">Paraná</option>
<option value="PE">Pernambuco</option>
<option value="PI">Piauí</option>
<option value="RJ">Rio de Janeiro</option>
<option value="RN">Rio Grande do Norte</option>
<option value="RS">Rio Grande do Sul</option>
<option value="RO">Rondônia</option>
<option value="RR">Roraima</option>
<option value="SC">Santa Catarina</option>
<option value="SP">São Paulo</option>
<option value="SE">Sergipe</option>
<option value="TO">Tocantins</option>
</select></div> </div>
<div class="col-6 form-group">
<label>País</label>
<select class="form-control required" name="data[Clube][pais]" id="ClubePais">
<option value="Brasil">Brasil</option>
<option value="Outros">Outros</option>
</select>
</div>
<div class="col-6 form-group">
<label for="exampleFormControlFile1">Logo do Clube:</label>
<input type="file" class="form-control-file" name="data[Clube][logo]" id="ClubeLogo">
</div>
<div class="col-12">
<button type="submit" name="event-registration-submit" class="btn btn-secondary">Concluir cadastro</button>
</div>
<input type="hidden" name="prefix" value="event-registration-">
</div>
</div>
</div>
</div>
</div>
</section><!-- #content end -->'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/mondio32/public_html/app/View/Home/site_cadastro_clube.ctp',
(int) 1 => '<section id="page-title">
<div class="container clearfix">
<h1>Cadastre-se</h1>
<span>Torne-se um membro dessa família.</span>
</div>
</section><!-- #page-title end -->
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="text-center" style="font-size: 30px;">
<a>Formulário de cadastro de clube.</a>
</div>
<div class="text-center" style="font-size: 20px;">
<p>Essas informações serão utilizadas para cadastrar o seu clube.
<br><small>Você deseja se cadastrar como clube oficial de Mondioring Brasil?</small>
<br><small>Você precisa preencher o seguintes requisitos:
<br>TODOS OS REQUISITOS DEVEM ESTAR PREENCHIDOS DENTRO DO PRIMEIRO ANO DE VIDA DO CLUBE:</p>
- mínimo de 3 membros;
<br>- um responsável afiliado ao Mondioring Brasil;
<br>- endereço oficial;
<br>- 1 cão graduado;
<br>- 1 figurante homologado.
<p><br>* Após o cadastro, o conselho Mondioring Brasil irá realizar uma checagem para validar a existência do clube, caso cadastro falso, o clube será removido da plataforma.</small></p>
</div>
<div class="container text-center">
<div class="form-widget">
<div class="form-result">
</div>
<div class="row">
<div class="col-lg-12">
<form action="/Clubes/adicionar" class="row text-left" enctype="multipart/form-data" id="ClubesAdicionarForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Origem]" value="home" />
<div class="form-process">
<div class="css3-spinner">
<div class="css3-spinner-scaler"></div>
</div>
</div>
<div class="container text-center" style="font-size: 30px;">
<p>1. Dados do Clube</p>
</div>
<div class="col-12 form-group">
<label>Nome do Clube:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-trace').style.display = (document.getElementById('cakeErr6794795c48e1f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact(): Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c48e1f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-code').style.display = (document.getElementById('cakeErr6794795c48e1f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-context').style.display = (document.getElementById('cakeErr6794795c48e1f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c48e1f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c48e1f-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-trace').style.display = (document.getElementById('cakeErr6794795c48f80-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c48f80-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-code').style.display = (document.getElementById('cakeErr6794795c48f80-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-context').style.display = (document.getElementById('cakeErr6794795c48f80-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c48f80-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c48f80-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-trace').style.display = (document.getElementById('cakeErr6794795c4907c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4907c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-code').style.display = (document.getElementById('cakeErr6794795c4907c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-context').style.display = (document.getElementById('cakeErr6794795c4907c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4907c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4907c-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][nome]" class="form-control required" placeholder="Informe o nome do clube" maxlength="255" type="text" id="ClubeNome"/></div>
</div>
<div class="col-12 form-group">
<label>Nome da pessoa responsável pelo Clube:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-trace').style.display = (document.getElementById('cakeErr6794795c491cf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c491cf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-code').style.display = (document.getElementById('cakeErr6794795c491cf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-context').style.display = (document.getElementById('cakeErr6794795c491cf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c491cf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c491cf-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-trace').style.display = (document.getElementById('cakeErr6794795c492c1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c492c1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-code').style.display = (document.getElementById('cakeErr6794795c492c1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-context').style.display = (document.getElementById('cakeErr6794795c492c1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c492c1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c492c1-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-trace').style.display = (document.getElementById('cakeErr6794795c493ab-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c493ab-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-code').style.display = (document.getElementById('cakeErr6794795c493ab-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-context').style.display = (document.getElementById('cakeErr6794795c493ab-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c493ab-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c493ab-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][nome_responsavel]" class="form-control required" placeholder="Informe o nome do responsável do clube" maxlength="255" type="text" id="ClubeNomeResponsavel"/></div>
</div>
<div class="col-6 form-group">
<label>E-mail:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-trace').style.display = (document.getElementById('cakeErr6794795c494df-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c494df-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-code').style.display = (document.getElementById('cakeErr6794795c494df-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-context').style.display = (document.getElementById('cakeErr6794795c494df-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c494df-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c494df-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-trace').style.display = (document.getElementById('cakeErr6794795c495d2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c495d2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-code').style.display = (document.getElementById('cakeErr6794795c495d2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-context').style.display = (document.getElementById('cakeErr6794795c495d2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c495d2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c495d2-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-trace').style.display = (document.getElementById('cakeErr6794795c496bd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c496bd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-code').style.display = (document.getElementById('cakeErr6794795c496bd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-context').style.display = (document.getElementById('cakeErr6794795c496bd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c496bd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c496bd-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input email"><input name="data[Clube][email]" class="form-control required" placeholder="Informe o e-mail do clube" maxlength="255" type="email" id="ClubeEmail"/></div>
</div>
<div class="col-6 form-group">
<label>Telefone:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-trace').style.display = (document.getElementById('cakeErr6794795c497e8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c497e8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-code').style.display = (document.getElementById('cakeErr6794795c497e8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-context').style.display = (document.getElementById('cakeErr6794795c497e8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c497e8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c497e8-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-trace').style.display = (document.getElementById('cakeErr6794795c498e1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c498e1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-code').style.display = (document.getElementById('cakeErr6794795c498e1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-context').style.display = (document.getElementById('cakeErr6794795c498e1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c498e1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c498e1-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-trace').style.display = (document.getElementById('cakeErr6794795c499cf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c499cf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-code').style.display = (document.getElementById('cakeErr6794795c499cf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-context').style.display = (document.getElementById('cakeErr6794795c499cf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c499cf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c499cf-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][telefone]" class="form-control required maskedInput" placeholder="Informe o telefone do clube" data-mask="(99) 9999-[9]9999" maxlength="20" type="text" id="ClubeTelefone"/></div>
</div>
<div class="col-6 form-group">
<label>CEP:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-trace').style.display = (document.getElementById('cakeErr6794795c49afe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49afe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-code').style.display = (document.getElementById('cakeErr6794795c49afe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-context').style.display = (document.getElementById('cakeErr6794795c49afe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49afe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49afe-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-trace').style.display = (document.getElementById('cakeErr6794795c49be4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49be4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-code').style.display = (document.getElementById('cakeErr6794795c49be4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-context').style.display = (document.getElementById('cakeErr6794795c49be4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49be4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49be4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-trace').style.display = (document.getElementById('cakeErr6794795c49cd3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49cd3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-code').style.display = (document.getElementById('cakeErr6794795c49cd3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-context').style.display = (document.getElementById('cakeErr6794795c49cd3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49cd3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49cd3-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][cep]" class="form-control required maskedInput cepInputField" placeholder="Informe o CEP do clube" data-mask="99999-999" maxlength="20" type="text" id="ClubeCep"/></div>
</div>
<div class="col-12 form-group">
<label>Endereço:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-trace').style.display = (document.getElementById('cakeErr6794795c49dfb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49dfb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-code').style.display = (document.getElementById('cakeErr6794795c49dfb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-context').style.display = (document.getElementById('cakeErr6794795c49dfb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49dfb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49dfb-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-trace').style.display = (document.getElementById('cakeErr6794795c49ee4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49ee4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-code').style.display = (document.getElementById('cakeErr6794795c49ee4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-context').style.display = (document.getElementById('cakeErr6794795c49ee4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49ee4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49ee4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-trace').style.display = (document.getElementById('cakeErr6794795c49fc4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49fc4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-code').style.display = (document.getElementById('cakeErr6794795c49fc4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-context').style.display = (document.getElementById('cakeErr6794795c49fc4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49fc4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49fc4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][endereco]" class="form-control required ajaxNomeEndereco" placeholder="Informe o endereço do clube" maxlength="255" type="text" id="ClubeEndereco"/></div>
</div>
<div class="col-6 form-group">
<label>Bairro:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-trace').style.display = (document.getElementById('cakeErr6794795c4a107-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a107-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-code').style.display = (document.getElementById('cakeErr6794795c4a107-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-context').style.display = (document.getElementById('cakeErr6794795c4a107-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a107-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a107-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-trace').style.display = (document.getElementById('cakeErr6794795c4a1fa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a1fa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-code').style.display = (document.getElementById('cakeErr6794795c4a1fa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-context').style.display = (document.getElementById('cakeErr6794795c4a1fa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a1fa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a1fa-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-trace').style.display = (document.getElementById('cakeErr6794795c4a2e3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a2e3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-code').style.display = (document.getElementById('cakeErr6794795c4a2e3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-context').style.display = (document.getElementById('cakeErr6794795c4a2e3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a2e3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a2e3-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][bairro]" class="form-control required ajaxNomeBairro" placeholder="Informe o bairro do clube" maxlength="255" type="text" id="ClubeBairro"/></div>
</div>
<div class="col-6 form-group">
<label>Cidade:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-trace').style.display = (document.getElementById('cakeErr6794795c4a411-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a411-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-code').style.display = (document.getElementById('cakeErr6794795c4a411-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-context').style.display = (document.getElementById('cakeErr6794795c4a411-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a411-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a411-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-trace').style.display = (document.getElementById('cakeErr6794795c4a51f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a51f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-code').style.display = (document.getElementById('cakeErr6794795c4a51f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-context').style.display = (document.getElementById('cakeErr6794795c4a51f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a51f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a51f-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-trace').style.display = (document.getElementById('cakeErr6794795c4a60b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a60b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-code').style.display = (document.getElementById('cakeErr6794795c4a60b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-context').style.display = (document.getElementById('cakeErr6794795c4a60b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a60b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a60b-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][cidade]" class="form-control required ajaxNomeCidade" placeholder="Informe o cidade do clube" maxlength="255" type="text" id="ClubeCidade"/></div> </div>
<div class="col-6 form-group">
<label>Estado</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-trace').style.display = (document.getElementById('cakeErr6794795c4a72a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a72a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-code').style.display = (document.getElementById('cakeErr6794795c4a72a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-context').style.display = (document.getElementById('cakeErr6794795c4a72a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a72a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a72a-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-trace').style.display = (document.getElementById('cakeErr6794795c4a83e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a83e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-code').style.display = (document.getElementById('cakeErr6794795c4a83e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-context').style.display = (document.getElementById('cakeErr6794795c4a83e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a83e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a83e-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-trace').style.display = (document.getElementById('cakeErr6794795c4a94b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a94b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-code').style.display = (document.getElementById('cakeErr6794795c4a94b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-context').style.display = (document.getElementById('cakeErr6794795c4a94b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a94b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a94b-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input select"><select name="data[Clube][uf]" class="form-control required ajaxNomeUf" id="ClubeUf">
<option value="">Selecionar</option>
<option value="AC">Acre</option>
<option value="AL">Alagoas</option>
<option value="AP">Amapá</option>
<option value="AM">Amazonas</option>
<option value="BA">Bahia</option>
<option value="CE">Ceará</option>
<option value="DF">Distrito Federal</option>
<option value="ES">Espírito Santo</option>
<option value="GO">Goiás</option>
<option value="MA">Maranhão</option>
<option value="MT">Mato Grosso</option>
<option value="MS">Mato Grosso do Sul</option>
<option value="MG">Minas Gerais</option>
<option value="PA">Pará</option>
<option value="PB">Paraíba</option>
<option value="PR">Paraná</option>
<option value="PE">Pernambuco</option>
<option value="PI">Piauí</option>
<option value="RJ">Rio de Janeiro</option>
<option value="RN">Rio Grande do Norte</option>
<option value="RS">Rio Grande do Sul</option>
<option value="RO">Rondônia</option>
<option value="RR">Roraima</option>
<option value="SC">Santa Catarina</option>
<option value="SP">São Paulo</option>
<option value="SE">Sergipe</option>
<option value="TO">Tocantins</option>
</select></div> </div>
<div class="col-6 form-group">
<label>País</label>
<select class="form-control required" name="data[Clube][pais]" id="ClubePais">
<option value="Brasil">Brasil</option>
<option value="Outros">Outros</option>
</select>
</div>
<div class="col-6 form-group">
<label for="exampleFormControlFile1">Logo do Clube:</label>
<input type="file" class="form-control-file" name="data[Clube][logo]" id="ClubeLogo">
</div>
<div class="col-12">
<button type="submit" name="event-registration-submit" class="btn btn-secondary">Concluir cadastro</button>
</div>
<input type="hidden" name="prefix" value="event-registration-">
</div>
</div>
</div>
</div>
</div>
</section><!-- #content end -->'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Flash',
(int) 1 => 'Form'
)
$result = null
$name = 'Flash'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/mondio32/public_html/app/View/Home/site_cadastro_clube.ctp',
(int) 1 => '<section id="page-title">
<div class="container clearfix">
<h1>Cadastre-se</h1>
<span>Torne-se um membro dessa família.</span>
</div>
</section><!-- #page-title end -->
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="text-center" style="font-size: 30px;">
<a>Formulário de cadastro de clube.</a>
</div>
<div class="text-center" style="font-size: 20px;">
<p>Essas informações serão utilizadas para cadastrar o seu clube.
<br><small>Você deseja se cadastrar como clube oficial de Mondioring Brasil?</small>
<br><small>Você precisa preencher o seguintes requisitos:
<br>TODOS OS REQUISITOS DEVEM ESTAR PREENCHIDOS DENTRO DO PRIMEIRO ANO DE VIDA DO CLUBE:</p>
- mínimo de 3 membros;
<br>- um responsável afiliado ao Mondioring Brasil;
<br>- endereço oficial;
<br>- 1 cão graduado;
<br>- 1 figurante homologado.
<p><br>* Após o cadastro, o conselho Mondioring Brasil irá realizar uma checagem para validar a existência do clube, caso cadastro falso, o clube será removido da plataforma.</small></p>
</div>
<div class="container text-center">
<div class="form-widget">
<div class="form-result">
</div>
<div class="row">
<div class="col-lg-12">
<form action="/Clubes/adicionar" class="row text-left" enctype="multipart/form-data" id="ClubesAdicionarForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Origem]" value="home" />
<div class="form-process">
<div class="css3-spinner">
<div class="css3-spinner-scaler"></div>
</div>
</div>
<div class="container text-center" style="font-size: 30px;">
<p>1. Dados do Clube</p>
</div>
<div class="col-12 form-group">
<label>Nome do Clube:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-trace').style.display = (document.getElementById('cakeErr6794795c48e1f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact(): Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c48e1f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-code').style.display = (document.getElementById('cakeErr6794795c48e1f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-context').style.display = (document.getElementById('cakeErr6794795c48e1f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c48e1f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c48e1f-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-trace').style.display = (document.getElementById('cakeErr6794795c48f80-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c48f80-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-code').style.display = (document.getElementById('cakeErr6794795c48f80-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-context').style.display = (document.getElementById('cakeErr6794795c48f80-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c48f80-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c48f80-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-trace').style.display = (document.getElementById('cakeErr6794795c4907c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4907c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-code').style.display = (document.getElementById('cakeErr6794795c4907c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-context').style.display = (document.getElementById('cakeErr6794795c4907c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4907c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4907c-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][nome]" class="form-control required" placeholder="Informe o nome do clube" maxlength="255" type="text" id="ClubeNome"/></div>
</div>
<div class="col-12 form-group">
<label>Nome da pessoa responsável pelo Clube:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-trace').style.display = (document.getElementById('cakeErr6794795c491cf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c491cf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-code').style.display = (document.getElementById('cakeErr6794795c491cf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-context').style.display = (document.getElementById('cakeErr6794795c491cf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c491cf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c491cf-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-trace').style.display = (document.getElementById('cakeErr6794795c492c1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c492c1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-code').style.display = (document.getElementById('cakeErr6794795c492c1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-context').style.display = (document.getElementById('cakeErr6794795c492c1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c492c1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c492c1-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-trace').style.display = (document.getElementById('cakeErr6794795c493ab-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c493ab-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-code').style.display = (document.getElementById('cakeErr6794795c493ab-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-context').style.display = (document.getElementById('cakeErr6794795c493ab-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c493ab-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c493ab-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][nome_responsavel]" class="form-control required" placeholder="Informe o nome do responsável do clube" maxlength="255" type="text" id="ClubeNomeResponsavel"/></div>
</div>
<div class="col-6 form-group">
<label>E-mail:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-trace').style.display = (document.getElementById('cakeErr6794795c494df-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c494df-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-code').style.display = (document.getElementById('cakeErr6794795c494df-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-context').style.display = (document.getElementById('cakeErr6794795c494df-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c494df-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c494df-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-trace').style.display = (document.getElementById('cakeErr6794795c495d2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c495d2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-code').style.display = (document.getElementById('cakeErr6794795c495d2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-context').style.display = (document.getElementById('cakeErr6794795c495d2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c495d2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c495d2-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-trace').style.display = (document.getElementById('cakeErr6794795c496bd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c496bd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-code').style.display = (document.getElementById('cakeErr6794795c496bd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-context').style.display = (document.getElementById('cakeErr6794795c496bd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c496bd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c496bd-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input email"><input name="data[Clube][email]" class="form-control required" placeholder="Informe o e-mail do clube" maxlength="255" type="email" id="ClubeEmail"/></div>
</div>
<div class="col-6 form-group">
<label>Telefone:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-trace').style.display = (document.getElementById('cakeErr6794795c497e8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c497e8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-code').style.display = (document.getElementById('cakeErr6794795c497e8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-context').style.display = (document.getElementById('cakeErr6794795c497e8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c497e8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c497e8-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-trace').style.display = (document.getElementById('cakeErr6794795c498e1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c498e1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-code').style.display = (document.getElementById('cakeErr6794795c498e1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-context').style.display = (document.getElementById('cakeErr6794795c498e1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c498e1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c498e1-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-trace').style.display = (document.getElementById('cakeErr6794795c499cf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c499cf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-code').style.display = (document.getElementById('cakeErr6794795c499cf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-context').style.display = (document.getElementById('cakeErr6794795c499cf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c499cf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c499cf-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][telefone]" class="form-control required maskedInput" placeholder="Informe o telefone do clube" data-mask="(99) 9999-[9]9999" maxlength="20" type="text" id="ClubeTelefone"/></div>
</div>
<div class="col-6 form-group">
<label>CEP:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-trace').style.display = (document.getElementById('cakeErr6794795c49afe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49afe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-code').style.display = (document.getElementById('cakeErr6794795c49afe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-context').style.display = (document.getElementById('cakeErr6794795c49afe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49afe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49afe-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-trace').style.display = (document.getElementById('cakeErr6794795c49be4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49be4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-code').style.display = (document.getElementById('cakeErr6794795c49be4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-context').style.display = (document.getElementById('cakeErr6794795c49be4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49be4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49be4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-trace').style.display = (document.getElementById('cakeErr6794795c49cd3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49cd3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-code').style.display = (document.getElementById('cakeErr6794795c49cd3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-context').style.display = (document.getElementById('cakeErr6794795c49cd3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49cd3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49cd3-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][cep]" class="form-control required maskedInput cepInputField" placeholder="Informe o CEP do clube" data-mask="99999-999" maxlength="20" type="text" id="ClubeCep"/></div>
</div>
<div class="col-12 form-group">
<label>Endereço:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-trace').style.display = (document.getElementById('cakeErr6794795c49dfb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49dfb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-code').style.display = (document.getElementById('cakeErr6794795c49dfb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-context').style.display = (document.getElementById('cakeErr6794795c49dfb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49dfb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49dfb-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-trace').style.display = (document.getElementById('cakeErr6794795c49ee4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49ee4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-code').style.display = (document.getElementById('cakeErr6794795c49ee4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-context').style.display = (document.getElementById('cakeErr6794795c49ee4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49ee4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49ee4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-trace').style.display = (document.getElementById('cakeErr6794795c49fc4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49fc4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-code').style.display = (document.getElementById('cakeErr6794795c49fc4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-context').style.display = (document.getElementById('cakeErr6794795c49fc4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49fc4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49fc4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][endereco]" class="form-control required ajaxNomeEndereco" placeholder="Informe o endereço do clube" maxlength="255" type="text" id="ClubeEndereco"/></div>
</div>
<div class="col-6 form-group">
<label>Bairro:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-trace').style.display = (document.getElementById('cakeErr6794795c4a107-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a107-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-code').style.display = (document.getElementById('cakeErr6794795c4a107-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-context').style.display = (document.getElementById('cakeErr6794795c4a107-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a107-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a107-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-trace').style.display = (document.getElementById('cakeErr6794795c4a1fa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a1fa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-code').style.display = (document.getElementById('cakeErr6794795c4a1fa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-context').style.display = (document.getElementById('cakeErr6794795c4a1fa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a1fa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a1fa-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-trace').style.display = (document.getElementById('cakeErr6794795c4a2e3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a2e3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-code').style.display = (document.getElementById('cakeErr6794795c4a2e3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-context').style.display = (document.getElementById('cakeErr6794795c4a2e3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a2e3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a2e3-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][bairro]" class="form-control required ajaxNomeBairro" placeholder="Informe o bairro do clube" maxlength="255" type="text" id="ClubeBairro"/></div>
</div>
<div class="col-6 form-group">
<label>Cidade:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-trace').style.display = (document.getElementById('cakeErr6794795c4a411-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a411-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-code').style.display = (document.getElementById('cakeErr6794795c4a411-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-context').style.display = (document.getElementById('cakeErr6794795c4a411-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a411-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a411-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-trace').style.display = (document.getElementById('cakeErr6794795c4a51f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a51f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-code').style.display = (document.getElementById('cakeErr6794795c4a51f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-context').style.display = (document.getElementById('cakeErr6794795c4a51f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a51f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a51f-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-trace').style.display = (document.getElementById('cakeErr6794795c4a60b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a60b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-code').style.display = (document.getElementById('cakeErr6794795c4a60b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-context').style.display = (document.getElementById('cakeErr6794795c4a60b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a60b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a60b-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][cidade]" class="form-control required ajaxNomeCidade" placeholder="Informe o cidade do clube" maxlength="255" type="text" id="ClubeCidade"/></div> </div>
<div class="col-6 form-group">
<label>Estado</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-trace').style.display = (document.getElementById('cakeErr6794795c4a72a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a72a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-code').style.display = (document.getElementById('cakeErr6794795c4a72a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-context').style.display = (document.getElementById('cakeErr6794795c4a72a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a72a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a72a-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-trace').style.display = (document.getElementById('cakeErr6794795c4a83e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a83e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-code').style.display = (document.getElementById('cakeErr6794795c4a83e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-context').style.display = (document.getElementById('cakeErr6794795c4a83e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a83e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a83e-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-trace').style.display = (document.getElementById('cakeErr6794795c4a94b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a94b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-code').style.display = (document.getElementById('cakeErr6794795c4a94b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-context').style.display = (document.getElementById('cakeErr6794795c4a94b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a94b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a94b-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input select"><select name="data[Clube][uf]" class="form-control required ajaxNomeUf" id="ClubeUf">
<option value="">Selecionar</option>
<option value="AC">Acre</option>
<option value="AL">Alagoas</option>
<option value="AP">Amapá</option>
<option value="AM">Amazonas</option>
<option value="BA">Bahia</option>
<option value="CE">Ceará</option>
<option value="DF">Distrito Federal</option>
<option value="ES">Espírito Santo</option>
<option value="GO">Goiás</option>
<option value="MA">Maranhão</option>
<option value="MT">Mato Grosso</option>
<option value="MS">Mato Grosso do Sul</option>
<option value="MG">Minas Gerais</option>
<option value="PA">Pará</option>
<option value="PB">Paraíba</option>
<option value="PR">Paraná</option>
<option value="PE">Pernambuco</option>
<option value="PI">Piauí</option>
<option value="RJ">Rio de Janeiro</option>
<option value="RN">Rio Grande do Norte</option>
<option value="RS">Rio Grande do Sul</option>
<option value="RO">Rondônia</option>
<option value="RR">Roraima</option>
<option value="SC">Santa Catarina</option>
<option value="SP">São Paulo</option>
<option value="SE">Sergipe</option>
<option value="TO">Tocantins</option>
</select></div> </div>
<div class="col-6 form-group">
<label>País</label>
<select class="form-control required" name="data[Clube][pais]" id="ClubePais">
<option value="Brasil">Brasil</option>
<option value="Outros">Outros</option>
</select>
</div>
<div class="col-6 form-group">
<label for="exampleFormControlFile1">Logo do Clube:</label>
<input type="file" class="form-control-file" name="data[Clube][logo]" id="ClubeLogo">
</div>
<div class="col-12">
<button type="submit" name="event-registration-submit" class="btn btn-secondary">Concluir cadastro</button>
</div>
<input type="hidden" name="prefix" value="event-registration-">
</div>
</div>
</div>
</div>
</div>
</section><!-- #content end -->'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/mondio32/public_html/app/View/Home/site_cadastro_clube.ctp',
(int) 1 => '<section id="page-title">
<div class="container clearfix">
<h1>Cadastre-se</h1>
<span>Torne-se um membro dessa família.</span>
</div>
</section><!-- #page-title end -->
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="text-center" style="font-size: 30px;">
<a>Formulário de cadastro de clube.</a>
</div>
<div class="text-center" style="font-size: 20px;">
<p>Essas informações serão utilizadas para cadastrar o seu clube.
<br><small>Você deseja se cadastrar como clube oficial de Mondioring Brasil?</small>
<br><small>Você precisa preencher o seguintes requisitos:
<br>TODOS OS REQUISITOS DEVEM ESTAR PREENCHIDOS DENTRO DO PRIMEIRO ANO DE VIDA DO CLUBE:</p>
- mínimo de 3 membros;
<br>- um responsável afiliado ao Mondioring Brasil;
<br>- endereço oficial;
<br>- 1 cão graduado;
<br>- 1 figurante homologado.
<p><br>* Após o cadastro, o conselho Mondioring Brasil irá realizar uma checagem para validar a existência do clube, caso cadastro falso, o clube será removido da plataforma.</small></p>
</div>
<div class="container text-center">
<div class="form-widget">
<div class="form-result">
</div>
<div class="row">
<div class="col-lg-12">
<form action="/Clubes/adicionar" class="row text-left" enctype="multipart/form-data" id="ClubesAdicionarForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Origem]" value="home" />
<div class="form-process">
<div class="css3-spinner">
<div class="css3-spinner-scaler"></div>
</div>
</div>
<div class="container text-center" style="font-size: 30px;">
<p>1. Dados do Clube</p>
</div>
<div class="col-12 form-group">
<label>Nome do Clube:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-trace').style.display = (document.getElementById('cakeErr6794795c48e1f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact(): Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c48e1f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-code').style.display = (document.getElementById('cakeErr6794795c48e1f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-context').style.display = (document.getElementById('cakeErr6794795c48e1f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c48e1f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c48e1f-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-trace').style.display = (document.getElementById('cakeErr6794795c48f80-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c48f80-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-code').style.display = (document.getElementById('cakeErr6794795c48f80-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-context').style.display = (document.getElementById('cakeErr6794795c48f80-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c48f80-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c48f80-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-trace').style.display = (document.getElementById('cakeErr6794795c4907c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4907c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-code').style.display = (document.getElementById('cakeErr6794795c4907c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-context').style.display = (document.getElementById('cakeErr6794795c4907c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4907c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4907c-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][nome]" class="form-control required" placeholder="Informe o nome do clube" maxlength="255" type="text" id="ClubeNome"/></div>
</div>
<div class="col-12 form-group">
<label>Nome da pessoa responsável pelo Clube:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-trace').style.display = (document.getElementById('cakeErr6794795c491cf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c491cf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-code').style.display = (document.getElementById('cakeErr6794795c491cf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-context').style.display = (document.getElementById('cakeErr6794795c491cf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c491cf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c491cf-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-trace').style.display = (document.getElementById('cakeErr6794795c492c1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c492c1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-code').style.display = (document.getElementById('cakeErr6794795c492c1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-context').style.display = (document.getElementById('cakeErr6794795c492c1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c492c1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c492c1-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-trace').style.display = (document.getElementById('cakeErr6794795c493ab-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c493ab-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-code').style.display = (document.getElementById('cakeErr6794795c493ab-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-context').style.display = (document.getElementById('cakeErr6794795c493ab-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c493ab-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c493ab-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][nome_responsavel]" class="form-control required" placeholder="Informe o nome do responsável do clube" maxlength="255" type="text" id="ClubeNomeResponsavel"/></div>
</div>
<div class="col-6 form-group">
<label>E-mail:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-trace').style.display = (document.getElementById('cakeErr6794795c494df-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c494df-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-code').style.display = (document.getElementById('cakeErr6794795c494df-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-context').style.display = (document.getElementById('cakeErr6794795c494df-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c494df-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c494df-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-trace').style.display = (document.getElementById('cakeErr6794795c495d2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c495d2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-code').style.display = (document.getElementById('cakeErr6794795c495d2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-context').style.display = (document.getElementById('cakeErr6794795c495d2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c495d2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c495d2-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-trace').style.display = (document.getElementById('cakeErr6794795c496bd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c496bd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-code').style.display = (document.getElementById('cakeErr6794795c496bd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-context').style.display = (document.getElementById('cakeErr6794795c496bd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c496bd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c496bd-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input email"><input name="data[Clube][email]" class="form-control required" placeholder="Informe o e-mail do clube" maxlength="255" type="email" id="ClubeEmail"/></div>
</div>
<div class="col-6 form-group">
<label>Telefone:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-trace').style.display = (document.getElementById('cakeErr6794795c497e8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c497e8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-code').style.display = (document.getElementById('cakeErr6794795c497e8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-context').style.display = (document.getElementById('cakeErr6794795c497e8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c497e8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c497e8-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-trace').style.display = (document.getElementById('cakeErr6794795c498e1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c498e1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-code').style.display = (document.getElementById('cakeErr6794795c498e1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-context').style.display = (document.getElementById('cakeErr6794795c498e1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c498e1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c498e1-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-trace').style.display = (document.getElementById('cakeErr6794795c499cf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c499cf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-code').style.display = (document.getElementById('cakeErr6794795c499cf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-context').style.display = (document.getElementById('cakeErr6794795c499cf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c499cf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c499cf-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][telefone]" class="form-control required maskedInput" placeholder="Informe o telefone do clube" data-mask="(99) 9999-[9]9999" maxlength="20" type="text" id="ClubeTelefone"/></div>
</div>
<div class="col-6 form-group">
<label>CEP:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-trace').style.display = (document.getElementById('cakeErr6794795c49afe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49afe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-code').style.display = (document.getElementById('cakeErr6794795c49afe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-context').style.display = (document.getElementById('cakeErr6794795c49afe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49afe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49afe-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-trace').style.display = (document.getElementById('cakeErr6794795c49be4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49be4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-code').style.display = (document.getElementById('cakeErr6794795c49be4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-context').style.display = (document.getElementById('cakeErr6794795c49be4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49be4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49be4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-trace').style.display = (document.getElementById('cakeErr6794795c49cd3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49cd3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-code').style.display = (document.getElementById('cakeErr6794795c49cd3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-context').style.display = (document.getElementById('cakeErr6794795c49cd3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49cd3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49cd3-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][cep]" class="form-control required maskedInput cepInputField" placeholder="Informe o CEP do clube" data-mask="99999-999" maxlength="20" type="text" id="ClubeCep"/></div>
</div>
<div class="col-12 form-group">
<label>Endereço:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-trace').style.display = (document.getElementById('cakeErr6794795c49dfb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49dfb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-code').style.display = (document.getElementById('cakeErr6794795c49dfb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-context').style.display = (document.getElementById('cakeErr6794795c49dfb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49dfb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49dfb-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-trace').style.display = (document.getElementById('cakeErr6794795c49ee4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49ee4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-code').style.display = (document.getElementById('cakeErr6794795c49ee4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-context').style.display = (document.getElementById('cakeErr6794795c49ee4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49ee4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49ee4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-trace').style.display = (document.getElementById('cakeErr6794795c49fc4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49fc4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-code').style.display = (document.getElementById('cakeErr6794795c49fc4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-context').style.display = (document.getElementById('cakeErr6794795c49fc4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49fc4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49fc4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][endereco]" class="form-control required ajaxNomeEndereco" placeholder="Informe o endereço do clube" maxlength="255" type="text" id="ClubeEndereco"/></div>
</div>
<div class="col-6 form-group">
<label>Bairro:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-trace').style.display = (document.getElementById('cakeErr6794795c4a107-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a107-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-code').style.display = (document.getElementById('cakeErr6794795c4a107-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-context').style.display = (document.getElementById('cakeErr6794795c4a107-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a107-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a107-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-trace').style.display = (document.getElementById('cakeErr6794795c4a1fa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a1fa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-code').style.display = (document.getElementById('cakeErr6794795c4a1fa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-context').style.display = (document.getElementById('cakeErr6794795c4a1fa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a1fa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a1fa-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-trace').style.display = (document.getElementById('cakeErr6794795c4a2e3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a2e3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-code').style.display = (document.getElementById('cakeErr6794795c4a2e3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-context').style.display = (document.getElementById('cakeErr6794795c4a2e3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a2e3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a2e3-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][bairro]" class="form-control required ajaxNomeBairro" placeholder="Informe o bairro do clube" maxlength="255" type="text" id="ClubeBairro"/></div>
</div>
<div class="col-6 form-group">
<label>Cidade:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-trace').style.display = (document.getElementById('cakeErr6794795c4a411-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a411-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-code').style.display = (document.getElementById('cakeErr6794795c4a411-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-context').style.display = (document.getElementById('cakeErr6794795c4a411-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a411-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a411-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-trace').style.display = (document.getElementById('cakeErr6794795c4a51f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a51f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-code').style.display = (document.getElementById('cakeErr6794795c4a51f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-context').style.display = (document.getElementById('cakeErr6794795c4a51f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a51f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a51f-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-trace').style.display = (document.getElementById('cakeErr6794795c4a60b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a60b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-code').style.display = (document.getElementById('cakeErr6794795c4a60b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-context').style.display = (document.getElementById('cakeErr6794795c4a60b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a60b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a60b-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][cidade]" class="form-control required ajaxNomeCidade" placeholder="Informe o cidade do clube" maxlength="255" type="text" id="ClubeCidade"/></div> </div>
<div class="col-6 form-group">
<label>Estado</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-trace').style.display = (document.getElementById('cakeErr6794795c4a72a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a72a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-code').style.display = (document.getElementById('cakeErr6794795c4a72a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-context').style.display = (document.getElementById('cakeErr6794795c4a72a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a72a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a72a-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-trace').style.display = (document.getElementById('cakeErr6794795c4a83e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a83e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-code').style.display = (document.getElementById('cakeErr6794795c4a83e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-context').style.display = (document.getElementById('cakeErr6794795c4a83e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a83e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a83e-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-trace').style.display = (document.getElementById('cakeErr6794795c4a94b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a94b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-code').style.display = (document.getElementById('cakeErr6794795c4a94b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-context').style.display = (document.getElementById('cakeErr6794795c4a94b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a94b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a94b-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input select"><select name="data[Clube][uf]" class="form-control required ajaxNomeUf" id="ClubeUf">
<option value="">Selecionar</option>
<option value="AC">Acre</option>
<option value="AL">Alagoas</option>
<option value="AP">Amapá</option>
<option value="AM">Amazonas</option>
<option value="BA">Bahia</option>
<option value="CE">Ceará</option>
<option value="DF">Distrito Federal</option>
<option value="ES">Espírito Santo</option>
<option value="GO">Goiás</option>
<option value="MA">Maranhão</option>
<option value="MT">Mato Grosso</option>
<option value="MS">Mato Grosso do Sul</option>
<option value="MG">Minas Gerais</option>
<option value="PA">Pará</option>
<option value="PB">Paraíba</option>
<option value="PR">Paraná</option>
<option value="PE">Pernambuco</option>
<option value="PI">Piauí</option>
<option value="RJ">Rio de Janeiro</option>
<option value="RN">Rio Grande do Norte</option>
<option value="RS">Rio Grande do Sul</option>
<option value="RO">Rondônia</option>
<option value="RR">Roraima</option>
<option value="SC">Santa Catarina</option>
<option value="SP">São Paulo</option>
<option value="SE">Sergipe</option>
<option value="TO">Tocantins</option>
</select></div> </div>
<div class="col-6 form-group">
<label>País</label>
<select class="form-control required" name="data[Clube][pais]" id="ClubePais">
<option value="Brasil">Brasil</option>
<option value="Outros">Outros</option>
</select>
</div>
<div class="col-6 form-group">
<label for="exampleFormControlFile1">Logo do Clube:</label>
<input type="file" class="form-control-file" name="data[Clube][logo]" id="ClubeLogo">
</div>
<div class="col-12">
<button type="submit" name="event-registration-submit" class="btn btn-secondary">Concluir cadastro</button>
</div>
<input type="hidden" name="prefix" value="event-registration-">
</div>
</div>
</div>
</div>
</div>
</section><!-- #content end -->'
)
result => null
modParams => (int) 1
omitSubject => true
[protected] _name => 'View.afterRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Flash',
(int) 1 => 'Form'
)
$result = null
$name = 'Form'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 938
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRender'
$params = array(
(int) 0 => '/home/mondio32/public_html/app/View/Home/site_cadastro_clube.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/mondio32/public_html/app/View/Home/site_cadastro_clube.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.afterRender'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Flash',
(int) 1 => 'Form'
)
$result = null
$name = 'Flash'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::render() - CORE/Cake/View/View.php, line 474
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRender'
$params = array(
(int) 0 => '/home/mondio32/public_html/app/View/Home/site_cadastro_clube.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/mondio32/public_html/app/View/Home/site_cadastro_clube.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.afterRender'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Flash',
(int) 1 => 'Form'
)
$result = null
$name = 'Form'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::render() - CORE/Cake/View/View.php, line 474
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeLayout'
$params = array(
(int) 0 => '/home/mondio32/public_html/app/View/Layouts/default_site.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/mondio32/public_html/app/View/Layouts/default_site.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeLayout'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Flash',
(int) 1 => 'Form'
)
$result = null
$name = 'Flash'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::renderLayout() - CORE/Cake/View/View.php, line 524
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeLayout'
$params = array(
(int) 0 => '/home/mondio32/public_html/app/View/Layouts/default_site.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/mondio32/public_html/app/View/Layouts/default_site.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeLayout'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Flash',
(int) 1 => 'Form'
)
$result = null
$name = 'Form'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::renderLayout() - CORE/Cake/View/View.php, line 524
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/mondio32/public_html/app/View/Layouts/default_site.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/mondio32/public_html/app/View/Layouts/default_site.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Flash',
(int) 1 => 'Form'
)
$result = null
$name = 'Flash'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'beforeRenderFile'
$params = array(
(int) 0 => '/home/mondio32/public_html/app/View/Layouts/default_site.ctp'
)
$options = array(
'break' => false,
'breakOn' => false,
'collectReturn' => false,
'modParams' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/mondio32/public_html/app/View/Layouts/default_site.ctp'
)
result => null
omitSubject => true
[protected] _name => 'View.beforeRenderFile'
[protected] _subject => object(View) {}
[protected] _stopped => false
}
$opt = 'modParams'
$parts = array(
(int) 0 => 'View'
)
$collected = array()
$list = array(
(int) 0 => 'Flash',
(int) 1 => 'Form'
)
$result = null
$name = 'Form'
compact - [internal], line ??
ObjectCollection::trigger() - CORE/Cake/Utility/ObjectCollection.php, line 128
HelperCollection::trigger() - CORE/Cake/View/HelperCollection.php, line 200
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
View::_render() - CORE/Cake/View/View.php, line 932
View::renderLayout() - CORE/Cake/View/View.php, line 546
View::render() - CORE/Cake/View/View.php, line 481
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: subject [CORE/Cake/Utility/ObjectCollection.php, line 128]Code Context $result = null;
foreach ($list as $name) {
$result = call_user_func_array(array($this->_loaded[$name], $callback), compact('subject') + $params);
$callback = 'afterRenderFile'
$params = array(
(int) 0 => '/home/mondio32/public_html/app/View/Layouts/default_site.ctp',
(int) 1 => '<!DOCTYPE html>
<html dir="ltr" lang="pt-BR">
<head>
<!-- Document Title
============================================= -->
<title>Mondioring Brasil | CADASTRO DE CLUBE</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="4utechnology" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://www.mondioringbrasil.com.br/icone.png">
<!-- Stylesheets
============================================= -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,400i,600,700|Open+Sans:300,400,600,700,800,900&display=swap" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="/css/../site/css/bootstrap.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/css/style.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/css/dark.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/css/swiper.css"/>
<!-- Business Demo Specific Stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/../site/demos/business/business.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/demos/business/css/fonts.css"/> <!-- / -->
<link rel="stylesheet" type="text/css" href="/css/../site/css/font-icons.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/css/animate.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/css/magnific-popup.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/one-page/css/et-line.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/css/custom.css"/>
<link href="//cdn.datatables.net/1.10.22/css/jquery.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="/css/admin/bower_components/font-awesome/css/font-awesome.min.css"/>
<!-- Theme Color
============================================= -->
<link rel="stylesheet" type="text/css" href="/css/../site/css/colors5fe8.css?color=00BED7"/>
</head>
<body class="stretched">
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
<!-- Header
============================================= -->
<header id="header" class="full-header header not-dark header-size-md" data-sticky-class="not-dark" data-responsive-class="not-dark" data-sticky-offset="full" data-sticky-offset-negative="80">
<div id="header-wrap">
<div class="">
<div class="header-row p-3">
<!-- Logo
============================================= -->
<div id="logo" class="border-0">
<a href="/" class="standard-logo" data-dark-logo="/site/demos/business/images/morning-brasil-logo2.png">
<img src="/site/demos/business/images/morning-brasil-logo2.png" alt="Canvas Logo">
</a>
<a href="/" class="retina-logo" data-dark-logo="/site/demos/business/images/morning-brasil-logo2.png">
<img src="/site/demos/business/images/morning-brasil-logo2.png" alt="Canvas Logo">
</a>
</div>
<!-- #logo end -->
<div class="header-misc">
<!-- Top Search
============================================= -->
<!--
<div id="top-search" class="header-misc-icon">
<a href="#" id="top-search-trigger"><i class="icon-line-search"></i><i class="icon-line-cross"></i></a>
</div>
-->
<!-- #top-search end -->
</div>
<div id="primary-menu-trigger">
<svg class="svg-trigger" viewBox="0 0 100 100">
<path d="m 30,33 h 40 c 3.722839,0 7.5,3.126468 7.5,8.578427 0,5.451959 -2.727029,8.421573 -7.5,8.421573 h -20"></path>
<path d="m 30,50 h 40"></path>
<path d="m 70,67 h -40 c 0,0 -7.5,-0.802118 -7.5,-8.365747 0,-7.563629 7.5,-8.634253 7.5,-8.634253 h 20"></path>
</svg>
</div>
<!-- Primary Navigation
============================================= -->
<nav class="primary-menu not-dark">
<ul class="menu-container border-0 p-0 m-0">
<li class="menu-item ">
<a href="/" class="menu-link"><div>Início</div></a>
</li>
<li class="menu-item">
<a class="menu-link" href="#content">
<div>Sobre nós</div>
</a>
</li>
<li class="menu-item ">
<a href="/membros" class="menu-link"><div>Clubes</div></a>
</li>
<li class="menu-item ">
<a href="/regulamentos-do-esporte" class="menu-link"><div>Regulamentos</div></a> </li>
<li class="menu-item ">
<a href="/calendario-de-eventos" class="menu-link"><div>Calendário</div></a>
</li>
<li class="menu-item active">
<a class="menu-link" href="#">
<div>Cadastre-se</div>
</a>
<ul class="sub-menu-container">
<li class="menu-item">
<a href="/login" class="menu-link"><div>Login</div></a>
</li>
<li class="menu-item">
<a href="/cadastro-de-clubes" class="menu-link"><div>Clubes</div></a> </li>
<li class="menu-item">
<a href="/cadastro-de-membros" class="menu-link"><div>Membros</div></a> </li>
<li class="menu-item">
<a href="/cadastro-de-homem-assistente" class="menu-link"><div>Homem assistente</div></a> </li>
</ul>
</li>
<li class="menu-item ">
<a href="/produtos/loja" class="menu-link"><div>Loja</div></a>
</li>
<li class="menu-item ">
<a href="/contato" class="menu-link"><div>Contato</div></a>
</li>
<li class="menu-item">
<a href="/login" class="menu-link text-primary"><div>Entrar</div></a> </li>
</ul>
</nav><!-- #primary-menu end -->
</div>
</div>
</div>
<div class="header-wrap-clone"></div>
</header><!-- #header end -->
<section id="page-title">
<div class="container clearfix">
<h1>Cadastre-se</h1>
<span>Torne-se um membro dessa família.</span>
</div>
</section><!-- #page-title end -->
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="text-center" style="font-size: 30px;">
<a>Formulário de cadastro de clube.</a>
</div>
<div class="text-center" style="font-size: 20px;">
<p>Essas informações serão utilizadas para cadastrar o seu clube.
<br><small>Você deseja se cadastrar como clube oficial de Mondioring Brasil?</small>
<br><small>Você precisa preencher o seguintes requisitos:
<br>TODOS OS REQUISITOS DEVEM ESTAR PREENCHIDOS DENTRO DO PRIMEIRO ANO DE VIDA DO CLUBE:</p>
- mínimo de 3 membros;
<br>- um responsável afiliado ao Mondioring Brasil;
<br>- endereço oficial;
<br>- 1 cão graduado;
<br>- 1 figurante homologado.
<p><br>* Após o cadastro, o conselho Mondioring Brasil irá realizar uma checagem para validar a existência do clube, caso cadastro falso, o clube será removido da plataforma.</small></p>
</div>
<div class="container text-center">
<div class="form-widget">
<div class="form-result">
</div>
<div class="row">
<div class="col-lg-12">
<form action="/Clubes/adicionar" class="row text-left" enctype="multipart/form-data" id="ClubesAdicionarForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Origem]" value="home" />
<div class="form-process">
<div class="css3-spinner">
<div class="css3-spinner-scaler"></div>
</div>
</div>
<div class="container text-center" style="font-size: 30px;">
<p>1. Dados do Clube</p>
</div>
<div class="col-12 form-group">
<label>Nome do Clube:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-trace').style.display = (document.getElementById('cakeErr6794795c48e1f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact(): Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c48e1f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-code').style.display = (document.getElementById('cakeErr6794795c48e1f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-context').style.display = (document.getElementById('cakeErr6794795c48e1f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c48e1f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c48e1f-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-trace').style.display = (document.getElementById('cakeErr6794795c48f80-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c48f80-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-code').style.display = (document.getElementById('cakeErr6794795c48f80-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-context').style.display = (document.getElementById('cakeErr6794795c48f80-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c48f80-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c48f80-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-trace').style.display = (document.getElementById('cakeErr6794795c4907c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4907c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-code').style.display = (document.getElementById('cakeErr6794795c4907c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-context').style.display = (document.getElementById('cakeErr6794795c4907c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4907c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4907c-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][nome]" class="form-control required" placeholder="Informe o nome do clube" maxlength="255" type="text" id="ClubeNome"/></div>
</div>
<div class="col-12 form-group">
<label>Nome da pessoa responsável pelo Clube:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-trace').style.display = (document.getElementById('cakeErr6794795c491cf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c491cf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-code').style.display = (document.getElementById('cakeErr6794795c491cf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-context').style.display = (document.getElementById('cakeErr6794795c491cf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c491cf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c491cf-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-trace').style.display = (document.getElementById('cakeErr6794795c492c1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c492c1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-code').style.display = (document.getElementById('cakeErr6794795c492c1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-context').style.display = (document.getElementById('cakeErr6794795c492c1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c492c1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c492c1-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-trace').style.display = (document.getElementById('cakeErr6794795c493ab-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c493ab-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-code').style.display = (document.getElementById('cakeErr6794795c493ab-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-context').style.display = (document.getElementById('cakeErr6794795c493ab-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c493ab-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c493ab-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][nome_responsavel]" class="form-control required" placeholder="Informe o nome do responsável do clube" maxlength="255" type="text" id="ClubeNomeResponsavel"/></div>
</div>
<div class="col-6 form-group">
<label>E-mail:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-trace').style.display = (document.getElementById('cakeErr6794795c494df-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c494df-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-code').style.display = (document.getElementById('cakeErr6794795c494df-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-context').style.display = (document.getElementById('cakeErr6794795c494df-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c494df-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c494df-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-trace').style.display = (document.getElementById('cakeErr6794795c495d2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c495d2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-code').style.display = (document.getElementById('cakeErr6794795c495d2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-context').style.display = (document.getElementById('cakeErr6794795c495d2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c495d2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c495d2-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-trace').style.display = (document.getElementById('cakeErr6794795c496bd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c496bd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-code').style.display = (document.getElementById('cakeErr6794795c496bd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-context').style.display = (document.getElementById('cakeErr6794795c496bd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c496bd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c496bd-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input email"><input name="data[Clube][email]" class="form-control required" placeholder="Informe o e-mail do clube" maxlength="255" type="email" id="ClubeEmail"/></div>
</div>
<div class="col-6 form-group">
<label>Telefone:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-trace').style.display = (document.getElementById('cakeErr6794795c497e8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c497e8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-code').style.display = (document.getElementById('cakeErr6794795c497e8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-context').style.display = (document.getElementById('cakeErr6794795c497e8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c497e8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c497e8-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-trace').style.display = (document.getElementById('cakeErr6794795c498e1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c498e1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-code').style.display = (document.getElementById('cakeErr6794795c498e1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-context').style.display = (document.getElementById('cakeErr6794795c498e1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c498e1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c498e1-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-trace').style.display = (document.getElementById('cakeErr6794795c499cf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c499cf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-code').style.display = (document.getElementById('cakeErr6794795c499cf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-context').style.display = (document.getElementById('cakeErr6794795c499cf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c499cf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c499cf-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][telefone]" class="form-control required maskedInput" placeholder="Informe o telefone do clube" data-mask="(99) 9999-[9]9999" maxlength="20" type="text" id="ClubeTelefone"/></div>
</div>
<div class="col-6 form-group">
<label>CEP:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-trace').style.display = (document.getElementById('cakeErr6794795c49afe-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49afe-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-code').style.display = (document.getElementById('cakeErr6794795c49afe-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49afe-context').style.display = (document.getElementById('cakeErr6794795c49afe-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49afe-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49afe-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-trace').style.display = (document.getElementById('cakeErr6794795c49be4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49be4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-code').style.display = (document.getElementById('cakeErr6794795c49be4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49be4-context').style.display = (document.getElementById('cakeErr6794795c49be4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49be4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49be4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-trace').style.display = (document.getElementById('cakeErr6794795c49cd3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49cd3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-code').style.display = (document.getElementById('cakeErr6794795c49cd3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49cd3-context').style.display = (document.getElementById('cakeErr6794795c49cd3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49cd3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49cd3-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cep'
$options = array(
'class' => 'form-control required maskedInput cepInputField',
'placeholder' => 'Informe o CEP do clube',
'data-mask' => '99999-999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 119
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][cep]" class="form-control required maskedInput cepInputField" placeholder="Informe o CEP do clube" data-mask="99999-999" maxlength="20" type="text" id="ClubeCep"/></div>
</div>
<div class="col-12 form-group">
<label>Endereço:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-trace').style.display = (document.getElementById('cakeErr6794795c49dfb-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49dfb-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-code').style.display = (document.getElementById('cakeErr6794795c49dfb-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49dfb-context').style.display = (document.getElementById('cakeErr6794795c49dfb-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49dfb-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49dfb-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-trace').style.display = (document.getElementById('cakeErr6794795c49ee4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49ee4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-code').style.display = (document.getElementById('cakeErr6794795c49ee4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49ee4-context').style.display = (document.getElementById('cakeErr6794795c49ee4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49ee4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49ee4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-trace').style.display = (document.getElementById('cakeErr6794795c49fc4-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c49fc4-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-code').style.display = (document.getElementById('cakeErr6794795c49fc4-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c49fc4-context').style.display = (document.getElementById('cakeErr6794795c49fc4-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c49fc4-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c49fc4-context" class="cake-context" style="display: none;">$fieldName = 'Clube.endereco'
$options = array(
'class' => 'form-control required ajaxNomeEndereco',
'placeholder' => 'Informe o endereço do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][endereco]" class="form-control required ajaxNomeEndereco" placeholder="Informe o endereço do clube" maxlength="255" type="text" id="ClubeEndereco"/></div>
</div>
<div class="col-6 form-group">
<label>Bairro:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-trace').style.display = (document.getElementById('cakeErr6794795c4a107-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a107-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-code').style.display = (document.getElementById('cakeErr6794795c4a107-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a107-context').style.display = (document.getElementById('cakeErr6794795c4a107-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a107-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a107-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-trace').style.display = (document.getElementById('cakeErr6794795c4a1fa-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a1fa-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-code').style.display = (document.getElementById('cakeErr6794795c4a1fa-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a1fa-context').style.display = (document.getElementById('cakeErr6794795c4a1fa-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a1fa-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a1fa-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-trace').style.display = (document.getElementById('cakeErr6794795c4a2e3-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a2e3-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-code').style.display = (document.getElementById('cakeErr6794795c4a2e3-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a2e3-context').style.display = (document.getElementById('cakeErr6794795c4a2e3-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a2e3-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a2e3-context" class="cake-context" style="display: none;">$fieldName = 'Clube.bairro'
$options = array(
'class' => 'form-control required ajaxNomeBairro',
'placeholder' => 'Informe o bairro do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 145
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][bairro]" class="form-control required ajaxNomeBairro" placeholder="Informe o bairro do clube" maxlength="255" type="text" id="ClubeBairro"/></div>
</div>
<div class="col-6 form-group">
<label>Cidade:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-trace').style.display = (document.getElementById('cakeErr6794795c4a411-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a411-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-code').style.display = (document.getElementById('cakeErr6794795c4a411-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a411-context').style.display = (document.getElementById('cakeErr6794795c4a411-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a411-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a411-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-trace').style.display = (document.getElementById('cakeErr6794795c4a51f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a51f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-code').style.display = (document.getElementById('cakeErr6794795c4a51f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a51f-context').style.display = (document.getElementById('cakeErr6794795c4a51f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a51f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a51f-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-trace').style.display = (document.getElementById('cakeErr6794795c4a60b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a60b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-code').style.display = (document.getElementById('cakeErr6794795c4a60b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a60b-context').style.display = (document.getElementById('cakeErr6794795c4a60b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a60b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a60b-context" class="cake-context" style="display: none;">$fieldName = 'Clube.cidade'
$options = array(
'class' => 'form-control required ajaxNomeCidade',
'placeholder' => 'Informe o cidade do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 157
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][cidade]" class="form-control required ajaxNomeCidade" placeholder="Informe o cidade do clube" maxlength="255" type="text" id="ClubeCidade"/></div> </div>
<div class="col-6 form-group">
<label>Estado</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-trace').style.display = (document.getElementById('cakeErr6794795c4a72a-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a72a-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-code').style.display = (document.getElementById('cakeErr6794795c4a72a-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a72a-context').style.display = (document.getElementById('cakeErr6794795c4a72a-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a72a-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a72a-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-trace').style.display = (document.getElementById('cakeErr6794795c4a83e-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a83e-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-code').style.display = (document.getElementById('cakeErr6794795c4a83e-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a83e-context').style.display = (document.getElementById('cakeErr6794795c4a83e-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a83e-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a83e-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-trace').style.display = (document.getElementById('cakeErr6794795c4a94b-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4a94b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-code').style.display = (document.getElementById('cakeErr6794795c4a94b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4a94b-context').style.display = (document.getElementById('cakeErr6794795c4a94b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4a94b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4a94b-context" class="cake-context" style="display: none;">$fieldName = 'Clube.uf'
$options = array(
'class' => 'form-control required ajaxNomeUf',
'empty' => 'Selecionar',
'options' => array(
'AC' => 'Acre',
'AL' => 'Alagoas',
'AP' => 'Amapá',
'AM' => 'Amazonas',
'BA' => 'Bahia',
'CE' => 'Ceará',
'DF' => 'Distrito Federal',
'ES' => 'Espírito Santo',
'GO' => 'Goiás',
'MA' => 'Maranhão',
'MT' => 'Mato Grosso',
'MS' => 'Mato Grosso do Sul',
'MG' => 'Minas Gerais',
'PA' => 'Pará',
'PB' => 'Paraíba',
'PR' => 'Paraná',
'PE' => 'Pernambuco',
'PI' => 'Piauí',
'RJ' => 'Rio de Janeiro',
'RN' => 'Rio Grande do Norte',
'RS' => 'Rio Grande do Sul',
'RO' => 'Rondônia',
'RR' => 'Roraima',
'SC' => 'Santa Catarina',
'SP' => 'São Paulo',
'SE' => 'Sergipe',
'TO' => 'Tocantins'
)
)
$divOptions = array(
'class' => 'input select',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'select'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 172
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input select"><select name="data[Clube][uf]" class="form-control required ajaxNomeUf" id="ClubeUf">
<option value="">Selecionar</option>
<option value="AC">Acre</option>
<option value="AL">Alagoas</option>
<option value="AP">Amapá</option>
<option value="AM">Amazonas</option>
<option value="BA">Bahia</option>
<option value="CE">Ceará</option>
<option value="DF">Distrito Federal</option>
<option value="ES">Espírito Santo</option>
<option value="GO">Goiás</option>
<option value="MA">Maranhão</option>
<option value="MT">Mato Grosso</option>
<option value="MS">Mato Grosso do Sul</option>
<option value="MG">Minas Gerais</option>
<option value="PA">Pará</option>
<option value="PB">Paraíba</option>
<option value="PR">Paraná</option>
<option value="PE">Pernambuco</option>
<option value="PI">Piauí</option>
<option value="RJ">Rio de Janeiro</option>
<option value="RN">Rio Grande do Norte</option>
<option value="RS">Rio Grande do Sul</option>
<option value="RO">Rondônia</option>
<option value="RR">Roraima</option>
<option value="SC">Santa Catarina</option>
<option value="SP">São Paulo</option>
<option value="SE">Sergipe</option>
<option value="TO">Tocantins</option>
</select></div> </div>
<div class="col-6 form-group">
<label>País</label>
<select class="form-control required" name="data[Clube][pais]" id="ClubePais">
<option value="Brasil">Brasil</option>
<option value="Outros">Outros</option>
</select>
</div>
<div class="col-6 form-group">
<label for="exampleFormControlFile1">Logo do Clube:</label>
<input type="file" class="form-control-file" name="data[Clube][logo]" id="ClubeLogo">
</div>
<div class="col-12">
<button type="submit" name="event-registration-submit" class="btn btn-secondary">Concluir cadastro</button>
</div>
<input type="hidden" name="prefix" value="event-registration-">
</div>
</div>
</div>
</div>
</div>
</section><!-- #content end -->
<!-- Footer
============================================= -->
<footer id="footer" class="border-0" style="padding: 30px 0; background-color: #FFF">
<div class="container clearfix">
<div class="line line-sm"></div>
<div class="row justify-content-between col-mb-30">
<div class="col-12 col-md-auto text-center text-md-left">
<small class="font-weight-light" style="color: #AAA">Copyrights © 2020 All Rights Reserved by <a href="https://www.4utechnology.com.br">4utechnology Solutions</a>.</small>
</div>
<div class="col-12 col-md-auto text-center text-md-right">
<a href="#" class="social-icon inline-block si-mini si-rounded si-colored si-facebook">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="#" class="social-icon inline-block si-mini si-rounded si-colored si-instagram">
<i class="icon-instagram"></i>
<i class="icon-instagram"></i>
</a>
</div>
</div>
</div>
</footer><!-- #footer end -->
</div>
<!-- #wrapper end -->
<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>
<!-- JavaScripts
============================================= -->
<script type="text/javascript" src="/js/admin/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="/js/admin/jquery-ui/jquery-ui.min.js"></script>
<script type="text/javascript" src="/js/input-mask/jquery.inputmask.js"></script>
<script type="text/javascript" src="/js/input-mask/jquery.inputmask.date.extensions.js"></script>
<script type="text/javascript" src="/js/input-mask/jquery.inputmask.extensions.js"></script>
<script type="text/javascript" src="/js/../site/js/plugins.min.js"></script>
<script type="text/javascript" src="/js/../site/js/functions.js?v=27a584208f48ce86a2d696094acf647b"></script>
<!-- DataTables
============================================= -->
<script src="https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/buttons/1.6.4/js/dataTables.buttons.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/pdfmake.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/vfs_fonts.js"></script>
<script src="https://cdn.datatables.net/buttons/1.6.4/js/buttons.html5.min.js"></script>
<!-- DataTables
============================================= -->
<!-- Footer Scripts
============================================= -->
<script>
jQuery(window).on('pluginCarouselReady', function() {
$('#oc-features').owlCarousel({
items: 1,
margin: 60,
nav: true,
navText: ['<i class="icon-line-arrow-left"></i>', '<i class="icon-line-arrow-right"></i>'],
dots: false,
stagePadding: 30,
responsive: {
768: {
items: 2
},
1200: {
stagePadding: 200
}
},
});
});
</script>
<script type="text/javascript">
$(document).ready(function () {
});
</script>
<script type="text/javascript">
$(document).ready(function () {
$("table.tbl_DataTable").DataTable({
dom: 'Bfrtip',
buttons: [
'copyHtml5',
'excelHtml5',
'csvHtml5',
'pdfHtml5'
]
});
$("a.filtra-arquivos").click(function (){
$("li.activeFilter").removeClass("activeFilter");
$("div.faqs div.faq:not('"+$(this).attr("data-filter")+"')").fadeOut();
$("div.faqs div.faq"+$(this).attr("data-filter")).fadeIn();
$(this).parent().addClass("activeFilter");
});
$("input.maskedInput").each(function () {
$(this).inputmask($(this).attr("data-mask"));
});
$("input.cepInputField").focusout(function(){
if ($(this).val() != ""){
var cep = $(this).val().replace("-", "");
$.ajax({
"url": 'https://www.mondioringbrasil.com.br/Users/busca_endereco/',
"data": { cep : cep },
"method" : "post",
"dataType" : "json",
success: function(data){
console.log(data);
if (data != null){
$("input.ajaxNomeEndereco").val(data.rua);
$("input.ajaxNomeBairro").val(data.bairro);
$("input.ajaxNomeCidade").val(data.cidade);
if ($("select.ajaxNomeUf").html() != undefined) {
$("select.ajaxNomeUf").find("option[value="+data.uf+"]").attr("selected", "selected");
$("select.ajaxNomeUf").trigger("change");
}
else {
$("input.ajaxNomeUf").val(data.uf);
}
}
else{
console.log("Error!");
}
},
error: function(xhr, status, error) {
console.log(xhr.responseText);
}
});
}
});
});
</script>
</body>
</html>'
)
$options = array(
'modParams' => (int) 1,
'break' => false,
'breakOn' => false,
'collectReturn' => false
)
$event = object(CakeEvent) {
data => array(
(int) 0 => '/home/mondio32/public_html/app/View/Layouts/default_site.ctp',
(int) 1 => '<!DOCTYPE html>
<html dir="ltr" lang="pt-BR">
<head>
<!-- Document Title
============================================= -->
<title>Mondioring Brasil | CADASTRO DE CLUBE</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="4utechnology" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://www.mondioringbrasil.com.br/icone.png">
<!-- Stylesheets
============================================= -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,400i,600,700|Open+Sans:300,400,600,700,800,900&display=swap" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="/css/../site/css/bootstrap.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/css/style.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/css/dark.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/css/swiper.css"/>
<!-- Business Demo Specific Stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/../site/demos/business/business.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/demos/business/css/fonts.css"/> <!-- / -->
<link rel="stylesheet" type="text/css" href="/css/../site/css/font-icons.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/css/animate.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/css/magnific-popup.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/one-page/css/et-line.css"/> <link rel="stylesheet" type="text/css" href="/css/../site/css/custom.css"/>
<link href="//cdn.datatables.net/1.10.22/css/jquery.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="/css/admin/bower_components/font-awesome/css/font-awesome.min.css"/>
<!-- Theme Color
============================================= -->
<link rel="stylesheet" type="text/css" href="/css/../site/css/colors5fe8.css?color=00BED7"/>
</head>
<body class="stretched">
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
<!-- Header
============================================= -->
<header id="header" class="full-header header not-dark header-size-md" data-sticky-class="not-dark" data-responsive-class="not-dark" data-sticky-offset="full" data-sticky-offset-negative="80">
<div id="header-wrap">
<div class="">
<div class="header-row p-3">
<!-- Logo
============================================= -->
<div id="logo" class="border-0">
<a href="/" class="standard-logo" data-dark-logo="/site/demos/business/images/morning-brasil-logo2.png">
<img src="/site/demos/business/images/morning-brasil-logo2.png" alt="Canvas Logo">
</a>
<a href="/" class="retina-logo" data-dark-logo="/site/demos/business/images/morning-brasil-logo2.png">
<img src="/site/demos/business/images/morning-brasil-logo2.png" alt="Canvas Logo">
</a>
</div>
<!-- #logo end -->
<div class="header-misc">
<!-- Top Search
============================================= -->
<!--
<div id="top-search" class="header-misc-icon">
<a href="#" id="top-search-trigger"><i class="icon-line-search"></i><i class="icon-line-cross"></i></a>
</div>
-->
<!-- #top-search end -->
</div>
<div id="primary-menu-trigger">
<svg class="svg-trigger" viewBox="0 0 100 100">
<path d="m 30,33 h 40 c 3.722839,0 7.5,3.126468 7.5,8.578427 0,5.451959 -2.727029,8.421573 -7.5,8.421573 h -20"></path>
<path d="m 30,50 h 40"></path>
<path d="m 70,67 h -40 c 0,0 -7.5,-0.802118 -7.5,-8.365747 0,-7.563629 7.5,-8.634253 7.5,-8.634253 h 20"></path>
</svg>
</div>
<!-- Primary Navigation
============================================= -->
<nav class="primary-menu not-dark">
<ul class="menu-container border-0 p-0 m-0">
<li class="menu-item ">
<a href="/" class="menu-link"><div>Início</div></a>
</li>
<li class="menu-item">
<a class="menu-link" href="#content">
<div>Sobre nós</div>
</a>
</li>
<li class="menu-item ">
<a href="/membros" class="menu-link"><div>Clubes</div></a>
</li>
<li class="menu-item ">
<a href="/regulamentos-do-esporte" class="menu-link"><div>Regulamentos</div></a> </li>
<li class="menu-item ">
<a href="/calendario-de-eventos" class="menu-link"><div>Calendário</div></a>
</li>
<li class="menu-item active">
<a class="menu-link" href="#">
<div>Cadastre-se</div>
</a>
<ul class="sub-menu-container">
<li class="menu-item">
<a href="/login" class="menu-link"><div>Login</div></a>
</li>
<li class="menu-item">
<a href="/cadastro-de-clubes" class="menu-link"><div>Clubes</div></a> </li>
<li class="menu-item">
<a href="/cadastro-de-membros" class="menu-link"><div>Membros</div></a> </li>
<li class="menu-item">
<a href="/cadastro-de-homem-assistente" class="menu-link"><div>Homem assistente</div></a> </li>
</ul>
</li>
<li class="menu-item ">
<a href="/produtos/loja" class="menu-link"><div>Loja</div></a>
</li>
<li class="menu-item ">
<a href="/contato" class="menu-link"><div>Contato</div></a>
</li>
<li class="menu-item">
<a href="/login" class="menu-link text-primary"><div>Entrar</div></a> </li>
</ul>
</nav><!-- #primary-menu end -->
</div>
</div>
</div>
<div class="header-wrap-clone"></div>
</header><!-- #header end -->
<section id="page-title">
<div class="container clearfix">
<h1>Cadastre-se</h1>
<span>Torne-se um membro dessa família.</span>
</div>
</section><!-- #page-title end -->
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="text-center" style="font-size: 30px;">
<a>Formulário de cadastro de clube.</a>
</div>
<div class="text-center" style="font-size: 20px;">
<p>Essas informações serão utilizadas para cadastrar o seu clube.
<br><small>Você deseja se cadastrar como clube oficial de Mondioring Brasil?</small>
<br><small>Você precisa preencher o seguintes requisitos:
<br>TODOS OS REQUISITOS DEVEM ESTAR PREENCHIDOS DENTRO DO PRIMEIRO ANO DE VIDA DO CLUBE:</p>
- mínimo de 3 membros;
<br>- um responsável afiliado ao Mondioring Brasil;
<br>- endereço oficial;
<br>- 1 cão graduado;
<br>- 1 figurante homologado.
<p><br>* Após o cadastro, o conselho Mondioring Brasil irá realizar uma checagem para validar a existência do clube, caso cadastro falso, o clube será removido da plataforma.</small></p>
</div>
<div class="container text-center">
<div class="form-widget">
<div class="form-result">
</div>
<div class="row">
<div class="col-lg-12">
<form action="/Clubes/adicionar" class="row text-left" enctype="multipart/form-data" id="ClubesAdicionarForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <input type="hidden" name="data[Origem]" value="home" />
<div class="form-process">
<div class="css3-spinner">
<div class="css3-spinner-scaler"></div>
</div>
</div>
<div class="container text-center" style="font-size: 30px;">
<p>1. Dados do Clube</p>
</div>
<div class="col-12 form-group">
<label>Nome do Clube:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-trace').style.display = (document.getElementById('cakeErr6794795c48e1f-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact(): Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c48e1f-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-code').style.display = (document.getElementById('cakeErr6794795c48e1f-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48e1f-context').style.display = (document.getElementById('cakeErr6794795c48e1f-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c48e1f-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c48e1f-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-trace').style.display = (document.getElementById('cakeErr6794795c48f80-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c48f80-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-code').style.display = (document.getElementById('cakeErr6794795c48f80-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c48f80-context').style.display = (document.getElementById('cakeErr6794795c48f80-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c48f80-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c48f80-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-trace').style.display = (document.getElementById('cakeErr6794795c4907c-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c4907c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-code').style.display = (document.getElementById('cakeErr6794795c4907c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c4907c-context').style.display = (document.getElementById('cakeErr6794795c4907c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c4907c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c4907c-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][nome]" class="form-control required" placeholder="Informe o nome do clube" maxlength="255" type="text" id="ClubeNome"/></div>
</div>
<div class="col-12 form-group">
<label>Nome da pessoa responsável pelo Clube:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-trace').style.display = (document.getElementById('cakeErr6794795c491cf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c491cf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-code').style.display = (document.getElementById('cakeErr6794795c491cf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c491cf-context').style.display = (document.getElementById('cakeErr6794795c491cf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c491cf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c491cf-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-trace').style.display = (document.getElementById('cakeErr6794795c492c1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c492c1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-code').style.display = (document.getElementById('cakeErr6794795c492c1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c492c1-context').style.display = (document.getElementById('cakeErr6794795c492c1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c492c1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c492c1-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-trace').style.display = (document.getElementById('cakeErr6794795c493ab-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c493ab-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-code').style.display = (document.getElementById('cakeErr6794795c493ab-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c493ab-context').style.display = (document.getElementById('cakeErr6794795c493ab-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c493ab-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c493ab-context" class="cake-context" style="display: none;">$fieldName = 'Clube.nome_responsavel'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o nome do responsável do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 80
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input text"><input name="data[Clube][nome_responsavel]" class="form-control required" placeholder="Informe o nome do responsável do clube" maxlength="255" type="text" id="ClubeNomeResponsavel"/></div>
</div>
<div class="col-6 form-group">
<label>E-mail:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-trace').style.display = (document.getElementById('cakeErr6794795c494df-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c494df-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-code').style.display = (document.getElementById('cakeErr6794795c494df-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c494df-context').style.display = (document.getElementById('cakeErr6794795c494df-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c494df-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c494df-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-trace').style.display = (document.getElementById('cakeErr6794795c495d2-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c495d2-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-code').style.display = (document.getElementById('cakeErr6794795c495d2-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c495d2-context').style.display = (document.getElementById('cakeErr6794795c495d2-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c495d2-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c495d2-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-trace').style.display = (document.getElementById('cakeErr6794795c496bd-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c496bd-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-code').style.display = (document.getElementById('cakeErr6794795c496bd-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c496bd-context').style.display = (document.getElementById('cakeErr6794795c496bd-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c496bd-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c496bd-context" class="cake-context" style="display: none;">$fieldName = 'Clube.email'
$options = array(
'class' => 'form-control required',
'placeholder' => 'Informe o e-mail do clube',
'maxlength' => (int) 255
)
$divOptions = array(
'class' => 'input email',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'email'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 92
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><div class="input email"><input name="data[Clube][email]" class="form-control required" placeholder="Informe o e-mail do clube" maxlength="255" type="email" id="ClubeEmail"/></div>
</div>
<div class="col-6 form-group">
<label>Telefone:</label>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-trace').style.display = (document.getElementById('cakeErr6794795c497e8-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: radioOptions [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c497e8-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-code').style.display = (document.getElementById('cakeErr6794795c497e8-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c497e8-context').style.display = (document.getElementById('cakeErr6794795c497e8-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c497e8-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c497e8-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-trace').style.display = (document.getElementById('cakeErr6794795c498e1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: dateFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c498e1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-code').style.display = (document.getElementById('cakeErr6794795c498e1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c498e1-context').style.display = (document.getElementById('cakeErr6794795c498e1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c498e1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'type'</span><span style="color: #007700">, </span><span style="color: #DD0000">'fieldName'</span><span style="color: #007700">, </span><span style="color: #DD0000">'options'</span><span style="color: #007700">, </span><span style="color: #DD0000">'radioOptions'</span><span style="color: #007700">, </span><span style="color: #DD0000">'selected'</span><span style="color: #007700">, </span><span style="color: #DD0000">'dateFormat'</span><span style="color: #007700">, </span><span style="color: #DD0000">'timeFormat'</span><span style="color: #007700">));</span></span></code></span></pre><pre id="cakeErr6794795c498e1-context" class="cake-context" style="display: none;">$fieldName = 'Clube.telefone'
$options = array(
'class' => 'form-control required maskedInput',
'placeholder' => 'Informe o telefone do clube',
'data-mask' => '(99) 9999-[9]9999',
'maxlength' => (int) 20
)
$divOptions = array(
'class' => 'input text',
'tag' => 'div'
)
$label = false
$error = null
$errorMessage = true
$selected = null
$type = 'text'
$out = array(
'before' => null,
'label' => false,
'between' => null,
'after' => null,
'error' => null
)
$format = array(
(int) 0 => 'before',
(int) 1 => 'label',
(int) 2 => 'between',
(int) 3 => 'input',
(int) 4 => 'after',
(int) 5 => 'error'
)
$errMsg = null</pre><pre class="stack-trace">compact - [internal], line ??
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1106
include - APP/View/Home/site_cadastro_clube.ctp, line 106
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 107</pre></div></pre><pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-trace').style.display = (document.getElementById('cakeErr6794795c499cf-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeFormat [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>1106</b>]<div id="cakeErr6794795c499cf-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-code').style.display = (document.getElementById('cakeErr6794795c499cf-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr6794795c499cf-context').style.display = (document.getElementById('cakeErr6794795c499cf-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr6794795c499cf-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'between'</span><span style="color: #007700">] = </span><span style="color: #0000BB">null</span><span style="color: #007700">;</span></span></code>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> $out</span><span style="color: #007700">[</span><span style="color: #DD0000">'input'</span><span style="color: #007700">] = </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">_getInput</span><span style="color: #007700">(</span><span style="color: #0000BB">compact</span><span style="color: #007700">(</span><span style="color: #DD0000">'typ