Deprecated (16384): Using key `action` is deprecated, use `url` directly instead. [CORE/Cake/View/Helper/FormHelper.php, line 383]
Notice (8): compact(): 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 = 'beforeRender' $params = array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Clients/login.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Clients/login.ctp' ) result => null omitSubject => true [protected] _name => 'View.beforeRender' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => '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 472 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() [function.compact]: 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/kui/crm.kuiville.com/app/View/Clients/login.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Clients/login.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 => '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::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() [function.compact]: 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/kui/crm.kuiville.com/app/View/Clients/login.ctp', (int) 1 => '<div class="main-wrapper"> <div class="main"> <div class="main-inner"> <div class="content-title"> <div class="content-title-inner"> <div class="container"> <h1>Login</h1> </div><!-- /.container --> </div><!-- /.content-title-inner --> </div><!-- /.content-title --> <div class="content"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-offset-4"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-trace').style.display = (document.getElementById('cakeErr651c40167f8a9-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Using key `action` is deprecated, use `url` directly instead. [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>383</b>]<div id="cakeErr651c40167f8a9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-code').style.display = (document.getElementById('cakeErr651c40167f8a9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-context').style.display = (document.getElementById('cakeErr651c40167f8a9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40167f8a9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">])) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> trigger_error</span><span style="color: #007700">(</span><span style="color: #DD0000">'Using key `action` is deprecated, use `url` directly instead.'</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr651c40167f8a9-context" class="cake-context" style="display: none;">$model = 'Client' $options = array( 'controller' => 'Clients', 'action' => 'login', 'name' => 'post_req', 'id' => 'post_req', 'type' => 'post', 'url' => null, 'default' => true, 'encoding' => 'utf-8' ) $created = false $id = false $append = '' $key = 'id' $plugin = null $recordExists = false</pre><pre class="stack-trace">FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383 include - APP/View/Clients/login.ctp, line 18 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><form action="/clients/login" controller="Clients" name="post_req" id="post_req" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group"> <div class="row"> <label for="admin_id" class="col-sm-12 control-label">Email Id :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-envelope"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-trace').style.display = (document.getElementById('cakeErr651c40168040c-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>1082</b>]<div id="cakeErr651c40168040c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-code').style.display = (document.getElementById('cakeErr651c40168040c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-context').style.display = (document.getElementById('cakeErr651c40168040c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40168040c-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="cakeErr651c40168040c-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680696-trace').style.display = (document.getElementById('cakeErr651c401680696-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>1082</b>]<div id="cakeErr651c401680696-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-code').style.display = (document.getElementById('cakeErr651c401680696-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-context').style.display = (document.getElementById('cakeErr651c401680696-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680696-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="cakeErr651c401680696-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680914-trace').style.display = (document.getElementById('cakeErr651c401680914-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>1082</b>]<div id="cakeErr651c401680914-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-code').style.display = (document.getElementById('cakeErr651c401680914-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-context').style.display = (document.getElementById('cakeErr651c401680914-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680914-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="cakeErr651c401680914-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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><input name="data[Client][email]" required="required" class="form-control validate[required]" placeholder="Email Id" maxlength="255" type="email" id="ClientEmail"/> </div> </div> <div class="form-group"> <div class="row"> <label for="pass" class="col-sm-12 control-label">Password :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-lock"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-trace').style.display = (document.getElementById('cakeErr651c401680c0c-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>1082</b>]<div id="cakeErr651c401680c0c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-code').style.display = (document.getElementById('cakeErr651c401680c0c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-context').style.display = (document.getElementById('cakeErr651c401680c0c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680c0c-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="cakeErr651c401680c0c-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401680e56-trace').style.display = (document.getElementById('cakeErr651c401680e56-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>1082</b>]<div id="cakeErr651c401680e56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-code').style.display = (document.getElementById('cakeErr651c401680e56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-context').style.display = (document.getElementById('cakeErr651c401680e56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680e56-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="cakeErr651c401680e56-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401681061-trace').style.display = (document.getElementById('cakeErr651c401681061-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>1082</b>]<div id="cakeErr651c401681061-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-code').style.display = (document.getElementById('cakeErr651c401681061-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-context').style.display = (document.getElementById('cakeErr651c401681061-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401681061-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="cakeErr651c401681061-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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><input name="data[Client][password]" required="required" class="form-control validate[required,minSize[4],maxSize[15]]" placeholder="Password" type="password" id="ClientPassword"/> </div> </div> <div class="col-md-12"> <div class="col-md-4"> <button type="submit" class="btn btn-primary btn-sm"><span class="fa fa-sign-in"></span> Login</button> </div> <div class="col-md-6"> <a href="/Forgots/password" class="btn btn-sm">Forgot Password</a> </div> <div class="col-sm-12"> <a href="/Registers"><span class="glyphicon glyphicon-user"></span> New User? Create Account</a> </div> <div class="col-sm-12"> <a href="/Emailverifications/resend"><span class="glyphicon glyphicon-share-alt"></span> Re-Send Email Verification</a> </div> </div> </form> </div><!-- /.col-* --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.content --> </div><!-- /.main-inner --> </div><!-- /.main --> </div><!-- /.main-wrapper --> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Clients/login.ctp', (int) 1 => '<div class="main-wrapper"> <div class="main"> <div class="main-inner"> <div class="content-title"> <div class="content-title-inner"> <div class="container"> <h1>Login</h1> </div><!-- /.container --> </div><!-- /.content-title-inner --> </div><!-- /.content-title --> <div class="content"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-offset-4"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-trace').style.display = (document.getElementById('cakeErr651c40167f8a9-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Using key `action` is deprecated, use `url` directly instead. [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>383</b>]<div id="cakeErr651c40167f8a9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-code').style.display = (document.getElementById('cakeErr651c40167f8a9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-context').style.display = (document.getElementById('cakeErr651c40167f8a9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40167f8a9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">])) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> trigger_error</span><span style="color: #007700">(</span><span style="color: #DD0000">'Using key `action` is deprecated, use `url` directly instead.'</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr651c40167f8a9-context" class="cake-context" style="display: none;">$model = 'Client' $options = array( 'controller' => 'Clients', 'action' => 'login', 'name' => 'post_req', 'id' => 'post_req', 'type' => 'post', 'url' => null, 'default' => true, 'encoding' => 'utf-8' ) $created = false $id = false $append = '' $key = 'id' $plugin = null $recordExists = false</pre><pre class="stack-trace">FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383 include - APP/View/Clients/login.ctp, line 18 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><form action="/clients/login" controller="Clients" name="post_req" id="post_req" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group"> <div class="row"> <label for="admin_id" class="col-sm-12 control-label">Email Id :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-envelope"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-trace').style.display = (document.getElementById('cakeErr651c40168040c-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>1082</b>]<div id="cakeErr651c40168040c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-code').style.display = (document.getElementById('cakeErr651c40168040c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-context').style.display = (document.getElementById('cakeErr651c40168040c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40168040c-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="cakeErr651c40168040c-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680696-trace').style.display = (document.getElementById('cakeErr651c401680696-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>1082</b>]<div id="cakeErr651c401680696-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-code').style.display = (document.getElementById('cakeErr651c401680696-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-context').style.display = (document.getElementById('cakeErr651c401680696-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680696-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="cakeErr651c401680696-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680914-trace').style.display = (document.getElementById('cakeErr651c401680914-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>1082</b>]<div id="cakeErr651c401680914-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-code').style.display = (document.getElementById('cakeErr651c401680914-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-context').style.display = (document.getElementById('cakeErr651c401680914-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680914-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="cakeErr651c401680914-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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><input name="data[Client][email]" required="required" class="form-control validate[required]" placeholder="Email Id" maxlength="255" type="email" id="ClientEmail"/> </div> </div> <div class="form-group"> <div class="row"> <label for="pass" class="col-sm-12 control-label">Password :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-lock"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-trace').style.display = (document.getElementById('cakeErr651c401680c0c-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>1082</b>]<div id="cakeErr651c401680c0c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-code').style.display = (document.getElementById('cakeErr651c401680c0c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-context').style.display = (document.getElementById('cakeErr651c401680c0c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680c0c-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="cakeErr651c401680c0c-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401680e56-trace').style.display = (document.getElementById('cakeErr651c401680e56-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>1082</b>]<div id="cakeErr651c401680e56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-code').style.display = (document.getElementById('cakeErr651c401680e56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-context').style.display = (document.getElementById('cakeErr651c401680e56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680e56-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="cakeErr651c401680e56-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401681061-trace').style.display = (document.getElementById('cakeErr651c401681061-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>1082</b>]<div id="cakeErr651c401681061-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-code').style.display = (document.getElementById('cakeErr651c401681061-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-context').style.display = (document.getElementById('cakeErr651c401681061-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401681061-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="cakeErr651c401681061-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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><input name="data[Client][password]" required="required" class="form-control validate[required,minSize[4],maxSize[15]]" placeholder="Password" type="password" id="ClientPassword"/> </div> </div> <div class="col-md-12"> <div class="col-md-4"> <button type="submit" class="btn btn-primary btn-sm"><span class="fa fa-sign-in"></span> Login</button> </div> <div class="col-md-6"> <a href="/Forgots/password" class="btn btn-sm">Forgot Password</a> </div> <div class="col-sm-12"> <a href="/Registers"><span class="glyphicon glyphicon-user"></span> New User? Create Account</a> </div> <div class="col-sm-12"> <a href="/Emailverifications/resend"><span class="glyphicon glyphicon-share-alt"></span> Re-Send Email Verification</a> </div> </div> </form> </div><!-- /.col-* --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.content --> </div><!-- /.main-inner --> </div><!-- /.main --> </div><!-- /.main-wrapper --> ' ) 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 => 'Form', (int) 1 => 'Session' ) $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() [function.compact]: 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/kui/crm.kuiville.com/app/View/Clients/login.ctp', (int) 1 => '<div class="main-wrapper"> <div class="main"> <div class="main-inner"> <div class="content-title"> <div class="content-title-inner"> <div class="container"> <h1>Login</h1> </div><!-- /.container --> </div><!-- /.content-title-inner --> </div><!-- /.content-title --> <div class="content"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-offset-4"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-trace').style.display = (document.getElementById('cakeErr651c40167f8a9-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Using key `action` is deprecated, use `url` directly instead. [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>383</b>]<div id="cakeErr651c40167f8a9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-code').style.display = (document.getElementById('cakeErr651c40167f8a9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-context').style.display = (document.getElementById('cakeErr651c40167f8a9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40167f8a9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">])) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> trigger_error</span><span style="color: #007700">(</span><span style="color: #DD0000">'Using key `action` is deprecated, use `url` directly instead.'</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr651c40167f8a9-context" class="cake-context" style="display: none;">$model = 'Client' $options = array( 'controller' => 'Clients', 'action' => 'login', 'name' => 'post_req', 'id' => 'post_req', 'type' => 'post', 'url' => null, 'default' => true, 'encoding' => 'utf-8' ) $created = false $id = false $append = '' $key = 'id' $plugin = null $recordExists = false</pre><pre class="stack-trace">FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383 include - APP/View/Clients/login.ctp, line 18 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><form action="/clients/login" controller="Clients" name="post_req" id="post_req" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group"> <div class="row"> <label for="admin_id" class="col-sm-12 control-label">Email Id :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-envelope"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-trace').style.display = (document.getElementById('cakeErr651c40168040c-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>1082</b>]<div id="cakeErr651c40168040c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-code').style.display = (document.getElementById('cakeErr651c40168040c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-context').style.display = (document.getElementById('cakeErr651c40168040c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40168040c-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="cakeErr651c40168040c-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680696-trace').style.display = (document.getElementById('cakeErr651c401680696-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>1082</b>]<div id="cakeErr651c401680696-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-code').style.display = (document.getElementById('cakeErr651c401680696-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-context').style.display = (document.getElementById('cakeErr651c401680696-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680696-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="cakeErr651c401680696-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680914-trace').style.display = (document.getElementById('cakeErr651c401680914-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>1082</b>]<div id="cakeErr651c401680914-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-code').style.display = (document.getElementById('cakeErr651c401680914-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-context').style.display = (document.getElementById('cakeErr651c401680914-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680914-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="cakeErr651c401680914-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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><input name="data[Client][email]" required="required" class="form-control validate[required]" placeholder="Email Id" maxlength="255" type="email" id="ClientEmail"/> </div> </div> <div class="form-group"> <div class="row"> <label for="pass" class="col-sm-12 control-label">Password :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-lock"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-trace').style.display = (document.getElementById('cakeErr651c401680c0c-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>1082</b>]<div id="cakeErr651c401680c0c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-code').style.display = (document.getElementById('cakeErr651c401680c0c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-context').style.display = (document.getElementById('cakeErr651c401680c0c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680c0c-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="cakeErr651c401680c0c-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401680e56-trace').style.display = (document.getElementById('cakeErr651c401680e56-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>1082</b>]<div id="cakeErr651c401680e56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-code').style.display = (document.getElementById('cakeErr651c401680e56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-context').style.display = (document.getElementById('cakeErr651c401680e56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680e56-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="cakeErr651c401680e56-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401681061-trace').style.display = (document.getElementById('cakeErr651c401681061-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>1082</b>]<div id="cakeErr651c401681061-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-code').style.display = (document.getElementById('cakeErr651c401681061-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-context').style.display = (document.getElementById('cakeErr651c401681061-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401681061-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="cakeErr651c401681061-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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><input name="data[Client][password]" required="required" class="form-control validate[required,minSize[4],maxSize[15]]" placeholder="Password" type="password" id="ClientPassword"/> </div> </div> <div class="col-md-12"> <div class="col-md-4"> <button type="submit" class="btn btn-primary btn-sm"><span class="fa fa-sign-in"></span> Login</button> </div> <div class="col-md-6"> <a href="/Forgots/password" class="btn btn-sm">Forgot Password</a> </div> <div class="col-sm-12"> <a href="/Registers"><span class="glyphicon glyphicon-user"></span> New User? Create Account</a> </div> <div class="col-sm-12"> <a href="/Emailverifications/resend"><span class="glyphicon glyphicon-share-alt"></span> Re-Send Email Verification</a> </div> </div> </form> </div><!-- /.col-* --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.content --> </div><!-- /.main-inner --> </div><!-- /.main --> </div><!-- /.main-wrapper --> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Clients/login.ctp', (int) 1 => '<div class="main-wrapper"> <div class="main"> <div class="main-inner"> <div class="content-title"> <div class="content-title-inner"> <div class="container"> <h1>Login</h1> </div><!-- /.container --> </div><!-- /.content-title-inner --> </div><!-- /.content-title --> <div class="content"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-offset-4"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-trace').style.display = (document.getElementById('cakeErr651c40167f8a9-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Using key `action` is deprecated, use `url` directly instead. [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>383</b>]<div id="cakeErr651c40167f8a9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-code').style.display = (document.getElementById('cakeErr651c40167f8a9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-context').style.display = (document.getElementById('cakeErr651c40167f8a9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40167f8a9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">])) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> trigger_error</span><span style="color: #007700">(</span><span style="color: #DD0000">'Using key `action` is deprecated, use `url` directly instead.'</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr651c40167f8a9-context" class="cake-context" style="display: none;">$model = 'Client' $options = array( 'controller' => 'Clients', 'action' => 'login', 'name' => 'post_req', 'id' => 'post_req', 'type' => 'post', 'url' => null, 'default' => true, 'encoding' => 'utf-8' ) $created = false $id = false $append = '' $key = 'id' $plugin = null $recordExists = false</pre><pre class="stack-trace">FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383 include - APP/View/Clients/login.ctp, line 18 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><form action="/clients/login" controller="Clients" name="post_req" id="post_req" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group"> <div class="row"> <label for="admin_id" class="col-sm-12 control-label">Email Id :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-envelope"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-trace').style.display = (document.getElementById('cakeErr651c40168040c-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>1082</b>]<div id="cakeErr651c40168040c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-code').style.display = (document.getElementById('cakeErr651c40168040c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-context').style.display = (document.getElementById('cakeErr651c40168040c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40168040c-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="cakeErr651c40168040c-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680696-trace').style.display = (document.getElementById('cakeErr651c401680696-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>1082</b>]<div id="cakeErr651c401680696-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-code').style.display = (document.getElementById('cakeErr651c401680696-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-context').style.display = (document.getElementById('cakeErr651c401680696-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680696-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="cakeErr651c401680696-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680914-trace').style.display = (document.getElementById('cakeErr651c401680914-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>1082</b>]<div id="cakeErr651c401680914-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-code').style.display = (document.getElementById('cakeErr651c401680914-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-context').style.display = (document.getElementById('cakeErr651c401680914-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680914-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="cakeErr651c401680914-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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><input name="data[Client][email]" required="required" class="form-control validate[required]" placeholder="Email Id" maxlength="255" type="email" id="ClientEmail"/> </div> </div> <div class="form-group"> <div class="row"> <label for="pass" class="col-sm-12 control-label">Password :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-lock"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-trace').style.display = (document.getElementById('cakeErr651c401680c0c-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>1082</b>]<div id="cakeErr651c401680c0c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-code').style.display = (document.getElementById('cakeErr651c401680c0c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-context').style.display = (document.getElementById('cakeErr651c401680c0c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680c0c-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="cakeErr651c401680c0c-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401680e56-trace').style.display = (document.getElementById('cakeErr651c401680e56-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>1082</b>]<div id="cakeErr651c401680e56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-code').style.display = (document.getElementById('cakeErr651c401680e56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-context').style.display = (document.getElementById('cakeErr651c401680e56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680e56-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="cakeErr651c401680e56-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401681061-trace').style.display = (document.getElementById('cakeErr651c401681061-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>1082</b>]<div id="cakeErr651c401681061-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-code').style.display = (document.getElementById('cakeErr651c401681061-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-context').style.display = (document.getElementById('cakeErr651c401681061-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401681061-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="cakeErr651c401681061-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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><input name="data[Client][password]" required="required" class="form-control validate[required,minSize[4],maxSize[15]]" placeholder="Password" type="password" id="ClientPassword"/> </div> </div> <div class="col-md-12"> <div class="col-md-4"> <button type="submit" class="btn btn-primary btn-sm"><span class="fa fa-sign-in"></span> Login</button> </div> <div class="col-md-6"> <a href="/Forgots/password" class="btn btn-sm">Forgot Password</a> </div> <div class="col-sm-12"> <a href="/Registers"><span class="glyphicon glyphicon-user"></span> New User? Create Account</a> </div> <div class="col-sm-12"> <a href="/Emailverifications/resend"><span class="glyphicon glyphicon-share-alt"></span> Re-Send Email Verification</a> </div> </div> </form> </div><!-- /.col-* --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.content --> </div><!-- /.main-inner --> </div><!-- /.main --> </div><!-- /.main-wrapper --> ' ) 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 => 'Form', (int) 1 => 'Session' ) $result = null $name = 'Session'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() [function.compact]: 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/kui/crm.kuiville.com/app/View/Clients/login.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Clients/login.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 => 'Form', (int) 1 => 'Session' ) $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() [function.compact]: 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/kui/crm.kuiville.com/app/View/Clients/login.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Clients/login.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 => 'Form', (int) 1 => 'Session' ) $result = null $name = 'Session'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() [function.compact]: 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/kui/crm.kuiville.com/app/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.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 => 'Form', (int) 1 => 'Session' ) $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() [function.compact]: 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/kui/crm.kuiville.com/app/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.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 => 'Form', (int) 1 => 'Session' ) $result = null $name = 'Session'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() [function.compact]: 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/kui/crm.kuiville.com/app/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.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 => 'Form', (int) 1 => 'Session' ) $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() [function.compact]: 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/kui/crm.kuiville.com/app/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.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 => 'Form', (int) 1 => 'Session' ) $result = null $name = 'Session'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() [function.compact]: 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/kui/crm.kuiville.com/app/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Kuiville Real Estate Crm" /> <meta name="author" content="Kuiville Real Estate" /> <meta name="google-translate-customization" content="839d71f7ff6044d0-328a2dc5159d6aa2-gd17de6447c9ba810-f"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>kuiville Real Estate, California Real Estate</title> <meta name="description" content="Kuiville Real Estate Crm"/> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,300,700&subset=latin,latin-ext"/><link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/libraries/owl-carousel/owl.carousel.css"/><link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.default.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/magnific-popup.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/villareal-turquoise.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/style.css"/><link rel="stylesheet" type="text/css" href="/css/validationEngine.jquery.css"/><script type="text/javascript" src="/js/jquery-1.11.2.min.js"></script><script type="text/javascript" src="/js/jquery.validationEngine-en.js"></script><script type="text/javascript" src="/js/jquery.validationEngine.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.js"></script><script type="text/javascript" src="/design1000/assets/js/tether.min.js"></script><script type="text/javascript" src="/design1000/assets/js/bootstrap.min.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.markercluster.js"></script><script type="text/javascript" src="/design1000/assets/libraries/owl-carousel/owl.carousel.min.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.magnific-popup.min.js"></script><script type="text/javascript" src="/design1000/assets/js/custom.js"></script><script type="text/javascript" src="/js/waiting-dialog.min.js"></script><script type="text/javascript" src="/js/custom.min.js"></script><script type="text/javascript" src="/js/langs/en.js"></script> </head> <body class="header-sticky"> <div class="page-wrapper"> <div class="header-wrapper"> <div class="header"> <ul class="nav nav-pills nav-topbar"> <li class="nav-item"><a href="/Registers"><i class="fa fa-user-plus"></i> Register</a></li> <li class="nav-item"><a href="/Clients/login"><i class="fa fa-lock"></i> Login</a></li> <li class="nav-item"><a href="/Favouriteproperties"><i class="fa fa-heart"></i> Favourite Properties</a></li> <li class="nav-item"><a href="/Compareproperties"><i class="fa fa-balance-scale"></i> Compare Properties</a></li> </ul> <div class="header-inner"> <div class="container"> <div class="header-top"> <div class="header-top-inner"> <a class="header-logo" href="#"> <img src="/img/5d076da394930fe9d8f711b60cc3dd45.png" alt="Kuiville Real Estate" class="" height="40"/> </a><!-- /.header-logo --> <div class="header-information"> <i class="fa fa-at"></i> <div class="header-information-block"> <strong>admin@kuiville.com</strong> <span>Ask Us Anything</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <div class="header-information"> <i class="fa fa-phone"></i> <div class="header-information-block"> <strong>1234567890, 1234567891</strong> <span>Call Us Monday To Friday</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <button class="navbar-toggler pull-xs-right hidden-md-up" type="button" data-toggle="collapse" data-target=".nav-primary-wrapper"> <span></span> <span></span> <span></span> </button> </div><!-- /.header-top-inner --> </div><!-- /.header-top --> <div class="header-bottom"> <div class="header-bottom-inner"> <div class="nav-primary-wrapper collapse navbar-toggleable-sm"> <ul class="nav nav-pills nav-primary"> <li class="nav-item"><a href="http://crm.kuiville.com" class="nav-link" target="_self"><span class="fa fa-home"></span> Home</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Properties" class="nav-link" target="_self"><span class="fa fa-building"></span> Search Property</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agencies" class="nav-link" target="_self"><span class="fa fa-book"></span> Agency</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agents" class="nav-link" target="_self"><span class="fa fa-user"></span> Agents</a></li> <li " class="nav-item"><a href="/Contents/pages/About-Us" class="nav-link"><span class="fa fa-newspaper-o"></span> About Us</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Contacts" class="nav-link" target="_self"><span class="fa fa-map"></span> Contact Us</a></li> </ul><!-- /.nav --> </div><!-- /.nav-primary --> </div><!-- /.header-bottom-inner --> </div><!-- /.header-bottom --> </div><!-- /.container --> </div><!-- /.header-inner --> </div><!-- /.header --> </div><!-- /.header-wrapper--> <div class="main-wrapper"> <div class="main"> <div class="main-inner"> <div class="content-title"> <div class="content-title-inner"> <div class="container"> <h1>Login</h1> </div><!-- /.container --> </div><!-- /.content-title-inner --> </div><!-- /.content-title --> <div class="content"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-offset-4"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-trace').style.display = (document.getElementById('cakeErr651c40167f8a9-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Using key `action` is deprecated, use `url` directly instead. [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>383</b>]<div id="cakeErr651c40167f8a9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-code').style.display = (document.getElementById('cakeErr651c40167f8a9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-context').style.display = (document.getElementById('cakeErr651c40167f8a9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40167f8a9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">])) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> trigger_error</span><span style="color: #007700">(</span><span style="color: #DD0000">'Using key `action` is deprecated, use `url` directly instead.'</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr651c40167f8a9-context" class="cake-context" style="display: none;">$model = 'Client' $options = array( 'controller' => 'Clients', 'action' => 'login', 'name' => 'post_req', 'id' => 'post_req', 'type' => 'post', 'url' => null, 'default' => true, 'encoding' => 'utf-8' ) $created = false $id = false $append = '' $key = 'id' $plugin = null $recordExists = false</pre><pre class="stack-trace">FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383 include - APP/View/Clients/login.ctp, line 18 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><form action="/clients/login" controller="Clients" name="post_req" id="post_req" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group"> <div class="row"> <label for="admin_id" class="col-sm-12 control-label">Email Id :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-envelope"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-trace').style.display = (document.getElementById('cakeErr651c40168040c-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>1082</b>]<div id="cakeErr651c40168040c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-code').style.display = (document.getElementById('cakeErr651c40168040c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-context').style.display = (document.getElementById('cakeErr651c40168040c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40168040c-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="cakeErr651c40168040c-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680696-trace').style.display = (document.getElementById('cakeErr651c401680696-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>1082</b>]<div id="cakeErr651c401680696-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-code').style.display = (document.getElementById('cakeErr651c401680696-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-context').style.display = (document.getElementById('cakeErr651c401680696-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680696-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="cakeErr651c401680696-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680914-trace').style.display = (document.getElementById('cakeErr651c401680914-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>1082</b>]<div id="cakeErr651c401680914-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-code').style.display = (document.getElementById('cakeErr651c401680914-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-context').style.display = (document.getElementById('cakeErr651c401680914-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680914-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="cakeErr651c401680914-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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><input name="data[Client][email]" required="required" class="form-control validate[required]" placeholder="Email Id" maxlength="255" type="email" id="ClientEmail"/> </div> </div> <div class="form-group"> <div class="row"> <label for="pass" class="col-sm-12 control-label">Password :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-lock"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-trace').style.display = (document.getElementById('cakeErr651c401680c0c-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>1082</b>]<div id="cakeErr651c401680c0c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-code').style.display = (document.getElementById('cakeErr651c401680c0c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-context').style.display = (document.getElementById('cakeErr651c401680c0c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680c0c-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="cakeErr651c401680c0c-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401680e56-trace').style.display = (document.getElementById('cakeErr651c401680e56-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>1082</b>]<div id="cakeErr651c401680e56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-code').style.display = (document.getElementById('cakeErr651c401680e56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-context').style.display = (document.getElementById('cakeErr651c401680e56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680e56-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="cakeErr651c401680e56-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401681061-trace').style.display = (document.getElementById('cakeErr651c401681061-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>1082</b>]<div id="cakeErr651c401681061-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-code').style.display = (document.getElementById('cakeErr651c401681061-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-context').style.display = (document.getElementById('cakeErr651c401681061-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401681061-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="cakeErr651c401681061-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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><input name="data[Client][password]" required="required" class="form-control validate[required,minSize[4],maxSize[15]]" placeholder="Password" type="password" id="ClientPassword"/> </div> </div> <div class="col-md-12"> <div class="col-md-4"> <button type="submit" class="btn btn-primary btn-sm"><span class="fa fa-sign-in"></span> Login</button> </div> <div class="col-md-6"> <a href="/Forgots/password" class="btn btn-sm">Forgot Password</a> </div> <div class="col-sm-12"> <a href="/Registers"><span class="glyphicon glyphicon-user"></span> New User? Create Account</a> </div> <div class="col-sm-12"> <a href="/Emailverifications/resend"><span class="glyphicon glyphicon-share-alt"></span> Re-Send Email Verification</a> </div> </div> </form> </div><!-- /.col-* --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.content --> </div><!-- /.main-inner --> </div><!-- /.main --> </div><!-- /.main-wrapper --> <div class="footer-wrapper"> <div class="container"> <div class="footer-inner"> <div class="footer-bottom"> <div class="footer-left"> Kuiville Real Estate © 2015 Time <span>03-10-2023 09:23:50 AM</span> Powered by <a href="http://www.rnbleads.com" target="_blank">Rnbleads</a> </div><!-- /.footer-left --> </div><!-- /.footer-bottom --> </div><!-- /.footer-inner --> </div><!-- /.container --> </div><!-- /.footer-wrapper --> </div><!-- /.page-wrapper --> <p> </p><p> </p><p> </p> <script type="text/javascript" src="/design1000/assets/js/scrollPosStyler.js"></script><div class="modal fade" id="targetModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-content"> </div> </div> </body> </html> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Kuiville Real Estate Crm" /> <meta name="author" content="Kuiville Real Estate" /> <meta name="google-translate-customization" content="839d71f7ff6044d0-328a2dc5159d6aa2-gd17de6447c9ba810-f"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>kuiville Real Estate, California Real Estate</title> <meta name="description" content="Kuiville Real Estate Crm"/> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,300,700&subset=latin,latin-ext"/><link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/libraries/owl-carousel/owl.carousel.css"/><link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.default.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/magnific-popup.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/villareal-turquoise.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/style.css"/><link rel="stylesheet" type="text/css" href="/css/validationEngine.jquery.css"/><script type="text/javascript" src="/js/jquery-1.11.2.min.js"></script><script type="text/javascript" src="/js/jquery.validationEngine-en.js"></script><script type="text/javascript" src="/js/jquery.validationEngine.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.js"></script><script type="text/javascript" src="/design1000/assets/js/tether.min.js"></script><script type="text/javascript" src="/design1000/assets/js/bootstrap.min.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.markercluster.js"></script><script type="text/javascript" src="/design1000/assets/libraries/owl-carousel/owl.carousel.min.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.magnific-popup.min.js"></script><script type="text/javascript" src="/design1000/assets/js/custom.js"></script><script type="text/javascript" src="/js/waiting-dialog.min.js"></script><script type="text/javascript" src="/js/custom.min.js"></script><script type="text/javascript" src="/js/langs/en.js"></script> </head> <body class="header-sticky"> <div class="page-wrapper"> <div class="header-wrapper"> <div class="header"> <ul class="nav nav-pills nav-topbar"> <li class="nav-item"><a href="/Registers"><i class="fa fa-user-plus"></i> Register</a></li> <li class="nav-item"><a href="/Clients/login"><i class="fa fa-lock"></i> Login</a></li> <li class="nav-item"><a href="/Favouriteproperties"><i class="fa fa-heart"></i> Favourite Properties</a></li> <li class="nav-item"><a href="/Compareproperties"><i class="fa fa-balance-scale"></i> Compare Properties</a></li> </ul> <div class="header-inner"> <div class="container"> <div class="header-top"> <div class="header-top-inner"> <a class="header-logo" href="#"> <img src="/img/5d076da394930fe9d8f711b60cc3dd45.png" alt="Kuiville Real Estate" class="" height="40"/> </a><!-- /.header-logo --> <div class="header-information"> <i class="fa fa-at"></i> <div class="header-information-block"> <strong>admin@kuiville.com</strong> <span>Ask Us Anything</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <div class="header-information"> <i class="fa fa-phone"></i> <div class="header-information-block"> <strong>1234567890, 1234567891</strong> <span>Call Us Monday To Friday</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <button class="navbar-toggler pull-xs-right hidden-md-up" type="button" data-toggle="collapse" data-target=".nav-primary-wrapper"> <span></span> <span></span> <span></span> </button> </div><!-- /.header-top-inner --> </div><!-- /.header-top --> <div class="header-bottom"> <div class="header-bottom-inner"> <div class="nav-primary-wrapper collapse navbar-toggleable-sm"> <ul class="nav nav-pills nav-primary"> <li class="nav-item"><a href="http://crm.kuiville.com" class="nav-link" target="_self"><span class="fa fa-home"></span> Home</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Properties" class="nav-link" target="_self"><span class="fa fa-building"></span> Search Property</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agencies" class="nav-link" target="_self"><span class="fa fa-book"></span> Agency</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agents" class="nav-link" target="_self"><span class="fa fa-user"></span> Agents</a></li> <li " class="nav-item"><a href="/Contents/pages/About-Us" class="nav-link"><span class="fa fa-newspaper-o"></span> About Us</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Contacts" class="nav-link" target="_self"><span class="fa fa-map"></span> Contact Us</a></li> </ul><!-- /.nav --> </div><!-- /.nav-primary --> </div><!-- /.header-bottom-inner --> </div><!-- /.header-bottom --> </div><!-- /.container --> </div><!-- /.header-inner --> </div><!-- /.header --> </div><!-- /.header-wrapper--> <div class="main-wrapper"> <div class="main"> <div class="main-inner"> <div class="content-title"> <div class="content-title-inner"> <div class="container"> <h1>Login</h1> </div><!-- /.container --> </div><!-- /.content-title-inner --> </div><!-- /.content-title --> <div class="content"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-offset-4"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-trace').style.display = (document.getElementById('cakeErr651c40167f8a9-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Using key `action` is deprecated, use `url` directly instead. [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>383</b>]<div id="cakeErr651c40167f8a9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-code').style.display = (document.getElementById('cakeErr651c40167f8a9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-context').style.display = (document.getElementById('cakeErr651c40167f8a9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40167f8a9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">])) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> trigger_error</span><span style="color: #007700">(</span><span style="color: #DD0000">'Using key `action` is deprecated, use `url` directly instead.'</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr651c40167f8a9-context" class="cake-context" style="display: none;">$model = 'Client' $options = array( 'controller' => 'Clients', 'action' => 'login', 'name' => 'post_req', 'id' => 'post_req', 'type' => 'post', 'url' => null, 'default' => true, 'encoding' => 'utf-8' ) $created = false $id = false $append = '' $key = 'id' $plugin = null $recordExists = false</pre><pre class="stack-trace">FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383 include - APP/View/Clients/login.ctp, line 18 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><form action="/clients/login" controller="Clients" name="post_req" id="post_req" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group"> <div class="row"> <label for="admin_id" class="col-sm-12 control-label">Email Id :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-envelope"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-trace').style.display = (document.getElementById('cakeErr651c40168040c-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>1082</b>]<div id="cakeErr651c40168040c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-code').style.display = (document.getElementById('cakeErr651c40168040c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-context').style.display = (document.getElementById('cakeErr651c40168040c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40168040c-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="cakeErr651c40168040c-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680696-trace').style.display = (document.getElementById('cakeErr651c401680696-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>1082</b>]<div id="cakeErr651c401680696-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-code').style.display = (document.getElementById('cakeErr651c401680696-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-context').style.display = (document.getElementById('cakeErr651c401680696-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680696-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="cakeErr651c401680696-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680914-trace').style.display = (document.getElementById('cakeErr651c401680914-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>1082</b>]<div id="cakeErr651c401680914-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-code').style.display = (document.getElementById('cakeErr651c401680914-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-context').style.display = (document.getElementById('cakeErr651c401680914-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680914-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="cakeErr651c401680914-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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><input name="data[Client][email]" required="required" class="form-control validate[required]" placeholder="Email Id" maxlength="255" type="email" id="ClientEmail"/> </div> </div> <div class="form-group"> <div class="row"> <label for="pass" class="col-sm-12 control-label">Password :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-lock"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-trace').style.display = (document.getElementById('cakeErr651c401680c0c-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>1082</b>]<div id="cakeErr651c401680c0c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-code').style.display = (document.getElementById('cakeErr651c401680c0c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-context').style.display = (document.getElementById('cakeErr651c401680c0c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680c0c-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="cakeErr651c401680c0c-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401680e56-trace').style.display = (document.getElementById('cakeErr651c401680e56-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>1082</b>]<div id="cakeErr651c401680e56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-code').style.display = (document.getElementById('cakeErr651c401680e56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-context').style.display = (document.getElementById('cakeErr651c401680e56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680e56-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="cakeErr651c401680e56-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401681061-trace').style.display = (document.getElementById('cakeErr651c401681061-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>1082</b>]<div id="cakeErr651c401681061-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-code').style.display = (document.getElementById('cakeErr651c401681061-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-context').style.display = (document.getElementById('cakeErr651c401681061-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401681061-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="cakeErr651c401681061-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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><input name="data[Client][password]" required="required" class="form-control validate[required,minSize[4],maxSize[15]]" placeholder="Password" type="password" id="ClientPassword"/> </div> </div> <div class="col-md-12"> <div class="col-md-4"> <button type="submit" class="btn btn-primary btn-sm"><span class="fa fa-sign-in"></span> Login</button> </div> <div class="col-md-6"> <a href="/Forgots/password" class="btn btn-sm">Forgot Password</a> </div> <div class="col-sm-12"> <a href="/Registers"><span class="glyphicon glyphicon-user"></span> New User? Create Account</a> </div> <div class="col-sm-12"> <a href="/Emailverifications/resend"><span class="glyphicon glyphicon-share-alt"></span> Re-Send Email Verification</a> </div> </div> </form> </div><!-- /.col-* --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.content --> </div><!-- /.main-inner --> </div><!-- /.main --> </div><!-- /.main-wrapper --> <div class="footer-wrapper"> <div class="container"> <div class="footer-inner"> <div class="footer-bottom"> <div class="footer-left"> Kuiville Real Estate © 2015 Time <span>03-10-2023 09:23:50 AM</span> Powered by <a href="http://www.rnbleads.com" target="_blank">Rnbleads</a> </div><!-- /.footer-left --> </div><!-- /.footer-bottom --> </div><!-- /.footer-inner --> </div><!-- /.container --> </div><!-- /.footer-wrapper --> </div><!-- /.page-wrapper --> <p> </p><p> </p><p> </p> <script type="text/javascript" src="/design1000/assets/js/scrollPosStyler.js"></script><div class="modal fade" id="targetModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-content"> </div> </div> </body> </html> ' ) 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 => 'Form', (int) 1 => 'Session', (int) 2 => 'Js', (int) 3 => 'Time' ) $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::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() [function.compact]: 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/kui/crm.kuiville.com/app/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Kuiville Real Estate Crm" /> <meta name="author" content="Kuiville Real Estate" /> <meta name="google-translate-customization" content="839d71f7ff6044d0-328a2dc5159d6aa2-gd17de6447c9ba810-f"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>kuiville Real Estate, California Real Estate</title> <meta name="description" content="Kuiville Real Estate Crm"/> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,300,700&subset=latin,latin-ext"/><link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/libraries/owl-carousel/owl.carousel.css"/><link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.default.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/magnific-popup.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/villareal-turquoise.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/style.css"/><link rel="stylesheet" type="text/css" href="/css/validationEngine.jquery.css"/><script type="text/javascript" src="/js/jquery-1.11.2.min.js"></script><script type="text/javascript" src="/js/jquery.validationEngine-en.js"></script><script type="text/javascript" src="/js/jquery.validationEngine.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.js"></script><script type="text/javascript" src="/design1000/assets/js/tether.min.js"></script><script type="text/javascript" src="/design1000/assets/js/bootstrap.min.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.markercluster.js"></script><script type="text/javascript" src="/design1000/assets/libraries/owl-carousel/owl.carousel.min.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.magnific-popup.min.js"></script><script type="text/javascript" src="/design1000/assets/js/custom.js"></script><script type="text/javascript" src="/js/waiting-dialog.min.js"></script><script type="text/javascript" src="/js/custom.min.js"></script><script type="text/javascript" src="/js/langs/en.js"></script> </head> <body class="header-sticky"> <div class="page-wrapper"> <div class="header-wrapper"> <div class="header"> <ul class="nav nav-pills nav-topbar"> <li class="nav-item"><a href="/Registers"><i class="fa fa-user-plus"></i> Register</a></li> <li class="nav-item"><a href="/Clients/login"><i class="fa fa-lock"></i> Login</a></li> <li class="nav-item"><a href="/Favouriteproperties"><i class="fa fa-heart"></i> Favourite Properties</a></li> <li class="nav-item"><a href="/Compareproperties"><i class="fa fa-balance-scale"></i> Compare Properties</a></li> </ul> <div class="header-inner"> <div class="container"> <div class="header-top"> <div class="header-top-inner"> <a class="header-logo" href="#"> <img src="/img/5d076da394930fe9d8f711b60cc3dd45.png" alt="Kuiville Real Estate" class="" height="40"/> </a><!-- /.header-logo --> <div class="header-information"> <i class="fa fa-at"></i> <div class="header-information-block"> <strong>admin@kuiville.com</strong> <span>Ask Us Anything</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <div class="header-information"> <i class="fa fa-phone"></i> <div class="header-information-block"> <strong>1234567890, 1234567891</strong> <span>Call Us Monday To Friday</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <button class="navbar-toggler pull-xs-right hidden-md-up" type="button" data-toggle="collapse" data-target=".nav-primary-wrapper"> <span></span> <span></span> <span></span> </button> </div><!-- /.header-top-inner --> </div><!-- /.header-top --> <div class="header-bottom"> <div class="header-bottom-inner"> <div class="nav-primary-wrapper collapse navbar-toggleable-sm"> <ul class="nav nav-pills nav-primary"> <li class="nav-item"><a href="http://crm.kuiville.com" class="nav-link" target="_self"><span class="fa fa-home"></span> Home</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Properties" class="nav-link" target="_self"><span class="fa fa-building"></span> Search Property</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agencies" class="nav-link" target="_self"><span class="fa fa-book"></span> Agency</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agents" class="nav-link" target="_self"><span class="fa fa-user"></span> Agents</a></li> <li " class="nav-item"><a href="/Contents/pages/About-Us" class="nav-link"><span class="fa fa-newspaper-o"></span> About Us</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Contacts" class="nav-link" target="_self"><span class="fa fa-map"></span> Contact Us</a></li> </ul><!-- /.nav --> </div><!-- /.nav-primary --> </div><!-- /.header-bottom-inner --> </div><!-- /.header-bottom --> </div><!-- /.container --> </div><!-- /.header-inner --> </div><!-- /.header --> </div><!-- /.header-wrapper--> <div class="main-wrapper"> <div class="main"> <div class="main-inner"> <div class="content-title"> <div class="content-title-inner"> <div class="container"> <h1>Login</h1> </div><!-- /.container --> </div><!-- /.content-title-inner --> </div><!-- /.content-title --> <div class="content"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-offset-4"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-trace').style.display = (document.getElementById('cakeErr651c40167f8a9-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Using key `action` is deprecated, use `url` directly instead. [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>383</b>]<div id="cakeErr651c40167f8a9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-code').style.display = (document.getElementById('cakeErr651c40167f8a9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-context').style.display = (document.getElementById('cakeErr651c40167f8a9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40167f8a9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">])) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> trigger_error</span><span style="color: #007700">(</span><span style="color: #DD0000">'Using key `action` is deprecated, use `url` directly instead.'</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr651c40167f8a9-context" class="cake-context" style="display: none;">$model = 'Client' $options = array( 'controller' => 'Clients', 'action' => 'login', 'name' => 'post_req', 'id' => 'post_req', 'type' => 'post', 'url' => null, 'default' => true, 'encoding' => 'utf-8' ) $created = false $id = false $append = '' $key = 'id' $plugin = null $recordExists = false</pre><pre class="stack-trace">FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383 include - APP/View/Clients/login.ctp, line 18 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><form action="/clients/login" controller="Clients" name="post_req" id="post_req" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group"> <div class="row"> <label for="admin_id" class="col-sm-12 control-label">Email Id :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-envelope"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-trace').style.display = (document.getElementById('cakeErr651c40168040c-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>1082</b>]<div id="cakeErr651c40168040c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-code').style.display = (document.getElementById('cakeErr651c40168040c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-context').style.display = (document.getElementById('cakeErr651c40168040c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40168040c-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="cakeErr651c40168040c-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680696-trace').style.display = (document.getElementById('cakeErr651c401680696-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>1082</b>]<div id="cakeErr651c401680696-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-code').style.display = (document.getElementById('cakeErr651c401680696-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-context').style.display = (document.getElementById('cakeErr651c401680696-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680696-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="cakeErr651c401680696-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680914-trace').style.display = (document.getElementById('cakeErr651c401680914-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>1082</b>]<div id="cakeErr651c401680914-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-code').style.display = (document.getElementById('cakeErr651c401680914-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-context').style.display = (document.getElementById('cakeErr651c401680914-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680914-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="cakeErr651c401680914-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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><input name="data[Client][email]" required="required" class="form-control validate[required]" placeholder="Email Id" maxlength="255" type="email" id="ClientEmail"/> </div> </div> <div class="form-group"> <div class="row"> <label for="pass" class="col-sm-12 control-label">Password :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-lock"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-trace').style.display = (document.getElementById('cakeErr651c401680c0c-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>1082</b>]<div id="cakeErr651c401680c0c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-code').style.display = (document.getElementById('cakeErr651c401680c0c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-context').style.display = (document.getElementById('cakeErr651c401680c0c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680c0c-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="cakeErr651c401680c0c-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401680e56-trace').style.display = (document.getElementById('cakeErr651c401680e56-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>1082</b>]<div id="cakeErr651c401680e56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-code').style.display = (document.getElementById('cakeErr651c401680e56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-context').style.display = (document.getElementById('cakeErr651c401680e56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680e56-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="cakeErr651c401680e56-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401681061-trace').style.display = (document.getElementById('cakeErr651c401681061-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>1082</b>]<div id="cakeErr651c401681061-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-code').style.display = (document.getElementById('cakeErr651c401681061-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-context').style.display = (document.getElementById('cakeErr651c401681061-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401681061-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="cakeErr651c401681061-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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><input name="data[Client][password]" required="required" class="form-control validate[required,minSize[4],maxSize[15]]" placeholder="Password" type="password" id="ClientPassword"/> </div> </div> <div class="col-md-12"> <div class="col-md-4"> <button type="submit" class="btn btn-primary btn-sm"><span class="fa fa-sign-in"></span> Login</button> </div> <div class="col-md-6"> <a href="/Forgots/password" class="btn btn-sm">Forgot Password</a> </div> <div class="col-sm-12"> <a href="/Registers"><span class="glyphicon glyphicon-user"></span> New User? Create Account</a> </div> <div class="col-sm-12"> <a href="/Emailverifications/resend"><span class="glyphicon glyphicon-share-alt"></span> Re-Send Email Verification</a> </div> </div> </form> </div><!-- /.col-* --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.content --> </div><!-- /.main-inner --> </div><!-- /.main --> </div><!-- /.main-wrapper --> <div class="footer-wrapper"> <div class="container"> <div class="footer-inner"> <div class="footer-bottom"> <div class="footer-left"> Kuiville Real Estate © 2015 Time <span>03-10-2023 09:23:50 AM</span> Powered by <a href="http://www.rnbleads.com" target="_blank">Rnbleads</a> </div><!-- /.footer-left --> </div><!-- /.footer-bottom --> </div><!-- /.footer-inner --> </div><!-- /.container --> </div><!-- /.footer-wrapper --> </div><!-- /.page-wrapper --> <p> </p><p> </p><p> </p> <script type="text/javascript" src="/design1000/assets/js/scrollPosStyler.js"></script><div class="modal fade" id="targetModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-content"> </div> </div> </body> </html> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Kuiville Real Estate Crm" /> <meta name="author" content="Kuiville Real Estate" /> <meta name="google-translate-customization" content="839d71f7ff6044d0-328a2dc5159d6aa2-gd17de6447c9ba810-f"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>kuiville Real Estate, California Real Estate</title> <meta name="description" content="Kuiville Real Estate Crm"/> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,300,700&subset=latin,latin-ext"/><link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/libraries/owl-carousel/owl.carousel.css"/><link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.default.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/magnific-popup.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/villareal-turquoise.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/style.css"/><link rel="stylesheet" type="text/css" href="/css/validationEngine.jquery.css"/><script type="text/javascript" src="/js/jquery-1.11.2.min.js"></script><script type="text/javascript" src="/js/jquery.validationEngine-en.js"></script><script type="text/javascript" src="/js/jquery.validationEngine.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.js"></script><script type="text/javascript" src="/design1000/assets/js/tether.min.js"></script><script type="text/javascript" src="/design1000/assets/js/bootstrap.min.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.markercluster.js"></script><script type="text/javascript" src="/design1000/assets/libraries/owl-carousel/owl.carousel.min.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.magnific-popup.min.js"></script><script type="text/javascript" src="/design1000/assets/js/custom.js"></script><script type="text/javascript" src="/js/waiting-dialog.min.js"></script><script type="text/javascript" src="/js/custom.min.js"></script><script type="text/javascript" src="/js/langs/en.js"></script> </head> <body class="header-sticky"> <div class="page-wrapper"> <div class="header-wrapper"> <div class="header"> <ul class="nav nav-pills nav-topbar"> <li class="nav-item"><a href="/Registers"><i class="fa fa-user-plus"></i> Register</a></li> <li class="nav-item"><a href="/Clients/login"><i class="fa fa-lock"></i> Login</a></li> <li class="nav-item"><a href="/Favouriteproperties"><i class="fa fa-heart"></i> Favourite Properties</a></li> <li class="nav-item"><a href="/Compareproperties"><i class="fa fa-balance-scale"></i> Compare Properties</a></li> </ul> <div class="header-inner"> <div class="container"> <div class="header-top"> <div class="header-top-inner"> <a class="header-logo" href="#"> <img src="/img/5d076da394930fe9d8f711b60cc3dd45.png" alt="Kuiville Real Estate" class="" height="40"/> </a><!-- /.header-logo --> <div class="header-information"> <i class="fa fa-at"></i> <div class="header-information-block"> <strong>admin@kuiville.com</strong> <span>Ask Us Anything</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <div class="header-information"> <i class="fa fa-phone"></i> <div class="header-information-block"> <strong>1234567890, 1234567891</strong> <span>Call Us Monday To Friday</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <button class="navbar-toggler pull-xs-right hidden-md-up" type="button" data-toggle="collapse" data-target=".nav-primary-wrapper"> <span></span> <span></span> <span></span> </button> </div><!-- /.header-top-inner --> </div><!-- /.header-top --> <div class="header-bottom"> <div class="header-bottom-inner"> <div class="nav-primary-wrapper collapse navbar-toggleable-sm"> <ul class="nav nav-pills nav-primary"> <li class="nav-item"><a href="http://crm.kuiville.com" class="nav-link" target="_self"><span class="fa fa-home"></span> Home</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Properties" class="nav-link" target="_self"><span class="fa fa-building"></span> Search Property</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agencies" class="nav-link" target="_self"><span class="fa fa-book"></span> Agency</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agents" class="nav-link" target="_self"><span class="fa fa-user"></span> Agents</a></li> <li " class="nav-item"><a href="/Contents/pages/About-Us" class="nav-link"><span class="fa fa-newspaper-o"></span> About Us</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Contacts" class="nav-link" target="_self"><span class="fa fa-map"></span> Contact Us</a></li> </ul><!-- /.nav --> </div><!-- /.nav-primary --> </div><!-- /.header-bottom-inner --> </div><!-- /.header-bottom --> </div><!-- /.container --> </div><!-- /.header-inner --> </div><!-- /.header --> </div><!-- /.header-wrapper--> <div class="main-wrapper"> <div class="main"> <div class="main-inner"> <div class="content-title"> <div class="content-title-inner"> <div class="container"> <h1>Login</h1> </div><!-- /.container --> </div><!-- /.content-title-inner --> </div><!-- /.content-title --> <div class="content"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-offset-4"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-trace').style.display = (document.getElementById('cakeErr651c40167f8a9-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Using key `action` is deprecated, use `url` directly instead. [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>383</b>]<div id="cakeErr651c40167f8a9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-code').style.display = (document.getElementById('cakeErr651c40167f8a9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-context').style.display = (document.getElementById('cakeErr651c40167f8a9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40167f8a9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">])) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> trigger_error</span><span style="color: #007700">(</span><span style="color: #DD0000">'Using key `action` is deprecated, use `url` directly instead.'</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr651c40167f8a9-context" class="cake-context" style="display: none;">$model = 'Client' $options = array( 'controller' => 'Clients', 'action' => 'login', 'name' => 'post_req', 'id' => 'post_req', 'type' => 'post', 'url' => null, 'default' => true, 'encoding' => 'utf-8' ) $created = false $id = false $append = '' $key = 'id' $plugin = null $recordExists = false</pre><pre class="stack-trace">FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383 include - APP/View/Clients/login.ctp, line 18 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><form action="/clients/login" controller="Clients" name="post_req" id="post_req" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group"> <div class="row"> <label for="admin_id" class="col-sm-12 control-label">Email Id :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-envelope"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-trace').style.display = (document.getElementById('cakeErr651c40168040c-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>1082</b>]<div id="cakeErr651c40168040c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-code').style.display = (document.getElementById('cakeErr651c40168040c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-context').style.display = (document.getElementById('cakeErr651c40168040c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40168040c-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="cakeErr651c40168040c-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680696-trace').style.display = (document.getElementById('cakeErr651c401680696-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>1082</b>]<div id="cakeErr651c401680696-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-code').style.display = (document.getElementById('cakeErr651c401680696-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-context').style.display = (document.getElementById('cakeErr651c401680696-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680696-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="cakeErr651c401680696-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680914-trace').style.display = (document.getElementById('cakeErr651c401680914-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>1082</b>]<div id="cakeErr651c401680914-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-code').style.display = (document.getElementById('cakeErr651c401680914-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-context').style.display = (document.getElementById('cakeErr651c401680914-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680914-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="cakeErr651c401680914-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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><input name="data[Client][email]" required="required" class="form-control validate[required]" placeholder="Email Id" maxlength="255" type="email" id="ClientEmail"/> </div> </div> <div class="form-group"> <div class="row"> <label for="pass" class="col-sm-12 control-label">Password :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-lock"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-trace').style.display = (document.getElementById('cakeErr651c401680c0c-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>1082</b>]<div id="cakeErr651c401680c0c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-code').style.display = (document.getElementById('cakeErr651c401680c0c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-context').style.display = (document.getElementById('cakeErr651c401680c0c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680c0c-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="cakeErr651c401680c0c-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401680e56-trace').style.display = (document.getElementById('cakeErr651c401680e56-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>1082</b>]<div id="cakeErr651c401680e56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-code').style.display = (document.getElementById('cakeErr651c401680e56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-context').style.display = (document.getElementById('cakeErr651c401680e56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680e56-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="cakeErr651c401680e56-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401681061-trace').style.display = (document.getElementById('cakeErr651c401681061-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>1082</b>]<div id="cakeErr651c401681061-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-code').style.display = (document.getElementById('cakeErr651c401681061-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-context').style.display = (document.getElementById('cakeErr651c401681061-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401681061-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="cakeErr651c401681061-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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><input name="data[Client][password]" required="required" class="form-control validate[required,minSize[4],maxSize[15]]" placeholder="Password" type="password" id="ClientPassword"/> </div> </div> <div class="col-md-12"> <div class="col-md-4"> <button type="submit" class="btn btn-primary btn-sm"><span class="fa fa-sign-in"></span> Login</button> </div> <div class="col-md-6"> <a href="/Forgots/password" class="btn btn-sm">Forgot Password</a> </div> <div class="col-sm-12"> <a href="/Registers"><span class="glyphicon glyphicon-user"></span> New User? Create Account</a> </div> <div class="col-sm-12"> <a href="/Emailverifications/resend"><span class="glyphicon glyphicon-share-alt"></span> Re-Send Email Verification</a> </div> </div> </form> </div><!-- /.col-* --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.content --> </div><!-- /.main-inner --> </div><!-- /.main --> </div><!-- /.main-wrapper --> <div class="footer-wrapper"> <div class="container"> <div class="footer-inner"> <div class="footer-bottom"> <div class="footer-left"> Kuiville Real Estate © 2015 Time <span>03-10-2023 09:23:50 AM</span> Powered by <a href="http://www.rnbleads.com" target="_blank">Rnbleads</a> </div><!-- /.footer-left --> </div><!-- /.footer-bottom --> </div><!-- /.footer-inner --> </div><!-- /.container --> </div><!-- /.footer-wrapper --> </div><!-- /.page-wrapper --> <p> </p><p> </p><p> </p> <script type="text/javascript" src="/design1000/assets/js/scrollPosStyler.js"></script><div class="modal fade" id="targetModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-content"> </div> </div> </body> </html> ' ) 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 => 'Form', (int) 1 => 'Session', (int) 2 => 'Js', (int) 3 => 'Time' ) $result = null $name = 'Session'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::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() [function.compact]: 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/kui/crm.kuiville.com/app/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Kuiville Real Estate Crm" /> <meta name="author" content="Kuiville Real Estate" /> <meta name="google-translate-customization" content="839d71f7ff6044d0-328a2dc5159d6aa2-gd17de6447c9ba810-f"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>kuiville Real Estate, California Real Estate</title> <meta name="description" content="Kuiville Real Estate Crm"/> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,300,700&subset=latin,latin-ext"/><link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/libraries/owl-carousel/owl.carousel.css"/><link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.default.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/magnific-popup.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/villareal-turquoise.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/style.css"/><link rel="stylesheet" type="text/css" href="/css/validationEngine.jquery.css"/><script type="text/javascript" src="/js/jquery-1.11.2.min.js"></script><script type="text/javascript" src="/js/jquery.validationEngine-en.js"></script><script type="text/javascript" src="/js/jquery.validationEngine.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.js"></script><script type="text/javascript" src="/design1000/assets/js/tether.min.js"></script><script type="text/javascript" src="/design1000/assets/js/bootstrap.min.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.markercluster.js"></script><script type="text/javascript" src="/design1000/assets/libraries/owl-carousel/owl.carousel.min.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.magnific-popup.min.js"></script><script type="text/javascript" src="/design1000/assets/js/custom.js"></script><script type="text/javascript" src="/js/waiting-dialog.min.js"></script><script type="text/javascript" src="/js/custom.min.js"></script><script type="text/javascript" src="/js/langs/en.js"></script> </head> <body class="header-sticky"> <div class="page-wrapper"> <div class="header-wrapper"> <div class="header"> <ul class="nav nav-pills nav-topbar"> <li class="nav-item"><a href="/Registers"><i class="fa fa-user-plus"></i> Register</a></li> <li class="nav-item"><a href="/Clients/login"><i class="fa fa-lock"></i> Login</a></li> <li class="nav-item"><a href="/Favouriteproperties"><i class="fa fa-heart"></i> Favourite Properties</a></li> <li class="nav-item"><a href="/Compareproperties"><i class="fa fa-balance-scale"></i> Compare Properties</a></li> </ul> <div class="header-inner"> <div class="container"> <div class="header-top"> <div class="header-top-inner"> <a class="header-logo" href="#"> <img src="/img/5d076da394930fe9d8f711b60cc3dd45.png" alt="Kuiville Real Estate" class="" height="40"/> </a><!-- /.header-logo --> <div class="header-information"> <i class="fa fa-at"></i> <div class="header-information-block"> <strong>admin@kuiville.com</strong> <span>Ask Us Anything</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <div class="header-information"> <i class="fa fa-phone"></i> <div class="header-information-block"> <strong>1234567890, 1234567891</strong> <span>Call Us Monday To Friday</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <button class="navbar-toggler pull-xs-right hidden-md-up" type="button" data-toggle="collapse" data-target=".nav-primary-wrapper"> <span></span> <span></span> <span></span> </button> </div><!-- /.header-top-inner --> </div><!-- /.header-top --> <div class="header-bottom"> <div class="header-bottom-inner"> <div class="nav-primary-wrapper collapse navbar-toggleable-sm"> <ul class="nav nav-pills nav-primary"> <li class="nav-item"><a href="http://crm.kuiville.com" class="nav-link" target="_self"><span class="fa fa-home"></span> Home</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Properties" class="nav-link" target="_self"><span class="fa fa-building"></span> Search Property</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agencies" class="nav-link" target="_self"><span class="fa fa-book"></span> Agency</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agents" class="nav-link" target="_self"><span class="fa fa-user"></span> Agents</a></li> <li " class="nav-item"><a href="/Contents/pages/About-Us" class="nav-link"><span class="fa fa-newspaper-o"></span> About Us</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Contacts" class="nav-link" target="_self"><span class="fa fa-map"></span> Contact Us</a></li> </ul><!-- /.nav --> </div><!-- /.nav-primary --> </div><!-- /.header-bottom-inner --> </div><!-- /.header-bottom --> </div><!-- /.container --> </div><!-- /.header-inner --> </div><!-- /.header --> </div><!-- /.header-wrapper--> <div class="main-wrapper"> <div class="main"> <div class="main-inner"> <div class="content-title"> <div class="content-title-inner"> <div class="container"> <h1>Login</h1> </div><!-- /.container --> </div><!-- /.content-title-inner --> </div><!-- /.content-title --> <div class="content"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-offset-4"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-trace').style.display = (document.getElementById('cakeErr651c40167f8a9-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Using key `action` is deprecated, use `url` directly instead. [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>383</b>]<div id="cakeErr651c40167f8a9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-code').style.display = (document.getElementById('cakeErr651c40167f8a9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-context').style.display = (document.getElementById('cakeErr651c40167f8a9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40167f8a9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">])) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> trigger_error</span><span style="color: #007700">(</span><span style="color: #DD0000">'Using key `action` is deprecated, use `url` directly instead.'</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr651c40167f8a9-context" class="cake-context" style="display: none;">$model = 'Client' $options = array( 'controller' => 'Clients', 'action' => 'login', 'name' => 'post_req', 'id' => 'post_req', 'type' => 'post', 'url' => null, 'default' => true, 'encoding' => 'utf-8' ) $created = false $id = false $append = '' $key = 'id' $plugin = null $recordExists = false</pre><pre class="stack-trace">FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383 include - APP/View/Clients/login.ctp, line 18 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><form action="/clients/login" controller="Clients" name="post_req" id="post_req" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group"> <div class="row"> <label for="admin_id" class="col-sm-12 control-label">Email Id :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-envelope"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-trace').style.display = (document.getElementById('cakeErr651c40168040c-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>1082</b>]<div id="cakeErr651c40168040c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-code').style.display = (document.getElementById('cakeErr651c40168040c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-context').style.display = (document.getElementById('cakeErr651c40168040c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40168040c-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="cakeErr651c40168040c-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680696-trace').style.display = (document.getElementById('cakeErr651c401680696-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>1082</b>]<div id="cakeErr651c401680696-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-code').style.display = (document.getElementById('cakeErr651c401680696-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-context').style.display = (document.getElementById('cakeErr651c401680696-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680696-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="cakeErr651c401680696-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680914-trace').style.display = (document.getElementById('cakeErr651c401680914-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>1082</b>]<div id="cakeErr651c401680914-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-code').style.display = (document.getElementById('cakeErr651c401680914-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-context').style.display = (document.getElementById('cakeErr651c401680914-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680914-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="cakeErr651c401680914-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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><input name="data[Client][email]" required="required" class="form-control validate[required]" placeholder="Email Id" maxlength="255" type="email" id="ClientEmail"/> </div> </div> <div class="form-group"> <div class="row"> <label for="pass" class="col-sm-12 control-label">Password :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-lock"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-trace').style.display = (document.getElementById('cakeErr651c401680c0c-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>1082</b>]<div id="cakeErr651c401680c0c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-code').style.display = (document.getElementById('cakeErr651c401680c0c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-context').style.display = (document.getElementById('cakeErr651c401680c0c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680c0c-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="cakeErr651c401680c0c-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401680e56-trace').style.display = (document.getElementById('cakeErr651c401680e56-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>1082</b>]<div id="cakeErr651c401680e56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-code').style.display = (document.getElementById('cakeErr651c401680e56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-context').style.display = (document.getElementById('cakeErr651c401680e56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680e56-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="cakeErr651c401680e56-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401681061-trace').style.display = (document.getElementById('cakeErr651c401681061-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>1082</b>]<div id="cakeErr651c401681061-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-code').style.display = (document.getElementById('cakeErr651c401681061-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-context').style.display = (document.getElementById('cakeErr651c401681061-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401681061-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="cakeErr651c401681061-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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><input name="data[Client][password]" required="required" class="form-control validate[required,minSize[4],maxSize[15]]" placeholder="Password" type="password" id="ClientPassword"/> </div> </div> <div class="col-md-12"> <div class="col-md-4"> <button type="submit" class="btn btn-primary btn-sm"><span class="fa fa-sign-in"></span> Login</button> </div> <div class="col-md-6"> <a href="/Forgots/password" class="btn btn-sm">Forgot Password</a> </div> <div class="col-sm-12"> <a href="/Registers"><span class="glyphicon glyphicon-user"></span> New User? Create Account</a> </div> <div class="col-sm-12"> <a href="/Emailverifications/resend"><span class="glyphicon glyphicon-share-alt"></span> Re-Send Email Verification</a> </div> </div> </form> </div><!-- /.col-* --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.content --> </div><!-- /.main-inner --> </div><!-- /.main --> </div><!-- /.main-wrapper --> <div class="footer-wrapper"> <div class="container"> <div class="footer-inner"> <div class="footer-bottom"> <div class="footer-left"> Kuiville Real Estate © 2015 Time <span>03-10-2023 09:23:50 AM</span> Powered by <a href="http://www.rnbleads.com" target="_blank">Rnbleads</a> </div><!-- /.footer-left --> </div><!-- /.footer-bottom --> </div><!-- /.footer-inner --> </div><!-- /.container --> </div><!-- /.footer-wrapper --> </div><!-- /.page-wrapper --> <p> </p><p> </p><p> </p> <script type="text/javascript" src="/design1000/assets/js/scrollPosStyler.js"></script><div class="modal fade" id="targetModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-content"> </div> </div> </body> </html> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Kuiville Real Estate Crm" /> <meta name="author" content="Kuiville Real Estate" /> <meta name="google-translate-customization" content="839d71f7ff6044d0-328a2dc5159d6aa2-gd17de6447c9ba810-f"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>kuiville Real Estate, California Real Estate</title> <meta name="description" content="Kuiville Real Estate Crm"/> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,300,700&subset=latin,latin-ext"/><link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/libraries/owl-carousel/owl.carousel.css"/><link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.default.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/magnific-popup.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/villareal-turquoise.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/style.css"/><link rel="stylesheet" type="text/css" href="/css/validationEngine.jquery.css"/><script type="text/javascript" src="/js/jquery-1.11.2.min.js"></script><script type="text/javascript" src="/js/jquery.validationEngine-en.js"></script><script type="text/javascript" src="/js/jquery.validationEngine.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.js"></script><script type="text/javascript" src="/design1000/assets/js/tether.min.js"></script><script type="text/javascript" src="/design1000/assets/js/bootstrap.min.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.markercluster.js"></script><script type="text/javascript" src="/design1000/assets/libraries/owl-carousel/owl.carousel.min.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.magnific-popup.min.js"></script><script type="text/javascript" src="/design1000/assets/js/custom.js"></script><script type="text/javascript" src="/js/waiting-dialog.min.js"></script><script type="text/javascript" src="/js/custom.min.js"></script><script type="text/javascript" src="/js/langs/en.js"></script> </head> <body class="header-sticky"> <div class="page-wrapper"> <div class="header-wrapper"> <div class="header"> <ul class="nav nav-pills nav-topbar"> <li class="nav-item"><a href="/Registers"><i class="fa fa-user-plus"></i> Register</a></li> <li class="nav-item"><a href="/Clients/login"><i class="fa fa-lock"></i> Login</a></li> <li class="nav-item"><a href="/Favouriteproperties"><i class="fa fa-heart"></i> Favourite Properties</a></li> <li class="nav-item"><a href="/Compareproperties"><i class="fa fa-balance-scale"></i> Compare Properties</a></li> </ul> <div class="header-inner"> <div class="container"> <div class="header-top"> <div class="header-top-inner"> <a class="header-logo" href="#"> <img src="/img/5d076da394930fe9d8f711b60cc3dd45.png" alt="Kuiville Real Estate" class="" height="40"/> </a><!-- /.header-logo --> <div class="header-information"> <i class="fa fa-at"></i> <div class="header-information-block"> <strong>admin@kuiville.com</strong> <span>Ask Us Anything</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <div class="header-information"> <i class="fa fa-phone"></i> <div class="header-information-block"> <strong>1234567890, 1234567891</strong> <span>Call Us Monday To Friday</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <button class="navbar-toggler pull-xs-right hidden-md-up" type="button" data-toggle="collapse" data-target=".nav-primary-wrapper"> <span></span> <span></span> <span></span> </button> </div><!-- /.header-top-inner --> </div><!-- /.header-top --> <div class="header-bottom"> <div class="header-bottom-inner"> <div class="nav-primary-wrapper collapse navbar-toggleable-sm"> <ul class="nav nav-pills nav-primary"> <li class="nav-item"><a href="http://crm.kuiville.com" class="nav-link" target="_self"><span class="fa fa-home"></span> Home</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Properties" class="nav-link" target="_self"><span class="fa fa-building"></span> Search Property</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agencies" class="nav-link" target="_self"><span class="fa fa-book"></span> Agency</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agents" class="nav-link" target="_self"><span class="fa fa-user"></span> Agents</a></li> <li " class="nav-item"><a href="/Contents/pages/About-Us" class="nav-link"><span class="fa fa-newspaper-o"></span> About Us</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Contacts" class="nav-link" target="_self"><span class="fa fa-map"></span> Contact Us</a></li> </ul><!-- /.nav --> </div><!-- /.nav-primary --> </div><!-- /.header-bottom-inner --> </div><!-- /.header-bottom --> </div><!-- /.container --> </div><!-- /.header-inner --> </div><!-- /.header --> </div><!-- /.header-wrapper--> <div class="main-wrapper"> <div class="main"> <div class="main-inner"> <div class="content-title"> <div class="content-title-inner"> <div class="container"> <h1>Login</h1> </div><!-- /.container --> </div><!-- /.content-title-inner --> </div><!-- /.content-title --> <div class="content"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-offset-4"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-trace').style.display = (document.getElementById('cakeErr651c40167f8a9-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Using key `action` is deprecated, use `url` directly instead. [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>383</b>]<div id="cakeErr651c40167f8a9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-code').style.display = (document.getElementById('cakeErr651c40167f8a9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-context').style.display = (document.getElementById('cakeErr651c40167f8a9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40167f8a9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">])) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> trigger_error</span><span style="color: #007700">(</span><span style="color: #DD0000">'Using key `action` is deprecated, use `url` directly instead.'</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr651c40167f8a9-context" class="cake-context" style="display: none;">$model = 'Client' $options = array( 'controller' => 'Clients', 'action' => 'login', 'name' => 'post_req', 'id' => 'post_req', 'type' => 'post', 'url' => null, 'default' => true, 'encoding' => 'utf-8' ) $created = false $id = false $append = '' $key = 'id' $plugin = null $recordExists = false</pre><pre class="stack-trace">FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383 include - APP/View/Clients/login.ctp, line 18 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><form action="/clients/login" controller="Clients" name="post_req" id="post_req" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group"> <div class="row"> <label for="admin_id" class="col-sm-12 control-label">Email Id :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-envelope"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-trace').style.display = (document.getElementById('cakeErr651c40168040c-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>1082</b>]<div id="cakeErr651c40168040c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-code').style.display = (document.getElementById('cakeErr651c40168040c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-context').style.display = (document.getElementById('cakeErr651c40168040c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40168040c-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="cakeErr651c40168040c-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680696-trace').style.display = (document.getElementById('cakeErr651c401680696-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>1082</b>]<div id="cakeErr651c401680696-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-code').style.display = (document.getElementById('cakeErr651c401680696-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-context').style.display = (document.getElementById('cakeErr651c401680696-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680696-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="cakeErr651c401680696-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680914-trace').style.display = (document.getElementById('cakeErr651c401680914-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>1082</b>]<div id="cakeErr651c401680914-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-code').style.display = (document.getElementById('cakeErr651c401680914-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-context').style.display = (document.getElementById('cakeErr651c401680914-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680914-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="cakeErr651c401680914-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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><input name="data[Client][email]" required="required" class="form-control validate[required]" placeholder="Email Id" maxlength="255" type="email" id="ClientEmail"/> </div> </div> <div class="form-group"> <div class="row"> <label for="pass" class="col-sm-12 control-label">Password :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-lock"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-trace').style.display = (document.getElementById('cakeErr651c401680c0c-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>1082</b>]<div id="cakeErr651c401680c0c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-code').style.display = (document.getElementById('cakeErr651c401680c0c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-context').style.display = (document.getElementById('cakeErr651c401680c0c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680c0c-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="cakeErr651c401680c0c-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401680e56-trace').style.display = (document.getElementById('cakeErr651c401680e56-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>1082</b>]<div id="cakeErr651c401680e56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-code').style.display = (document.getElementById('cakeErr651c401680e56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-context').style.display = (document.getElementById('cakeErr651c401680e56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680e56-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="cakeErr651c401680e56-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401681061-trace').style.display = (document.getElementById('cakeErr651c401681061-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>1082</b>]<div id="cakeErr651c401681061-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-code').style.display = (document.getElementById('cakeErr651c401681061-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-context').style.display = (document.getElementById('cakeErr651c401681061-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401681061-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="cakeErr651c401681061-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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><input name="data[Client][password]" required="required" class="form-control validate[required,minSize[4],maxSize[15]]" placeholder="Password" type="password" id="ClientPassword"/> </div> </div> <div class="col-md-12"> <div class="col-md-4"> <button type="submit" class="btn btn-primary btn-sm"><span class="fa fa-sign-in"></span> Login</button> </div> <div class="col-md-6"> <a href="/Forgots/password" class="btn btn-sm">Forgot Password</a> </div> <div class="col-sm-12"> <a href="/Registers"><span class="glyphicon glyphicon-user"></span> New User? Create Account</a> </div> <div class="col-sm-12"> <a href="/Emailverifications/resend"><span class="glyphicon glyphicon-share-alt"></span> Re-Send Email Verification</a> </div> </div> </form> </div><!-- /.col-* --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.content --> </div><!-- /.main-inner --> </div><!-- /.main --> </div><!-- /.main-wrapper --> <div class="footer-wrapper"> <div class="container"> <div class="footer-inner"> <div class="footer-bottom"> <div class="footer-left"> Kuiville Real Estate © 2015 Time <span>03-10-2023 09:23:50 AM</span> Powered by <a href="http://www.rnbleads.com" target="_blank">Rnbleads</a> </div><!-- /.footer-left --> </div><!-- /.footer-bottom --> </div><!-- /.footer-inner --> </div><!-- /.container --> </div><!-- /.footer-wrapper --> </div><!-- /.page-wrapper --> <p> </p><p> </p><p> </p> <script type="text/javascript" src="/design1000/assets/js/scrollPosStyler.js"></script><div class="modal fade" id="targetModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-content"> </div> </div> </body> </html> ' ) 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 => 'Form', (int) 1 => 'Session', (int) 2 => 'Js', (int) 3 => 'Time' ) $result = null $name = 'Js'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::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() [function.compact]: 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/kui/crm.kuiville.com/app/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Kuiville Real Estate Crm" /> <meta name="author" content="Kuiville Real Estate" /> <meta name="google-translate-customization" content="839d71f7ff6044d0-328a2dc5159d6aa2-gd17de6447c9ba810-f"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>kuiville Real Estate, California Real Estate</title> <meta name="description" content="Kuiville Real Estate Crm"/> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,300,700&subset=latin,latin-ext"/><link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/libraries/owl-carousel/owl.carousel.css"/><link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.default.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/magnific-popup.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/villareal-turquoise.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/style.css"/><link rel="stylesheet" type="text/css" href="/css/validationEngine.jquery.css"/><script type="text/javascript" src="/js/jquery-1.11.2.min.js"></script><script type="text/javascript" src="/js/jquery.validationEngine-en.js"></script><script type="text/javascript" src="/js/jquery.validationEngine.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.js"></script><script type="text/javascript" src="/design1000/assets/js/tether.min.js"></script><script type="text/javascript" src="/design1000/assets/js/bootstrap.min.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.markercluster.js"></script><script type="text/javascript" src="/design1000/assets/libraries/owl-carousel/owl.carousel.min.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.magnific-popup.min.js"></script><script type="text/javascript" src="/design1000/assets/js/custom.js"></script><script type="text/javascript" src="/js/waiting-dialog.min.js"></script><script type="text/javascript" src="/js/custom.min.js"></script><script type="text/javascript" src="/js/langs/en.js"></script> </head> <body class="header-sticky"> <div class="page-wrapper"> <div class="header-wrapper"> <div class="header"> <ul class="nav nav-pills nav-topbar"> <li class="nav-item"><a href="/Registers"><i class="fa fa-user-plus"></i> Register</a></li> <li class="nav-item"><a href="/Clients/login"><i class="fa fa-lock"></i> Login</a></li> <li class="nav-item"><a href="/Favouriteproperties"><i class="fa fa-heart"></i> Favourite Properties</a></li> <li class="nav-item"><a href="/Compareproperties"><i class="fa fa-balance-scale"></i> Compare Properties</a></li> </ul> <div class="header-inner"> <div class="container"> <div class="header-top"> <div class="header-top-inner"> <a class="header-logo" href="#"> <img src="/img/5d076da394930fe9d8f711b60cc3dd45.png" alt="Kuiville Real Estate" class="" height="40"/> </a><!-- /.header-logo --> <div class="header-information"> <i class="fa fa-at"></i> <div class="header-information-block"> <strong>admin@kuiville.com</strong> <span>Ask Us Anything</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <div class="header-information"> <i class="fa fa-phone"></i> <div class="header-information-block"> <strong>1234567890, 1234567891</strong> <span>Call Us Monday To Friday</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <button class="navbar-toggler pull-xs-right hidden-md-up" type="button" data-toggle="collapse" data-target=".nav-primary-wrapper"> <span></span> <span></span> <span></span> </button> </div><!-- /.header-top-inner --> </div><!-- /.header-top --> <div class="header-bottom"> <div class="header-bottom-inner"> <div class="nav-primary-wrapper collapse navbar-toggleable-sm"> <ul class="nav nav-pills nav-primary"> <li class="nav-item"><a href="http://crm.kuiville.com" class="nav-link" target="_self"><span class="fa fa-home"></span> Home</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Properties" class="nav-link" target="_self"><span class="fa fa-building"></span> Search Property</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agencies" class="nav-link" target="_self"><span class="fa fa-book"></span> Agency</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agents" class="nav-link" target="_self"><span class="fa fa-user"></span> Agents</a></li> <li " class="nav-item"><a href="/Contents/pages/About-Us" class="nav-link"><span class="fa fa-newspaper-o"></span> About Us</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Contacts" class="nav-link" target="_self"><span class="fa fa-map"></span> Contact Us</a></li> </ul><!-- /.nav --> </div><!-- /.nav-primary --> </div><!-- /.header-bottom-inner --> </div><!-- /.header-bottom --> </div><!-- /.container --> </div><!-- /.header-inner --> </div><!-- /.header --> </div><!-- /.header-wrapper--> <div class="main-wrapper"> <div class="main"> <div class="main-inner"> <div class="content-title"> <div class="content-title-inner"> <div class="container"> <h1>Login</h1> </div><!-- /.container --> </div><!-- /.content-title-inner --> </div><!-- /.content-title --> <div class="content"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-offset-4"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-trace').style.display = (document.getElementById('cakeErr651c40167f8a9-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Using key `action` is deprecated, use `url` directly instead. [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>383</b>]<div id="cakeErr651c40167f8a9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-code').style.display = (document.getElementById('cakeErr651c40167f8a9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-context').style.display = (document.getElementById('cakeErr651c40167f8a9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40167f8a9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">])) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> trigger_error</span><span style="color: #007700">(</span><span style="color: #DD0000">'Using key `action` is deprecated, use `url` directly instead.'</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr651c40167f8a9-context" class="cake-context" style="display: none;">$model = 'Client' $options = array( 'controller' => 'Clients', 'action' => 'login', 'name' => 'post_req', 'id' => 'post_req', 'type' => 'post', 'url' => null, 'default' => true, 'encoding' => 'utf-8' ) $created = false $id = false $append = '' $key = 'id' $plugin = null $recordExists = false</pre><pre class="stack-trace">FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383 include - APP/View/Clients/login.ctp, line 18 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><form action="/clients/login" controller="Clients" name="post_req" id="post_req" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group"> <div class="row"> <label for="admin_id" class="col-sm-12 control-label">Email Id :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-envelope"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-trace').style.display = (document.getElementById('cakeErr651c40168040c-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>1082</b>]<div id="cakeErr651c40168040c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-code').style.display = (document.getElementById('cakeErr651c40168040c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-context').style.display = (document.getElementById('cakeErr651c40168040c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40168040c-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="cakeErr651c40168040c-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680696-trace').style.display = (document.getElementById('cakeErr651c401680696-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>1082</b>]<div id="cakeErr651c401680696-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-code').style.display = (document.getElementById('cakeErr651c401680696-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-context').style.display = (document.getElementById('cakeErr651c401680696-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680696-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="cakeErr651c401680696-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680914-trace').style.display = (document.getElementById('cakeErr651c401680914-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>1082</b>]<div id="cakeErr651c401680914-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-code').style.display = (document.getElementById('cakeErr651c401680914-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-context').style.display = (document.getElementById('cakeErr651c401680914-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680914-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="cakeErr651c401680914-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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><input name="data[Client][email]" required="required" class="form-control validate[required]" placeholder="Email Id" maxlength="255" type="email" id="ClientEmail"/> </div> </div> <div class="form-group"> <div class="row"> <label for="pass" class="col-sm-12 control-label">Password :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-lock"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-trace').style.display = (document.getElementById('cakeErr651c401680c0c-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>1082</b>]<div id="cakeErr651c401680c0c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-code').style.display = (document.getElementById('cakeErr651c401680c0c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-context').style.display = (document.getElementById('cakeErr651c401680c0c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680c0c-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="cakeErr651c401680c0c-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401680e56-trace').style.display = (document.getElementById('cakeErr651c401680e56-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>1082</b>]<div id="cakeErr651c401680e56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-code').style.display = (document.getElementById('cakeErr651c401680e56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-context').style.display = (document.getElementById('cakeErr651c401680e56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680e56-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="cakeErr651c401680e56-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401681061-trace').style.display = (document.getElementById('cakeErr651c401681061-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>1082</b>]<div id="cakeErr651c401681061-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-code').style.display = (document.getElementById('cakeErr651c401681061-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-context').style.display = (document.getElementById('cakeErr651c401681061-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401681061-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="cakeErr651c401681061-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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><input name="data[Client][password]" required="required" class="form-control validate[required,minSize[4],maxSize[15]]" placeholder="Password" type="password" id="ClientPassword"/> </div> </div> <div class="col-md-12"> <div class="col-md-4"> <button type="submit" class="btn btn-primary btn-sm"><span class="fa fa-sign-in"></span> Login</button> </div> <div class="col-md-6"> <a href="/Forgots/password" class="btn btn-sm">Forgot Password</a> </div> <div class="col-sm-12"> <a href="/Registers"><span class="glyphicon glyphicon-user"></span> New User? Create Account</a> </div> <div class="col-sm-12"> <a href="/Emailverifications/resend"><span class="glyphicon glyphicon-share-alt"></span> Re-Send Email Verification</a> </div> </div> </form> </div><!-- /.col-* --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.content --> </div><!-- /.main-inner --> </div><!-- /.main --> </div><!-- /.main-wrapper --> <div class="footer-wrapper"> <div class="container"> <div class="footer-inner"> <div class="footer-bottom"> <div class="footer-left"> Kuiville Real Estate © 2015 Time <span>03-10-2023 09:23:50 AM</span> Powered by <a href="http://www.rnbleads.com" target="_blank">Rnbleads</a> </div><!-- /.footer-left --> </div><!-- /.footer-bottom --> </div><!-- /.footer-inner --> </div><!-- /.container --> </div><!-- /.footer-wrapper --> </div><!-- /.page-wrapper --> <p> </p><p> </p><p> </p> <script type="text/javascript" src="/design1000/assets/js/scrollPosStyler.js"></script><div class="modal fade" id="targetModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-content"> </div> </div> </body> </html> ' ) $options = array( 'modParams' => (int) 1, 'break' => false, 'breakOn' => false, 'collectReturn' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.ctp', (int) 1 => '<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Kuiville Real Estate Crm" /> <meta name="author" content="Kuiville Real Estate" /> <meta name="google-translate-customization" content="839d71f7ff6044d0-328a2dc5159d6aa2-gd17de6447c9ba810-f"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>kuiville Real Estate, California Real Estate</title> <meta name="description" content="Kuiville Real Estate Crm"/> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,300,700&subset=latin,latin-ext"/><link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/libraries/owl-carousel/owl.carousel.css"/><link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/leaflet.markercluster.default.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/magnific-popup.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/villareal-turquoise.css"/><link rel="stylesheet" type="text/css" href="/design1000/assets/css/style.css"/><link rel="stylesheet" type="text/css" href="/css/validationEngine.jquery.css"/><script type="text/javascript" src="/js/jquery-1.11.2.min.js"></script><script type="text/javascript" src="/js/jquery.validationEngine-en.js"></script><script type="text/javascript" src="/js/jquery.validationEngine.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.js"></script><script type="text/javascript" src="/design1000/assets/js/tether.min.js"></script><script type="text/javascript" src="/design1000/assets/js/bootstrap.min.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.js"></script><script type="text/javascript" src="/design1000/assets/js/leaflet.markercluster.js"></script><script type="text/javascript" src="/design1000/assets/libraries/owl-carousel/owl.carousel.min.js"></script><script type="text/javascript" src="/design1000/assets/js/jquery.magnific-popup.min.js"></script><script type="text/javascript" src="/design1000/assets/js/custom.js"></script><script type="text/javascript" src="/js/waiting-dialog.min.js"></script><script type="text/javascript" src="/js/custom.min.js"></script><script type="text/javascript" src="/js/langs/en.js"></script> </head> <body class="header-sticky"> <div class="page-wrapper"> <div class="header-wrapper"> <div class="header"> <ul class="nav nav-pills nav-topbar"> <li class="nav-item"><a href="/Registers"><i class="fa fa-user-plus"></i> Register</a></li> <li class="nav-item"><a href="/Clients/login"><i class="fa fa-lock"></i> Login</a></li> <li class="nav-item"><a href="/Favouriteproperties"><i class="fa fa-heart"></i> Favourite Properties</a></li> <li class="nav-item"><a href="/Compareproperties"><i class="fa fa-balance-scale"></i> Compare Properties</a></li> </ul> <div class="header-inner"> <div class="container"> <div class="header-top"> <div class="header-top-inner"> <a class="header-logo" href="#"> <img src="/img/5d076da394930fe9d8f711b60cc3dd45.png" alt="Kuiville Real Estate" class="" height="40"/> </a><!-- /.header-logo --> <div class="header-information"> <i class="fa fa-at"></i> <div class="header-information-block"> <strong>admin@kuiville.com</strong> <span>Ask Us Anything</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <div class="header-information"> <i class="fa fa-phone"></i> <div class="header-information-block"> <strong>1234567890, 1234567891</strong> <span>Call Us Monday To Friday</span> </div><!-- /.header-information-block --> </div><!-- /.header-information --> <button class="navbar-toggler pull-xs-right hidden-md-up" type="button" data-toggle="collapse" data-target=".nav-primary-wrapper"> <span></span> <span></span> <span></span> </button> </div><!-- /.header-top-inner --> </div><!-- /.header-top --> <div class="header-bottom"> <div class="header-bottom-inner"> <div class="nav-primary-wrapper collapse navbar-toggleable-sm"> <ul class="nav nav-pills nav-primary"> <li class="nav-item"><a href="http://crm.kuiville.com" class="nav-link" target="_self"><span class="fa fa-home"></span> Home</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Properties" class="nav-link" target="_self"><span class="fa fa-building"></span> Search Property</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agencies" class="nav-link" target="_self"><span class="fa fa-book"></span> Agency</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Agents" class="nav-link" target="_self"><span class="fa fa-user"></span> Agents</a></li> <li " class="nav-item"><a href="/Contents/pages/About-Us" class="nav-link"><span class="fa fa-newspaper-o"></span> About Us</a></li> <li class="nav-item"><a href="http://crm.kuiville.com/Contacts" class="nav-link" target="_self"><span class="fa fa-map"></span> Contact Us</a></li> </ul><!-- /.nav --> </div><!-- /.nav-primary --> </div><!-- /.header-bottom-inner --> </div><!-- /.header-bottom --> </div><!-- /.container --> </div><!-- /.header-inner --> </div><!-- /.header --> </div><!-- /.header-wrapper--> <div class="main-wrapper"> <div class="main"> <div class="main-inner"> <div class="content-title"> <div class="content-title-inner"> <div class="container"> <h1>Login</h1> </div><!-- /.container --> </div><!-- /.content-title-inner --> </div><!-- /.content-title --> <div class="content"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-offset-4"> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-trace').style.display = (document.getElementById('cakeErr651c40167f8a9-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Using key `action` is deprecated, use `url` directly instead. [<b>CORE/Cake/View/Helper/FormHelper.php</b>, line <b>383</b>]<div id="cakeErr651c40167f8a9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-code').style.display = (document.getElementById('cakeErr651c40167f8a9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40167f8a9-context').style.display = (document.getElementById('cakeErr651c40167f8a9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40167f8a9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">if (isset(</span><span style="color: #0000BB">$options</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">])) {</span></span></code> <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"> trigger_error</span><span style="color: #007700">(</span><span style="color: #DD0000">'Using key `action` is deprecated, use `url` directly instead.'</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span></pre><pre id="cakeErr651c40167f8a9-context" class="cake-context" style="display: none;">$model = 'Client' $options = array( 'controller' => 'Clients', 'action' => 'login', 'name' => 'post_req', 'id' => 'post_req', 'type' => 'post', 'url' => null, 'default' => true, 'encoding' => 'utf-8' ) $created = false $id = false $append = '' $key = 'id' $plugin = null $recordExists = false</pre><pre class="stack-trace">FormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383 include - APP/View/Clients/login.ctp, line 18 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><form action="/clients/login" controller="Clients" name="post_req" id="post_req" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group"> <div class="row"> <label for="admin_id" class="col-sm-12 control-label">Email Id :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-envelope"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-trace').style.display = (document.getElementById('cakeErr651c40168040c-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>1082</b>]<div id="cakeErr651c40168040c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-code').style.display = (document.getElementById('cakeErr651c40168040c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c40168040c-context').style.display = (document.getElementById('cakeErr651c40168040c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c40168040c-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="cakeErr651c40168040c-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680696-trace').style.display = (document.getElementById('cakeErr651c401680696-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>1082</b>]<div id="cakeErr651c401680696-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-code').style.display = (document.getElementById('cakeErr651c401680696-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680696-context').style.display = (document.getElementById('cakeErr651c401680696-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680696-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="cakeErr651c401680696-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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('cakeErr651c401680914-trace').style.display = (document.getElementById('cakeErr651c401680914-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>1082</b>]<div id="cakeErr651c401680914-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-code').style.display = (document.getElementById('cakeErr651c401680914-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680914-context').style.display = (document.getElementById('cakeErr651c401680914-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680914-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="cakeErr651c401680914-context" class="cake-context" style="display: none;">$fieldName = 'email' $options = array( 'required' => true, 'class' => 'form-control validate[required]', 'placeholder' => 'Email Id', 'maxlength' => (int) 255 ) $divOptions = array() $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 1082 include - APP/View/Clients/login.ctp, line 25 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><input name="data[Client][email]" required="required" class="form-control validate[required]" placeholder="Email Id" maxlength="255" type="email" id="ClientEmail"/> </div> </div> <div class="form-group"> <div class="row"> <label for="pass" class="col-sm-12 control-label">Password :</label> </div> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-lock"></i></span> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-trace').style.display = (document.getElementById('cakeErr651c401680c0c-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>1082</b>]<div id="cakeErr651c401680c0c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-code').style.display = (document.getElementById('cakeErr651c401680c0c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680c0c-context').style.display = (document.getElementById('cakeErr651c401680c0c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680c0c-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="cakeErr651c401680c0c-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401680e56-trace').style.display = (document.getElementById('cakeErr651c401680e56-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>1082</b>]<div id="cakeErr651c401680e56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-code').style.display = (document.getElementById('cakeErr651c401680e56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401680e56-context').style.display = (document.getElementById('cakeErr651c401680e56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401680e56-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="cakeErr651c401680e56-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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('cakeErr651c401681061-trace').style.display = (document.getElementById('cakeErr651c401681061-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>1082</b>]<div id="cakeErr651c401681061-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-code').style.display = (document.getElementById('cakeErr651c401681061-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr651c401681061-context').style.display = (document.getElementById('cakeErr651c401681061-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr651c401681061-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="cakeErr651c401681061-context" class="cake-context" style="display: none;">$fieldName = 'password' $options = array( 'required' => true, 'class' => 'form-control validate[required,minSize[4],maxSize[15]]', 'placeholder' => 'Password' ) $divOptions = array() $label = false $error = null $errorMessage = true $selected = null $type = 'password' $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 1082 include - APP/View/Clients/login.ctp, line 34 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><input name="data[Client][password]" required="required" class="form-control validate[required,minSize[4],maxSize[15]]" placeholder="Password" type="password" id="ClientPassword"/> </div> </div> <div class="col-md-12"> <div class="col-md-4"> <button type="submit" class="btn btn-primary btn-sm"><span class="fa fa-sign-in"></span> Login</button> </div> <div class="col-md-6"> <a href="/Forgots/password" class="btn btn-sm">Forgot Password</a> </div> <div class="col-sm-12"> <a href="/Registers"><span class="glyphicon glyphicon-user"></span> New User? Create Account</a> </div> <div class="col-sm-12"> <a href="/Emailverifications/resend"><span class="glyphicon glyphicon-share-alt"></span> Re-Send Email Verification</a> </div> </div> </form> </div><!-- /.col-* --> </div><!-- /.row --> </div><!-- /.container --> </div><!-- /.content --> </div><!-- /.main-inner --> </div><!-- /.main --> </div><!-- /.main-wrapper --> <div class="footer-wrapper"> <div class="container"> <div class="footer-inner"> <div class="footer-bottom"> <div class="footer-left"> Kuiville Real Estate © 2015 Time <span>03-10-2023 09:23:50 AM</span> Powered by <a href="http://www.rnbleads.com" target="_blank">Rnbleads</a> </div><!-- /.footer-left --> </div><!-- /.footer-bottom --> </div><!-- /.footer-inner --> </div><!-- /.container --> </div><!-- /.footer-wrapper --> </div><!-- /.page-wrapper --> <p> </p><p> </p><p> </p> <script type="text/javascript" src="/design1000/assets/js/scrollPosStyler.js"></script><div class="modal fade" id="targetModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-content"> </div> </div> </body> </html> ' ) 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 => 'Form', (int) 1 => 'Session', (int) 2 => 'Js', (int) 3 => 'Time' ) $result = null $name = 'Time'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::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() [function.compact]: 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 = 'afterLayout' $params = array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.afterLayout' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Form', (int) 1 => 'Session', (int) 2 => 'Js', (int) 3 => 'Time' ) $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 548 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() [function.compact]: 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 = 'afterLayout' $params = array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.afterLayout' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Form', (int) 1 => 'Session', (int) 2 => 'Js', (int) 3 => 'Time' ) $result = null $name = 'Session'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 548 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() [function.compact]: 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 = 'afterLayout' $params = array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.afterLayout' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Form', (int) 1 => 'Session', (int) 2 => 'Js', (int) 3 => 'Time' ) $result = null $name = 'Js'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 548 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() [function.compact]: 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 = 'afterLayout' $params = array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.ctp' ) $options = array( 'break' => false, 'breakOn' => false, 'collectReturn' => false, 'modParams' => false ) $event = object(CakeEvent) { data => array( (int) 0 => '/home/kui/crm.kuiville.com/app/View/Layouts/default.ctp' ) result => null omitSubject => true [protected] _name => 'View.afterLayout' [protected] _subject => object(View) {} [protected] _stopped => false } $opt = 'modParams' $parts = array( (int) 0 => 'View' ) $collected = array() $list = array( (int) 0 => 'Form', (int) 1 => 'Session', (int) 2 => 'Js', (int) 3 => 'Time' ) $result = null $name = 'Time'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 548 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
Deprecated (16384): Using key `action` is deprecated, use `url` directly instead. [CORE/Cake/View/Helper/FormHelper.php, line 383]Code Context
if (isset($options['action'])) {
trigger_error('Using key `action` is deprecated, use `url` directly instead.', E_USER_DEPRECATED);
$model = 'Client' $options = array( 'controller' => 'Clients', 'action' => 'login', 'name' => 'post_req', 'id' => 'post_req', 'type' => 'post', 'url' => null, 'default' => true, 'encoding' => 'utf-8' ) $created = false $id = false $append = '' $key = 'id' $plugin = null $recordExists = falseFormHelper::create() - CORE/Cake/View/Helper/FormHelper.php, line 383 include - APP/View/Clients/login.ctp, line 18 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