Notice (8) : compact(): Undefined variable: etagMatches [CORE/src/Http/Response.php , line 1887 ]Code Context }
$checks = compact ( 'etagMatches' , 'timeMatches' );
if (empty( $checks )) {
$request = object(Cake\Http\ServerRequest) {
params => [
'pass' => [[maximum depth reached]],
'controller' => 'Users',
'action' => 'login',
'plugin' => null,
'_matchedRoute' => '/login',
'_ext' => null,
'isAjax' => false
]
data => []
query => []
cookies => [
'CAKEPHP' => 'f72e8cbddad51f3535fead608f839a33'
]
url => 'login'
base => '/shivcomputer'
webroot => '/shivcomputer/'
here => '/shivcomputer/login'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_COOKIE' => 'CAKEPHP=f72e8cbddad51f3535fead608f839a33',
'HTTP_HOST' => 'manageitstore.com',
'HTTP_REFERER' => 'https://manageitstore.com/',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.222.161.245',
'HTTP_X_REAL_IP' => '18.222.161.245',
'HTTP_X_EIG_ORIGIN' => '116.206.105.72',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2fzb8D9cS88Md94z5XjNQAAAck',
'REDIRECT_REDIRECT_QS_SrvConn' => '135',
'REDIRECT_REDIRECT_QS_AllConn' => '135',
'REDIRECT_REDIRECT_QS_ConnectionId' => '1734865775086078571034402',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/shivcomputer/login',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://manageitstore.com/shivcomputer/login',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z2fzb8D9cS88Md94z5XjNQAAAck',
'REDIRECT_QS_SrvConn' => '135',
'REDIRECT_QS_AllConn' => '135',
'REDIRECT_QS_ConnectionId' => '1734865775086078571034402',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/shivcomputer/login',
'REDIRECT_SCRIPT_URI' => 'https://manageitstore.com/shivcomputer/login',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z2fzb8D9cS88Md94z5XjNQAAAck',
'QS_SrvConn' => '135',
'QS_AllConn' => '135',
'QS_ConnectionId' => '1734865775086078571034402',
'no-proxy' => '1',
'SCRIPT_URL' => '/shivcomputer/login',
'SCRIPT_URI' => 'https://manageitstore.com/shivcomputer/login',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'manageitstore.com',
'SERVER_ADDR' => '116.206.105.72',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.222.161.245',
'DOCUMENT_ROOT' => '/home4/managevu/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home4/managevu/public_html',
'SERVER_ADMIN' => 'webmaster@manageitstore.com',
'SCRIPT_FILENAME' => '/home4/managevu/public_html/shivcomputer/webroot/index.php',
'REMOTE_PORT' => '10398',
'REDIRECT_URL' => '/shivcomputer/webroot/login',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/shivcomputer/login',
'SCRIPT_NAME' => '/shivcomputer/webroot/index.php',
'PHP_SELF' => '/shivcomputer/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734865775.1003,
'REQUEST_TIME' => (int) 1734865775,
'argv' => [[maximum depth reached]],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
[maximum depth reached]
],
'post' => [
[maximum depth reached]
],
'put' => [
[maximum depth reached]
],
'patch' => [
[maximum depth reached]
],
'delete' => [
[maximum depth reached]
],
'head' => [
[maximum depth reached]
],
'options' => [
[maximum depth reached]
],
'ssl' => [
[maximum depth reached]
],
'ajax' => [
[maximum depth reached]
],
'flash' => [
[maximum depth reached]
],
'requested' => [
[maximum depth reached]
],
'json' => [
[maximum depth reached]
],
'xml' => [
[maximum depth reached]
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false,
'post' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Network\Session) {}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
$etags = []
$modifiedSince = null
$responseTag = null compact - [internal], line ??
Cake\Http\Response::checkNotModified() - CORE/src/Http/Response.php, line 1887
Cake\Controller\Component\RequestHandlerComponent::beforeRender() - CORE/src/Controller/Component/RequestHandlerComponent.php, line 334
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 416
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 393
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 110
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 610
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 109
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Notice (8) : compact() [<a href='https://secure.php.net/function.compact'>function.compact</a>]: Undefined variable: timeMatches [CORE/src/Http/Response.php , line 1887 ]Code Context }
$checks = compact ( 'etagMatches' , 'timeMatches' );
if (empty( $checks )) {
$request = object(Cake\Http\ServerRequest) {
params => [
'pass' => [[maximum depth reached]],
'controller' => 'Users',
'action' => 'login',
'plugin' => null,
'_matchedRoute' => '/login',
'_ext' => null,
'isAjax' => false
]
data => []
query => []
cookies => [
'CAKEPHP' => 'f72e8cbddad51f3535fead608f839a33'
]
url => 'login'
base => '/shivcomputer'
webroot => '/shivcomputer/'
here => '/shivcomputer/login'
trustProxy => false
[protected] _environment => [
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'HTTP_CONNECTION' => '',
'CONTENT_LENGTH' => '0',
'HTTP_COOKIE' => 'CAKEPHP=f72e8cbddad51f3535fead608f839a33',
'HTTP_HOST' => 'manageitstore.com',
'HTTP_REFERER' => 'https://manageitstore.com/',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_FORWARDED_FOR' => '18.222.161.245',
'HTTP_X_REAL_IP' => '18.222.161.245',
'HTTP_X_EIG_ORIGIN' => '116.206.105.72',
'HTTP_X_CACHE_REQ' => '1',
'HTTP_X_HTTPS' => '1',
'REDIRECT_REDIRECT_UNIQUE_ID' => 'Z2fzb8D9cS88Md94z5XjNQAAAck',
'REDIRECT_REDIRECT_QS_SrvConn' => '135',
'REDIRECT_REDIRECT_QS_AllConn' => '135',
'REDIRECT_REDIRECT_QS_ConnectionId' => '1734865775086078571034402',
'REDIRECT_REDIRECT_no-proxy' => '1',
'REDIRECT_REDIRECT_SCRIPT_URL' => '/shivcomputer/login',
'REDIRECT_REDIRECT_SCRIPT_URI' => 'https://manageitstore.com/shivcomputer/login',
'REDIRECT_REDIRECT_HTTPS' => 'on',
'REDIRECT_REDIRECT_STATUS' => '200',
'REDIRECT_UNIQUE_ID' => 'Z2fzb8D9cS88Md94z5XjNQAAAck',
'REDIRECT_QS_SrvConn' => '135',
'REDIRECT_QS_AllConn' => '135',
'REDIRECT_QS_ConnectionId' => '1734865775086078571034402',
'REDIRECT_no-proxy' => '1',
'REDIRECT_SCRIPT_URL' => '/shivcomputer/login',
'REDIRECT_SCRIPT_URI' => 'https://manageitstore.com/shivcomputer/login',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z2fzb8D9cS88Md94z5XjNQAAAck',
'QS_SrvConn' => '135',
'QS_AllConn' => '135',
'QS_ConnectionId' => '1734865775086078571034402',
'no-proxy' => '1',
'SCRIPT_URL' => '/shivcomputer/login',
'SCRIPT_URI' => 'https://manageitstore.com/shivcomputer/login',
'HTTPS' => 'on',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'manageitstore.com',
'SERVER_ADDR' => '116.206.105.72',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '18.222.161.245',
'DOCUMENT_ROOT' => '/home4/managevu/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home4/managevu/public_html',
'SERVER_ADMIN' => 'webmaster@manageitstore.com',
'SCRIPT_FILENAME' => '/home4/managevu/public_html/shivcomputer/webroot/index.php',
'REMOTE_PORT' => '10398',
'REDIRECT_URL' => '/shivcomputer/webroot/login',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/shivcomputer/login',
'SCRIPT_NAME' => '/shivcomputer/webroot/index.php',
'PHP_SELF' => '/shivcomputer/webroot/index.php',
'REQUEST_TIME_FLOAT' => (float) 1734865775.1003,
'REQUEST_TIME' => (int) 1734865775,
'argv' => [[maximum depth reached]],
'argc' => (int) 0,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
[maximum depth reached]
],
'post' => [
[maximum depth reached]
],
'put' => [
[maximum depth reached]
],
'patch' => [
[maximum depth reached]
],
'delete' => [
[maximum depth reached]
],
'head' => [
[maximum depth reached]
],
'options' => [
[maximum depth reached]
],
'ssl' => [
[maximum depth reached]
],
'ajax' => [
[maximum depth reached]
],
'flash' => [
[maximum depth reached]
],
'requested' => [
[maximum depth reached]
],
'json' => [
[maximum depth reached]
],
'xml' => [
[maximum depth reached]
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false,
'post' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Network\Session) {}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
$etags = []
$modifiedSince = null
$responseTag = null compact - [internal], line ??
Cake\Http\Response::checkNotModified() - CORE/src/Http/Response.php, line 1887
Cake\Controller\Component\RequestHandlerComponent::beforeRender() - CORE/src/Controller/Component/RequestHandlerComponent.php, line 334
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 416
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 393
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 110
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 610
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 109
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 104
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 88
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 98
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Warning (512) : Unable to emit headers. Headers sent in file=/home4/managevu/public_html/shivcomputer/vendor/cakephp/cakephp/src/Error/Debugger.php line=850 [CORE/src/Http/ResponseEmitter.php , line 48 ]Code Context if ( Configure :: read ( 'debug' )) {
trigger_error ( $message , E_USER_WARNING );
} else {
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
IT SQUARE: Support More Simple:
Users </title>
<link href="/shivcomputer/favicon.ico" type="image/x-icon" rel="icon"/><link href="/shivcomputer/favicon.ico" type="image/x-icon" rel="shortcut icon"/>
<link rel="stylesheet" href="/shivcomputer/css/jquery-ui/css/no-theme/jquery-ui-1.10.3.custom.min.css"/>
<link rel="stylesheet" href="/shivcomputer/css/font-icons/entypo/css/entypo.css"/>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic"/>
<link rel="stylesheet" href="/shivcomputer/css/bootstrap.css"/>
<link rel="stylesheet" href="/shivcomputer/css/neon-core.css"/>
<link rel="stylesheet" href="/shivcomputer/css/neon-theme.css"/>
<link rel="stylesheet" href="/shivcomputer/css/neon-forms.css"/>
<link rel="stylesheet" href="/shivcomputer/css/custom.css"/>
<link rel="stylesheet" href="/shivcomputer/css/skins/white.css"/>
<script src="/shivcomputer/js/jquery-1.11.0.min.js"></script>
</head>
<body class="page-body login-page login-form-fall">
<div class="alert alert-danger alert-dismissible" onclick="this.classList.add('hidden')">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h4 class="success-msgtext"><i class="icon fa fa-check"></i> Error! Did you really think you are allowed to see that?</h4>
</div>
<div class="login-container">
<div class="login-header login-caret">
<div class="login-content">
<a href="javascript::void()" class="logo">
<img src="/shivcomputer/img/images/logo.png" style="width:100%;" alt=""/> </a>
</div>
<div class="login-progressbar">
<div></div>
</div>
<div class="login-form">
<div class="login-content">
<br />
<b>Deprecated</b>: Array and string offset access syntax with curly braces is deprecated in <b>/home4/managevu/public_html/shivcomputer/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php</b> on line <b>1963</b><br />
<form method="post" accept-charset="utf-8" action="/shivcomputer/login"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group">
<div class="input-group">
<div class="input-group-addon">
<i class="entypo-user"></i>
</div>
<div class="input email"><input type="email" name="email" class="form-control" placeholder="Email Id" id="email"/></div> </div>
</div>
<div class="form-group">
<div class="input-group">
<div class="input-group-addon">
<i class="entypo-key"></i>
</div>
<div class="input password"><input type="password" name="password" class="form-control" placeholder="Password" id="password"/></div> </div>
<input type="hidden" name="login" value="1"/> </div>
<div class="form-group">
<button type="submit" class="btn btn-primary btn-block btn-login">
<i class="entypo-login"></i>
Login In
</button>
</div>
<!-- Implemented in v1.1.4 -->
<div class="form-group">
<em>- or -</em>
</div>
</form> <div class="login-bottom-links">
<a href="/shivcomputer/users/forgotpassword" class="link">Forgot your password ?</a> </div>
</div>
</div>
</div>
<footer>
</footer>
<link rel="stylesheet" href="/shivcomputer/css/jvectormap/jquery-jvectormap-1.2.2.css"/>
<link rel="stylesheet" href="/shivcomputer/css/rickshaw/rickshaw.min.css"/>
<script src="/shivcomputer/js/gsap/main-gsap.js"></script>
<script src="/shivcomputer/js/jquery-ui/js/jquery-ui-1.10.3.minimal.min.js"></script>
<script src="/shivcomputer/js/bootstrap.js"></script>
<script src="/shivcomputer/js/joinable.js"></script>
<script src="/shivcomputer/js/resizeable.js"></script>
<script src="/shivcomputer/js/neon-api.js"></script>
<script src="/shivcomputer/js/jquery.validate.min.js"></script>
<script src="/shivcomputer/js/neon-login.js"></script>
<script src="/shivcomputer/js/neon-custom.js"></script>
<script src="/shivcomputer/js/neon-demo.js"></script>
<!-- Bottom Scripts -->
<script id="__debug_kit" data-id="b9258cdd-c695-4914-aba5-b372714d802a" data-url="https://manageitstore.com/shivcomputer/" src="/shivcomputer/debug_kit/js/toolbar.js?1520533270"></script></body>
</html>'
}
$maxBufferLength = (int) 8192
$file = '/home4/managevu/public_html/shivcomputer/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 850
$message = 'Unable to emit headers. Headers sent in file=/home4/managevu/public_html/shivcomputer/vendor/cakephp/cakephp/src/Error/Debugger.php line=850' Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 48
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home4/managevu/public_html/shivcomputer/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [CORE/src/Http/ResponseEmitter.php , line 148 ]Code Context $response -> getStatusCode (),
( $reasonPhrase ? ' ' . $reasonPhrase : '' )
));
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
IT SQUARE: Support More Simple:
Users </title>
<link href="/shivcomputer/favicon.ico" type="image/x-icon" rel="icon"/><link href="/shivcomputer/favicon.ico" type="image/x-icon" rel="shortcut icon"/>
<link rel="stylesheet" href="/shivcomputer/css/jquery-ui/css/no-theme/jquery-ui-1.10.3.custom.min.css"/>
<link rel="stylesheet" href="/shivcomputer/css/font-icons/entypo/css/entypo.css"/>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic"/>
<link rel="stylesheet" href="/shivcomputer/css/bootstrap.css"/>
<link rel="stylesheet" href="/shivcomputer/css/neon-core.css"/>
<link rel="stylesheet" href="/shivcomputer/css/neon-theme.css"/>
<link rel="stylesheet" href="/shivcomputer/css/neon-forms.css"/>
<link rel="stylesheet" href="/shivcomputer/css/custom.css"/>
<link rel="stylesheet" href="/shivcomputer/css/skins/white.css"/>
<script src="/shivcomputer/js/jquery-1.11.0.min.js"></script>
</head>
<body class="page-body login-page login-form-fall">
<div class="alert alert-danger alert-dismissible" onclick="this.classList.add('hidden')">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h4 class="success-msgtext"><i class="icon fa fa-check"></i> Error! Did you really think you are allowed to see that?</h4>
</div>
<div class="login-container">
<div class="login-header login-caret">
<div class="login-content">
<a href="javascript::void()" class="logo">
<img src="/shivcomputer/img/images/logo.png" style="width:100%;" alt=""/> </a>
</div>
<div class="login-progressbar">
<div></div>
</div>
<div class="login-form">
<div class="login-content">
<br />
<b>Deprecated</b>: Array and string offset access syntax with curly braces is deprecated in <b>/home4/managevu/public_html/shivcomputer/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php</b> on line <b>1963</b><br />
<form method="post" accept-charset="utf-8" action="/shivcomputer/login"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group">
<div class="input-group">
<div class="input-group-addon">
<i class="entypo-user"></i>
</div>
<div class="input email"><input type="email" name="email" class="form-control" placeholder="Email Id" id="email"/></div> </div>
</div>
<div class="form-group">
<div class="input-group">
<div class="input-group-addon">
<i class="entypo-key"></i>
</div>
<div class="input password"><input type="password" name="password" class="form-control" placeholder="Password" id="password"/></div> </div>
<input type="hidden" name="login" value="1"/> </div>
<div class="form-group">
<button type="submit" class="btn btn-primary btn-block btn-login">
<i class="entypo-login"></i>
Login In
</button>
</div>
<!-- Implemented in v1.1.4 -->
<div class="form-group">
<em>- or -</em>
</div>
</form> <div class="login-bottom-links">
<a href="/shivcomputer/users/forgotpassword" class="link">Forgot your password ?</a> </div>
</div>
</div>
</div>
<footer>
</footer>
<link rel="stylesheet" href="/shivcomputer/css/jvectormap/jquery-jvectormap-1.2.2.css"/>
<link rel="stylesheet" href="/shivcomputer/css/rickshaw/rickshaw.min.css"/>
<script src="/shivcomputer/js/gsap/main-gsap.js"></script>
<script src="/shivcomputer/js/jquery-ui/js/jquery-ui-1.10.3.minimal.min.js"></script>
<script src="/shivcomputer/js/bootstrap.js"></script>
<script src="/shivcomputer/js/joinable.js"></script>
<script src="/shivcomputer/js/resizeable.js"></script>
<script src="/shivcomputer/js/neon-api.js"></script>
<script src="/shivcomputer/js/jquery.validate.min.js"></script>
<script src="/shivcomputer/js/neon-login.js"></script>
<script src="/shivcomputer/js/neon-custom.js"></script>
<script src="/shivcomputer/js/neon-demo.js"></script>
<!-- Bottom Scripts -->
<script id="__debug_kit" data-id="b9258cdd-c695-4914-aba5-b372714d802a" data-url="https://manageitstore.com/shivcomputer/" src="/shivcomputer/debug_kit/js/toolbar.js?1520533270"></script></body>
</html>'
}
$reasonPhrase = 'OK' header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 148
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 54
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home4/managevu/public_html/shivcomputer/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [CORE/src/Http/ResponseEmitter.php , line 177 ]Code Context foreach ( $values as $value ) {
header ( sprintf (
'%s: %s' ,
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
IT SQUARE: Support More Simple:
Users </title>
<link href="/shivcomputer/favicon.ico" type="image/x-icon" rel="icon"/><link href="/shivcomputer/favicon.ico" type="image/x-icon" rel="shortcut icon"/>
<link rel="stylesheet" href="/shivcomputer/css/jquery-ui/css/no-theme/jquery-ui-1.10.3.custom.min.css"/>
<link rel="stylesheet" href="/shivcomputer/css/font-icons/entypo/css/entypo.css"/>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic"/>
<link rel="stylesheet" href="/shivcomputer/css/bootstrap.css"/>
<link rel="stylesheet" href="/shivcomputer/css/neon-core.css"/>
<link rel="stylesheet" href="/shivcomputer/css/neon-theme.css"/>
<link rel="stylesheet" href="/shivcomputer/css/neon-forms.css"/>
<link rel="stylesheet" href="/shivcomputer/css/custom.css"/>
<link rel="stylesheet" href="/shivcomputer/css/skins/white.css"/>
<script src="/shivcomputer/js/jquery-1.11.0.min.js"></script>
</head>
<body class="page-body login-page login-form-fall">
<div class="alert alert-danger alert-dismissible" onclick="this.classList.add('hidden')">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h4 class="success-msgtext"><i class="icon fa fa-check"></i> Error! Did you really think you are allowed to see that?</h4>
</div>
<div class="login-container">
<div class="login-header login-caret">
<div class="login-content">
<a href="javascript::void()" class="logo">
<img src="/shivcomputer/img/images/logo.png" style="width:100%;" alt=""/> </a>
</div>
<div class="login-progressbar">
<div></div>
</div>
<div class="login-form">
<div class="login-content">
<br />
<b>Deprecated</b>: Array and string offset access syntax with curly braces is deprecated in <b>/home4/managevu/public_html/shivcomputer/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php</b> on line <b>1963</b><br />
<form method="post" accept-charset="utf-8" action="/shivcomputer/login"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group">
<div class="input-group">
<div class="input-group-addon">
<i class="entypo-user"></i>
</div>
<div class="input email"><input type="email" name="email" class="form-control" placeholder="Email Id" id="email"/></div> </div>
</div>
<div class="form-group">
<div class="input-group">
<div class="input-group-addon">
<i class="entypo-key"></i>
</div>
<div class="input password"><input type="password" name="password" class="form-control" placeholder="Password" id="password"/></div> </div>
<input type="hidden" name="login" value="1"/> </div>
<div class="form-group">
<button type="submit" class="btn btn-primary btn-block btn-login">
<i class="entypo-login"></i>
Login In
</button>
</div>
<!-- Implemented in v1.1.4 -->
<div class="form-group">
<em>- or -</em>
</div>
</form> <div class="login-bottom-links">
<a href="/shivcomputer/users/forgotpassword" class="link">Forgot your password ?</a> </div>
</div>
</div>
</div>
<footer>
</footer>
<link rel="stylesheet" href="/shivcomputer/css/jvectormap/jquery-jvectormap-1.2.2.css"/>
<link rel="stylesheet" href="/shivcomputer/css/rickshaw/rickshaw.min.css"/>
<script src="/shivcomputer/js/gsap/main-gsap.js"></script>
<script src="/shivcomputer/js/jquery-ui/js/jquery-ui-1.10.3.minimal.min.js"></script>
<script src="/shivcomputer/js/bootstrap.js"></script>
<script src="/shivcomputer/js/joinable.js"></script>
<script src="/shivcomputer/js/resizeable.js"></script>
<script src="/shivcomputer/js/neon-api.js"></script>
<script src="/shivcomputer/js/jquery.validate.min.js"></script>
<script src="/shivcomputer/js/neon-login.js"></script>
<script src="/shivcomputer/js/neon-custom.js"></script>
<script src="/shivcomputer/js/neon-demo.js"></script>
<!-- Bottom Scripts -->
<script id="__debug_kit" data-id="b9258cdd-c695-4914-aba5-b372714d802a" data-url="https://manageitstore.com/shivcomputer/" src="/shivcomputer/debug_kit/js/toolbar.js?1520533270"></script></body>
</html>'
}
$cookies = []
$values = [
(int) 0 => 'text/html; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'text/html; charset=UTF-8' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 177
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 40 Warning (2) : Cannot modify header information - headers already sent by (output started at /home4/managevu/public_html/shivcomputer/vendor/cakephp/cakephp/src/Error/Debugger.php:850) [CORE/src/Http/ResponseEmitter.php , line 177 ]Code Context foreach ( $values as $value ) {
header ( sprintf (
'%s: %s' ,
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
],
'X-DEBUGKIT-ID' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
IT SQUARE: Support More Simple:
Users </title>
<link href="/shivcomputer/favicon.ico" type="image/x-icon" rel="icon"/><link href="/shivcomputer/favicon.ico" type="image/x-icon" rel="shortcut icon"/>
<link rel="stylesheet" href="/shivcomputer/css/jquery-ui/css/no-theme/jquery-ui-1.10.3.custom.min.css"/>
<link rel="stylesheet" href="/shivcomputer/css/font-icons/entypo/css/entypo.css"/>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic"/>
<link rel="stylesheet" href="/shivcomputer/css/bootstrap.css"/>
<link rel="stylesheet" href="/shivcomputer/css/neon-core.css"/>
<link rel="stylesheet" href="/shivcomputer/css/neon-theme.css"/>
<link rel="stylesheet" href="/shivcomputer/css/neon-forms.css"/>
<link rel="stylesheet" href="/shivcomputer/css/custom.css"/>
<link rel="stylesheet" href="/shivcomputer/css/skins/white.css"/>
<script src="/shivcomputer/js/jquery-1.11.0.min.js"></script>
</head>
<body class="page-body login-page login-form-fall">
<div class="alert alert-danger alert-dismissible" onclick="this.classList.add('hidden')">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h4 class="success-msgtext"><i class="icon fa fa-check"></i> Error! Did you really think you are allowed to see that?</h4>
</div>
<div class="login-container">
<div class="login-header login-caret">
<div class="login-content">
<a href="javascript::void()" class="logo">
<img src="/shivcomputer/img/images/logo.png" style="width:100%;" alt=""/> </a>
</div>
<div class="login-progressbar">
<div></div>
</div>
<div class="login-form">
<div class="login-content">
<br />
<b>Deprecated</b>: Array and string offset access syntax with curly braces is deprecated in <b>/home4/managevu/public_html/shivcomputer/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php</b> on line <b>1963</b><br />
<form method="post" accept-charset="utf-8" action="/shivcomputer/login"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div> <div class="form-group">
<div class="input-group">
<div class="input-group-addon">
<i class="entypo-user"></i>
</div>
<div class="input email"><input type="email" name="email" class="form-control" placeholder="Email Id" id="email"/></div> </div>
</div>
<div class="form-group">
<div class="input-group">
<div class="input-group-addon">
<i class="entypo-key"></i>
</div>
<div class="input password"><input type="password" name="password" class="form-control" placeholder="Password" id="password"/></div> </div>
<input type="hidden" name="login" value="1"/> </div>
<div class="form-group">
<button type="submit" class="btn btn-primary btn-block btn-login">
<i class="entypo-login"></i>
Login In
</button>
</div>
<!-- Implemented in v1.1.4 -->
<div class="form-group">
<em>- or -</em>
</div>
</form> <div class="login-bottom-links">
<a href="/shivcomputer/users/forgotpassword" class="link">Forgot your password ?</a> </div>
</div>
</div>
</div>
<footer>
</footer>
<link rel="stylesheet" href="/shivcomputer/css/jvectormap/jquery-jvectormap-1.2.2.css"/>
<link rel="stylesheet" href="/shivcomputer/css/rickshaw/rickshaw.min.css"/>
<script src="/shivcomputer/js/gsap/main-gsap.js"></script>
<script src="/shivcomputer/js/jquery-ui/js/jquery-ui-1.10.3.minimal.min.js"></script>
<script src="/shivcomputer/js/bootstrap.js"></script>
<script src="/shivcomputer/js/joinable.js"></script>
<script src="/shivcomputer/js/resizeable.js"></script>
<script src="/shivcomputer/js/neon-api.js"></script>
<script src="/shivcomputer/js/jquery.validate.min.js"></script>
<script src="/shivcomputer/js/neon-login.js"></script>
<script src="/shivcomputer/js/neon-custom.js"></script>
<script src="/shivcomputer/js/neon-demo.js"></script>
<!-- Bottom Scripts -->
<script id="__debug_kit" data-id="b9258cdd-c695-4914-aba5-b372714d802a" data-url="https://manageitstore.com/shivcomputer/" src="/shivcomputer/debug_kit/js/toolbar.js?1520533270"></script></body>
</html>'
}
$cookies = []
$values = [
(int) 0 => 'b9258cdd-c695-4914-aba5-b372714d802a'
]
$name = 'X-DEBUGKIT-ID'
$first = true
$value = 'b9258cdd-c695-4914-aba5-b372714d802a' header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 177
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 40
IT SQUARE: Support More Simple:
Users
×
Error! Did you really think you are allowed to see that?