Deprecated (16384): Accessing `params` as a property will be removed in 4.0.0. Use request->getParam() instead. - /var/www/html/src/Controller/AppController.php, line: 131
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [CORE/src/Core/functions.php, line 311]Code Context
trigger_error($message, E_USER_DEPRECATED);
}
$message = 'Accessing `params` as a property will be removed in 4.0.0. Use request->getParam() instead. - /var/www/html/src/Controller/AppController.php, line: 131
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 684,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing `params` as a property will be removed in 4.0.0. Use request->getParam() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Controller/AppController.php',
'line' => (int) 131,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'params'
]
],
(int) 2 => [
'file' => '/var/www/html/src/Controller/PagesController.php',
'line' => (int) 43,
'function' => 'beforeFilter',
'class' => 'App\Controller\AppController',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Event\Event) {}
]
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Event/EventManager.php',
'line' => (int) 353,
'function' => 'beforeFilter',
'class' => 'App\Controller\PagesController',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Event\Event) {}
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Event/EventManager.php',
'line' => (int) 330,
'function' => '_callListener',
'class' => 'Cake\Event\EventManager',
'object' => object(Cake\Event\EventManager) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => object(Cake\Event\Event) {}
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Event/EventDispatcherTrait.php',
'line' => (int) 114,
'function' => 'dispatch',
'class' => 'Cake\Event\EventManager',
'object' => object(Cake\Event\EventManager) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Event\Event) {}
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 671,
'function' => 'dispatchEvent',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => [
(int) 0 => 'Controller.initialize'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 115,
'function' => 'startupProcess',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Controller/AppController.php',
'line' => (int) 131,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [[maximum depth reached]]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'params'
]
]
deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 684
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 131
App\Controller\PagesController::beforeFilter() - APP/Controller/PagesController.php, line 43
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 353
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 330
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 114
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 671
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Deprecated (16384): Accessing `query` as a property will be removed in 4.0.0. Use request->getQuery() instead. - /var/www/html/src/Controller/AppController.php, line: 133
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [CORE/src/Core/functions.php, line 311]Code Context
trigger_error($message, E_USER_DEPRECATED);
}
$message = 'Accessing `query` as a property will be removed in 4.0.0. Use request->getQuery() instead. - /var/www/html/src/Controller/AppController.php, line: 133
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 684,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing `query` as a property will be removed in 4.0.0. Use request->getQuery() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Controller/AppController.php',
'line' => (int) 133,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'query'
]
],
(int) 2 => [
'file' => '/var/www/html/src/Controller/PagesController.php',
'line' => (int) 43,
'function' => 'beforeFilter',
'class' => 'App\Controller\AppController',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Event\Event) {}
]
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Event/EventManager.php',
'line' => (int) 353,
'function' => 'beforeFilter',
'class' => 'App\Controller\PagesController',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Event\Event) {}
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Event/EventManager.php',
'line' => (int) 330,
'function' => '_callListener',
'class' => 'Cake\Event\EventManager',
'object' => object(Cake\Event\EventManager) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => object(Cake\Event\Event) {}
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Event/EventDispatcherTrait.php',
'line' => (int) 114,
'function' => 'dispatch',
'class' => 'Cake\Event\EventManager',
'object' => object(Cake\Event\EventManager) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Event\Event) {}
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 671,
'function' => 'dispatchEvent',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => [
(int) 0 => 'Controller.initialize'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 115,
'function' => 'startupProcess',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Controller/AppController.php',
'line' => (int) 133,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [[maximum depth reached]]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'query'
]
]
deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 684
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 133
App\Controller\PagesController::beforeFilter() - APP/Controller/PagesController.php, line 43
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 353
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 330
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 114
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 671
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Deprecated (16384): Accessing `params` as a property will be removed in 4.0.0. Use request->getParam() instead. - /var/www/html/src/Controller/AppController.php, line: 202
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [CORE/src/Core/functions.php, line 311]Code Context
trigger_error($message, E_USER_DEPRECATED);
}
$message = 'Accessing `params` as a property will be removed in 4.0.0. Use request->getParam() instead. - /var/www/html/src/Controller/AppController.php, line: 202
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 684,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing `params` as a property will be removed in 4.0.0. Use request->getParam() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Controller/AppController.php',
'line' => (int) 202,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'params'
]
],
(int) 2 => [
'file' => '/var/www/html/src/Controller/AppController.php',
'line' => (int) 138,
'function' => 'requireNonSecure',
'class' => 'App\Controller\AppController',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => [
(int) 0 => 'pages'
]
],
(int) 3 => [
'file' => '/var/www/html/src/Controller/PagesController.php',
'line' => (int) 43,
'function' => 'beforeFilter',
'class' => 'App\Controller\AppController',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Event\Event) {}
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Event/EventManager.php',
'line' => (int) 353,
'function' => 'beforeFilter',
'class' => 'App\Controller\PagesController',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Event\Event) {}
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Event/EventManager.php',
'line' => (int) 330,
'function' => '_callListener',
'class' => 'Cake\Event\EventManager',
'object' => object(Cake\Event\EventManager) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => object(Cake\Event\Event) {}
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Event/EventDispatcherTrait.php',
'line' => (int) 114,
'function' => 'dispatch',
'class' => 'Cake\Event\EventManager',
'object' => object(Cake\Event\EventManager) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Event\Event) {}
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 671,
'function' => 'dispatchEvent',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => [
(int) 0 => 'Controller.initialize'
]
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 115,
'function' => 'startupProcess',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Controller/AppController.php',
'line' => (int) 202,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [[maximum depth reached]]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'params'
]
]
deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 684
App\Controller\AppController::requireNonSecure() - APP/Controller/AppController.php, line 202
App\Controller\AppController::beforeFilter() - APP/Controller/AppController.php, line 138
App\Controller\PagesController::beforeFilter() - APP/Controller/PagesController.php, line 43
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 353
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 330
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 114
Cake\Controller\Controller::startupProcess() - CORE/src/Controller/Controller.php, line 671
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 115
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Deprecated (16384): Controller::$layout is deprecated. Use $this->viewBuilder()->setLayout() instead. - /var/www/html/src/Controller/PagesController.php, line: 90
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [CORE/src/Core/functions.php, line 311]Code Context
trigger_error($message, E_USER_DEPRECATED);
}
$message = 'Controller::$layout is deprecated. Use $this->viewBuilder()->setLayout() instead. - /var/www/html/src/Controller/PagesController.php, line: 90
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 429,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Controller::$layout is deprecated. Use $this->viewBuilder()->setLayout() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Controller/PagesController.php',
'line' => (int) 90,
'function' => '__set',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => [
(int) 0 => 'layout',
(int) 1 => 'home'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 609,
'function' => 'index',
'class' => 'App\Controller\PagesController',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => [
(int) 0 => 'home'
]
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 17 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Controller/PagesController.php',
'line' => (int) 90,
'function' => '__set',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {
cStaticComponent => object(App\Controller\Component\CStaticComponent) {}
campaign_errors => [
[maximum depth reached]
]
email_options => [
[maximum depth reached]
]
components => [
[maximum depth reached]
]
helpers => [[maximum depth reached]]
request => object(Cake\Http\ServerRequest) {}
response => object(Cake\Http\Response) {}
paginate => [[maximum depth reached]]
View => null
passedArgs => [
[maximum depth reached]
]
modelClass => 'Pages'
viewClass => null
viewVars => [
[maximum depth reached]
]
RequestHandler => object(Cake\Controller\Component\RequestHandlerComponent) {}
Flash => object(Cake\Controller\Component\FlashComponent) {}
Tooltips => object(App\Model\Table\TooltipsTable) {}
CampaignsTable => object(App\Model\Table\CampaignsTable) {}
UsersTable => object(App\Model\Table\UsersTable) {}
TooltipsTable => object(App\Model\Table\TooltipsTable) {}
CStatic => object(App\Controller\Component\CStaticComponent) {}
AccessTokensTable => object(App\Model\Table\AccessTokensTable) {}
SocialStackOptionsTable => object(App\Model\Table\SocialStackOptionsTable) {}
UsersCampaignsTable => object(App\Model\Table\UsersCampaignsTable) {}
ThankyouTrackingsTable => object(App\Model\Table\ThankyouTrackingsTable) {}
EmailOptionsTable => object(App\Model\Table\EmailOptionsTable) {}
VisitorsTable => object(App\Model\Table\VisitorsTable) {}
StackConsumedTable => object(App\Model\Table\StackConsumedTable) {}
CampaignsStacksTable => object(App\Model\Table\CampaignsStacksTable) {}
StackCouponsTable => object(App\Model\Table\StackCouponsTable) {}
ConversionsTable => object(App\Model\Table\ConversionsTable) {}
StatsVisitorsTable => object(App\Model\Table\StatsVisitorsTable) {}
CampaignSchedulesTable => object(App\Model\Table\CampaignSchedulesTable) {}
CampaignRemoveStatsTable => object(App\Model\Table\CampaignRemoveStatsTable) {}
CartAbandonedVisitorsTable => object(App\Model\Table\CartAbandonedVisitorsTable) {}
DemoWebsitesTable => object(App\Model\Table\DemoWebsitesTable) {}
YahooCommercecentralUsersTable => object(App\Model\Table\YahooCommercecentralUsersTable) {}
Auth => object(Cake\Controller\Component\AuthComponent) {}
Security => object(Cake\Controller\Component\SecurityComponent) {}
CakeS3 => object(App\Controller\Component\CakeS3Component) {}
UserID => null
[protected] name => 'Pages'
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {}
[protected] _validViewOptions => [
[maximum depth reached]
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {}
[protected] _modelFactories => [
[maximum depth reached]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
},
'type' => '->',
'args' => [
(int) 0 => 'layout',
(int) 1 => 'home'
]
]
deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Controller\Controller::__set() - CORE/src/Controller/Controller.php, line 429
App\Controller\PagesController::index() - APP/Controller/PagesController.php, line 90
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
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
Deprecated (16384): Accessing `here` as a property will be removed in 4.0.0. Use request->getAttribute("here") instead. - /var/www/html/src/Controller/PagesController.php, line: 91
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [CORE/src/Core/functions.php, line 311]Code Context
trigger_error($message, E_USER_DEPRECATED);
}
$message = 'Accessing `here` as a property will be removed in 4.0.0. Use request->getAttribute("here") instead. - /var/www/html/src/Controller/PagesController.php, line: 91
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 684,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing `here` as a property will be removed in 4.0.0. Use request->getAttribute("here") instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Controller/PagesController.php',
'line' => (int) 91,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'here'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 609,
'function' => 'index',
'class' => 'App\Controller\PagesController',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => [
(int) 0 => 'home'
]
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 17 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Controller/PagesController.php',
'line' => (int) 91,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'here'
]
]
deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 684
App\Controller\PagesController::index() - APP/Controller/PagesController.php, line 91
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 609
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
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=/var/www/html/vendor/cakephp/cakephp/src/Error/Debugger.php line=853 [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]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368a56-trace').style.display = (document.getElementById('cakeErr603c40d368a56-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: ServerRequest::session() is deprecated. Use getSession() instead. The setter part will be removed. - /var/www/html/src/Template/Layout/home.ctp, line: 2
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d368a56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368a56-code').style.display = (document.getElementById('cakeErr603c40d368a56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368a56-context').style.display = (document.getElementById('cakeErr603c40d368a56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d368a56-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d368a56-context" class="cake-context" style="display: none;">$message = 'ServerRequest::session() is deprecated. Use getSession() instead. The setter part will be removed. - /var/www/html/src/Template/Layout/home.ctp, line: 2
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 563,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'ServerRequest::session() is deprecated. Use getSession() instead. The setter part will be removed.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 2,
'function' => 'session',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => []
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 2,
'function' => 'session',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => []
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::session() - CORE/src/Http/ServerRequest.php, line 563
include - APP/Template/Layout/home.ctp, line 2
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html>
<html>
<head>
<title>CartRocket - CartRocket</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="telephone=no" name="format-detection">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368f41-trace').style.display = (document.getElementById('cakeErr603c40d368f41-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 28
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d368f41-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368f41-code').style.display = (document.getElementById('cakeErr603c40d368f41-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368f41-context').style.display = (document.getElementById('cakeErr603c40d368f41-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d368f41-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d368f41-context" class="cake-context" style="display: none;">$message = 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 28
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 693,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 28,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 28,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 693
include - APP/Template/Layout/home.ctp, line 28
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre> <link rel="shortcut icon" type="image/png" href="https://cartrocket.com/images/logo-basket.png">
<link href="//fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript">
var s_section = '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369444-trace').style.display = (document.getElementById('cakeErr603c40d369444-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 36
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d369444-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369444-code').style.display = (document.getElementById('cakeErr603c40d369444-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369444-context').style.display = (document.getElementById('cakeErr603c40d369444-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d369444-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d369444-context" class="cake-context" style="display: none;">$message = 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 36
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 693,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 36,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 36,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 693
include - APP/Template/Layout/home.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre>index';
</script>
<link rel="stylesheet" media="all" type="text/css" href="/bootstrap4/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/home/style.css"/>
<script src="https://code.jquery.com/jquery-3.4.1.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script type="text/javascript" src="/bootstrap4/js/bootstrap.min.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.3.0/respond.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<link rel="stylesheet" href="/css/home/ie9.css"/>
<![endif]-->
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '174979292846573');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=174979292846573&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<script type="text/javascript" src="//cdn.iubenda.com/cs/tcf/stub.js"></script>
<script type="text/javascript">
var _iub = _iub || [];
_iub.csConfiguration = {"enableRemoteConsent":true,"enableCMP":true,"gdprAppliesGlobally":false,"lang":"en","siteId":1669779,"cookiePolicyId":76541385, "banner":{ "acceptButtonDisplay":true,"customizeButtonDisplay":true,"acceptButtonColor":"#0073CE","acceptButtonCaptionColor":"white","customizeButtonColor":"#DADADA","customizeButtonCaptionColor":"#4D4D4D","position":"float-bottom-left","textColor":"black","backgroundColor":"white" }};
</script><script type="text/javascript" src="//cdn.iubenda.com/cs/iubenda_cs.js" charset="UTF-8" async>
</script>
</head>
<body>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369a27-trace').style.display = (document.getElementById('cakeErr603c40d369a27-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 87
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d369a27-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369a27-code').style.display = (document.getElementById('cakeErr603c40d369a27-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369a27-context').style.display = (document.getElementById('cakeErr603c40d369a27-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d369a27-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d369a27-context" class="cake-context" style="display: none;">$message = 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 87
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 693,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 87,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 87,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 693
include - APP/Template/Layout/home.ctp, line 87
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369f19-trace').style.display = (document.getElementById('cakeErr603c40d369f19-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 88
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d369f19-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369f19-code').style.display = (document.getElementById('cakeErr603c40d369f19-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369f19-context').style.display = (document.getElementById('cakeErr603c40d369f19-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d369f19-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d369f19-context" class="cake-context" style="display: none;">$message = 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 88
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 693,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 88,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 88,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 693
include - APP/Template/Layout/home.ctp, line 88
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><header class="navbar-fixed-top">
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="#"><img src="images/cr-2017.png" alt="CartRocket"/></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarNav" aria-expanded="false" >
<ul class="nav navbar-nav navbar-right ml-auto align-items-center">
<li class="nav-item"><a href="http://support.cartrocket.com">Contact Us </a> </li>
<li class="nav-item"> <a class="nav-link" href="tel:800-264-4059">800-264-4059</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="/login">Sign In</a> </li>
<li class="nav-item">
<a href="http://demo.cartrocket.com" target="_blank" class="btn border_btn nav-link">Get Started Now</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</header>
<div class="modal fade" id="setupProcessing" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="request-info-wrap"><img src="images/setup-processing.gif" /></div>
</div>
</div>
</div>
<div class="modal fade" id="confirmRequest" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="request-info-wrap"><strong>Your information has successfully been submitted. We'll be in touch shortly. Thanks!</strong><button type="button" class="close close-register" data-dismiss="modal">×</button></div>
</div>
</div>
</div>
<!--<div class="modal fade modal-medium" id="requestInfo" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
</div>
</div>
</div>-->
<div class="modal fade modal-wide" id="getStarted" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="get-started-wrap" id="signup-wrapper">
<h1 class="red">Start Your Free 30 Day Trial Today!</h1>
<div class="col-md-5">
<form method="post" accept-charset="utf-8" class="get-started-form req-info-form" action="/register"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="a19ee7e924df2ae7afd4cb071ee107b9665017fa56607a7087e025d636df2f53822462014bb8734278d0e4c8653e2984c25063678a958174d1e43c84612f99f4"/></div> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36290c-trace').style.display = (document.getElementById('cakeErr603c40d36290c-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 9
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36290c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36290c-code').style.display = (document.getElementById('cakeErr603c40d36290c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36290c-context').style.display = (document.getElementById('cakeErr603c40d36290c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36290c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36290c-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 9
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 9,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'id',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 9,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'id',
(int) 1 => [
'type' => 'hidden',
'value' => ''
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 9
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><input type="hidden" name="id" id="id" value=""/> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36303d-trace').style.display = (document.getElementById('cakeErr603c40d36303d-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 10
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36303d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36303d-code').style.display = (document.getElementById('cakeErr603c40d36303d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36303d-context').style.display = (document.getElementById('cakeErr603c40d36303d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36303d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36303d-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 10
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 10,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'from_front',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 10,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'from_front',
(int) 1 => [
'type' => 'hidden',
'value' => (int) 1
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 10
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><input type="hidden" name="from_front" id="from-front" value="1"/> <div class="field-wrap">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d363703-trace').style.display = (document.getElementById('cakeErr603c40d363703-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 13
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d363703-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d363703-code').style.display = (document.getElementById('cakeErr603c40d363703-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d363703-context').style.display = (document.getElementById('cakeErr603c40d363703-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d363703-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d363703-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 13
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 13,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'name',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 13,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'name',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'span5',
'autocomplete' => 'off',
'div' => false,
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 13
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input text"><label class="signup" for="name">Name *</label><input type="text" name="name" class="span5" autocomplete="off" id="name"/></div> </div>
<div class="field-wrap">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d363e6d-trace').style.display = (document.getElementById('cakeErr603c40d363e6d-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 28
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d363e6d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d363e6d-code').style.display = (document.getElementById('cakeErr603c40d363e6d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d363e6d-context').style.display = (document.getElementById('cakeErr603c40d363e6d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d363e6d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d363e6d-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 28
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 28,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'email',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 28,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'email',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'span5',
'autocomplete' => 'off',
'div' => true,
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 28
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input email"><label class="signup" for="email">Email Address *</label><input type="email" name="email" class="span5" autocomplete="off" div="1" id="email"/></div> </div>
<div class="field-wrap">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36454c-trace').style.display = (document.getElementById('cakeErr603c40d36454c-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 38
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36454c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36454c-code').style.display = (document.getElementById('cakeErr603c40d36454c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36454c-context').style.display = (document.getElementById('cakeErr603c40d36454c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36454c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36454c-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 38
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 38,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'website_url',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 38,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'website_url',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'span5',
'autocomplete' => 'off',
'div' => false,
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 38
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input text"><label class="signup" for="website-url">Website URL *</label><input type="text" name="website_url" class="span5" autocomplete="off" id="website-url"/></div> </div>
<div class="field-wrap">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d364c56-trace').style.display = (document.getElementById('cakeErr603c40d364c56-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 48
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d364c56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d364c56-code').style.display = (document.getElementById('cakeErr603c40d364c56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d364c56-context').style.display = (document.getElementById('cakeErr603c40d364c56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d364c56-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d364c56-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 48
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 48,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'phone',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 48,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'phone',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'span5',
'autocomplete' => 'off',
'div' => false,
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 48
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input tel"><label class="signup" for="phone">Phone</label><input type="tel" name="phone" class="span5" autocomplete="off" id="phone"/></div> </div>
<div class="field-wrap">
<div class="col-md-6" style="padding: 0;">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36532b-trace').style.display = (document.getElementById('cakeErr603c40d36532b-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 59
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36532b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36532b-code').style.display = (document.getElementById('cakeErr603c40d36532b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36532b-context').style.display = (document.getElementById('cakeErr603c40d36532b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36532b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36532b-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 59
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 59,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'password',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 59,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'password',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'span2',
'autocomplete' => 'off',
'div' => false,
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input password"><label class="signup" for="password">Password *</label><input type="password" name="password" class="span2" autocomplete="off" id="password"/></div> </div>
<div class="col-md-6">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3659dc-trace').style.display = (document.getElementById('cakeErr603c40d3659dc-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 69
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d3659dc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3659dc-code').style.display = (document.getElementById('cakeErr603c40d3659dc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3659dc-context').style.display = (document.getElementById('cakeErr603c40d3659dc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d3659dc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d3659dc-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 69
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 69,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'confirm_password',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 69,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'confirm_password',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'type' => 'password',
'autocomplete' => 'off',
'class' => 'span2',
'div' => false,
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 69
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input password"><label class="signup" for="confirm-password">Retype Password *</label><input type="password" name="confirm_password" autocomplete="off" class="span2" id="confirm-password"/></div> </div>
<div class="clearfix"></div>
</div>
<div class="field-wrap">
<div class="submit"><input type="submit" value="Create Account"/></div> <span class="terms inline">By clicking, you agree to our <a style="color:#000;" href="http://cartrocket.com/terms" target="_blank">Terms of Service</a></span>
<br />
<img src="/images/popup-loader.gif" class="popup-loader" />
</div>
<div style="display:none;"><input type="hidden" name="_Token[fields]" autocomplete="off" value="e4197dc9d15795f3cca8a688757d9301860da80a%3Afrom_front%7Cid"/><input type="hidden" name="_Token[unlocked]" autocomplete="off" value=""/><input type="hidden" name="_Token[debug]" autocomplete="off" value="%5B%22%5C%2Fregister%22%2C%7B%22id%22%3A%22%22%2C%22from_front%22%3A%221%22%2C%220%22%3A%22name%22%2C%221%22%3A%22email%22%2C%222%22%3A%22website_url%22%2C%223%22%3A%22phone%22%2C%224%22%3A%22password%22%2C%225%22%3A%22confirm_password%22%7D%2C%5B%5D%5D"/></div></form> </div>
<div class="col-md-6 col-md-offset-1">
<h3>You're just one step away from...</h3>
<ul>
<li>Tripling your social proof on Facebook, Twitter & Google+</li>
<li>Tripling the amount of social traffic you currently receive</li>
<li>Instantly boosting your conversion rate</li>
<li>Lowering your shopping cart abandonment rates</li>
<li>Increasing Your Sales, Guaranteed</li>
</ul>
</div>
<div class="clearfix"></div>
<img class="crt-basket" src="/images/crt-basket.png" alt=""/>
<button type="button" class="close close-register" data-dismiss="modal">×</button>
</div>
<script type="text/javascript">
//<![CDATA[
$("#UserIndexForm").bind("submit", function (event) {$.ajax({async:true, data:$("#UserIndexForm").serialize(), success:function (data, textStatus) {if(data == "1"){$(".modal").modal("hide");$("#setupProcessing").modal("show");setTimeout(function(){window.location="https://cartrocket.com/dashboard";},12000);} else {$("#signup-wrapper").html(data);}}, type:"POST", url:"\/register"});
return false;});
$("#UserRegisterForm").bind("submit", function (event) {$.ajax({async:true, data:$("#UserRegisterForm").serialize(), success:function (data, textStatus) {if(data == "1"){$(".modal").modal("hide");$("#setupProcessing").modal("show");setTimeout(function(){window.location="https://cartrocket.com/dashboard";},12000);} else {$("#signup-wrapper").html(data);}}, type:"POST", url:"\/register"});
return false;});
//]]>
</script>
<script type="text/javascript">
$(document).ready(function(){
$("#UserIndexForm , #UserRegisterForm").on('submit',function(){
$(this).find(":submit").attr('disabled',true).addClass('disabled');
$(".popup-loader").show();
});
});
</script> </div>
</div>
</div>
<main>
<!-- Modal -->
<div id="requestMoreInfoModal" class="modal cr-modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title m-top-s m-bottom-s text_red text-capitalize text-center">Request more info about</h2>
<p class="text-center"><img src="images/cr-2017.png" width="225"/></p>
</div>
<div class="modal-body">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3660e9-trace').style.display = (document.getElementById('cakeErr603c40d3660e9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined variable: lead [<b>APP/Template/Element/users/lead.form.ctp</b>, line <b>10</b>]<div id="cakeErr603c40d3660e9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3660e9-code').style.display = (document.getElementById('cakeErr603c40d3660e9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3660e9-context').style.display = (document.getElementById('cakeErr603c40d3660e9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d3660e9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">create</span><span style="color: #007700">(</span><span style="color: #0000BB">$lead</span><span style="color: #007700">, array(</span><span style="color: #DD0000">'url' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'/leads/requestInfo'</span><span style="color: #007700">, </span><span style="color: #DD0000">'default' </span><span style="color: #007700">=> </span><span style="color: #0000BB">false</span><span style="color: #007700">, </span><span style="color: #DD0000">'class' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'req-info-form'</span><span style="color: #007700">, </span><span style="color: #DD0000">'id' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'LeadIndexForm'</span><span style="color: #007700">)); </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">input</span><span style="color: #007700">(</span><span style="color: #DD0000">'Lead.notes'</span><span style="color: #007700">, array(</span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #DD0000">''</span><span style="color: #007700">)); </span><span style="color: #0000BB">?></span></span></code></pre><pre id="cakeErr603c40d3660e9-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/src/Template/Element/users/lead.form.ctp'
$dataForView = [
'is_mobile' => false,
'title_for_layout' => 'CartRocket',
'Auth' => object(Cake\Controller\Component\AuthComponent) {
'components' => [
[maximum depth reached]
],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [
[maximum depth reached]
]
},
'queryParams' => [],
'session' => null,
'controller' => 'Pages'
]
$is_mobile = false
$title_for_layout = 'CartRocket'
$Auth = object(Cake\Controller\Component\AuthComponent) {
'components' => [
(int) 0 => 'RequestHandler',
(int) 1 => 'Flash'
],
'implementedEvents' => [
'Controller.initialize' => 'authCheck',
'Controller.startup' => 'startup'
],
'_config' => [
'authenticate' => [
[maximum depth reached]
],
'authorize' => null,
'ajaxLogin' => null,
'flash' => [
[maximum depth reached]
],
'loginAction' => [
[maximum depth reached]
],
'loginRedirect' => null,
'logoutRedirect' => null,
'authError' => 'Please login first, in order to view the page.',
'unauthorizedRedirect' => true,
'storage' => 'Session',
'checkAuthIn' => 'Controller.startup'
]
}
$queryParams = []
$session = null
$controller = 'Pages'</pre><pre class="stack-trace">include - APP/Template/Element/users/lead.form.ctp, line 10
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156</pre></div></pre><form method="post" accept-charset="utf-8" class="req-info-form" id="LeadIndexForm" action="/leads/requestInfo"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="a19ee7e924df2ae7afd4cb071ee107b9665017fa56607a7087e025d636df2f53822462014bb8734278d0e4c8653e2984c25063678a958174d1e43c84612f99f4"/></div> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36656b-trace').style.display = (document.getElementById('cakeErr603c40d36656b-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 11
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36656b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36656b-code').style.display = (document.getElementById('cakeErr603c40d36656b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36656b-context').style.display = (document.getElementById('cakeErr603c40d36656b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36656b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36656b-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 11
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 11,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'Lead.notes',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 36,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/lead.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 11,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'Lead.notes',
(int) 1 => [
'type' => 'hidden',
'value' => ''
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/lead.form.ctp, line 11
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><input type="hidden" name="Lead[notes]" id="lead-notes" value=""/> <div class="form-group">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d366c55-trace').style.display = (document.getElementById('cakeErr603c40d366c55-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 14
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d366c55-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d366c55-code').style.display = (document.getElementById('cakeErr603c40d366c55-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d366c55-context').style.display = (document.getElementById('cakeErr603c40d366c55-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d366c55-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d366c55-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 14
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 14,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'Lead.name',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 36,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/lead.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 14,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'Lead.name',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'form-control',
'autocomplete' => 'off',
'div' => false,
(int) 0 => 'required',
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/lead.form.ctp, line 14
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input text"><label class="signup" for="lead-name">Name <span class="text_red">*</span></label><input type="text" name="Lead[name]" class="form-control" autocomplete="off" required="required" id="lead-name"/></div> </div>
<div class="form-group">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36735c-trace').style.display = (document.getElementById('cakeErr603c40d36735c-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 24
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36735c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36735c-code').style.display = (document.getElementById('cakeErr603c40d36735c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36735c-context').style.display = (document.getElementById('cakeErr603c40d36735c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36735c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36735c-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 24
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 24,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'Lead.email',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 36,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/lead.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 24,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'Lead.email',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'form-control',
'autocomplete' => 'off',
'div' => false,
(int) 0 => 'required',
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/lead.form.ctp, line 24
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input email"><label class="signup" for="lead-email">Email <span class="text_red">*</span></label><input type="email" name="Lead[email]" class="form-control" autocomplete="off" required="required" id="lead-email"/></div> </div>
<div class="form-group">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d367a50-trace').style.display = (document.getElementById('cakeErr603c40d367a50-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 34
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d367a50-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d367a50-code').style.display = (document.getElementById('cakeErr603c40d367a50-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d367a50-context').style.display = (document.getElementById('cakeErr603c40d367a50-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d367a50-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d367a50-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 34
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 34,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'Lead.url',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 36,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/lead.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 34,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'Lead.url',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'form-control',
'autocomplete' => 'off',
'div' => false,
(int) 0 => 'required',
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/lead.form.ctp, line 34
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input text"><label class="signup" for="lead-url">Website URL <span class="text_red">*</span></label><input type="text" name="Lead[url]" class="form-control" autocomplete="off" required="required" id="lead-url"/></div> </div>
<div class="form-group">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3681db-trace').style.display = (document.getElementById('cakeErr603c40d3681db-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 44
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d3681db-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3681db-code').style.display = (document.getElementById('cakeErr603c40d3681db-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3681db-context').style.display = (document.getElementById('cakeErr603c40d3681db-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d3681db-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d3681db-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 44
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 44,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'Lead.phone',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 36,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/lead.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 44,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'Lead.phone',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'style' => 'background: #f1f1f1;',
'class' => 'form-control',
'autocomplete' => 'off',
'div' => false,
(int) 0 => 'required',
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/lead.form.ctp, line 44
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input tel"><label class="signup" for="lead-phone">Phone # <span class="text_red">*</span></label><input type="tel" name="Lead[phone]" style="background: #f1f1f1;" class="form-control" autocomplete="off" required="required" id="lead-phone"/></div> </div>
<div class="form-group disclaimer p-top-s p-bottom-s">
<p>Thank your for your interest in CartRocket.<br class="visible-lg visible-md"/>
Please enter your contact information and we will be in touch with you shortly.<br class="visible-lg visible-md"/>
We look forward to speaking with you.
</p>
</div>
<div class="form-group">
<div class="submit"><input type="submit" class="btn primary_btn" value="Submit"/></div> </div>
<div style="display:none;"><input type="hidden" name="_Token[fields]" autocomplete="off" value="8e0cecf556b40d915ca25aa1e6d182e53474b2cd%3ALead.notes"/><input type="hidden" name="_Token[unlocked]" autocomplete="off" value=""/><input type="hidden" name="_Token[debug]" autocomplete="off" value="%5B%22%5C%2Fleads%5C%2FrequestInfo%22%2C%7B%22Lead.notes%22%3A%22%22%2C%220%22%3A%22Lead.name%22%2C%221%22%3A%22Lead.email%22%2C%222%22%3A%22Lead.url%22%2C%223%22%3A%22Lead.phone%22%7D%2C%5B%5D%5D"/></div></form></div>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function () {$("#LeadIndexForm").bind("submit", function (event) {$.ajax({async:true, data:$("#LeadIndexForm").serialize(), dataType:"html", success:function (data, textStatus) {if(data == 1){$(".modal").modal("hide");$("#confirmRequest").modal("show");setTimeout(function(){$(".modal").modal("hide");},6000);}else{$("#lead-wrapper").html(data);}$("#lead-wrapper").html(data);}, type:"POST", url:"\/lead\/submit"});
return false;});
$("#LeadSubmitLeadForm").bind("submit", function (event) {$.ajax({async:true, data:$("#LeadSubmitLeadForm").serialize(), dataType:"html", success:function (data, textStatus) {if(data == 1){$(".modal").modal("hide");$("#confirmRequest").modal("show");setTimeout(function(){$(".modal").modal("hide");},6000);}else{$("#lead-wrapper").html(data);}$("#lead-wrapper").html(data);}, type:"POST", url:"\/lead\/submit"});
return false;});});
//]]>
</script> </div>
</div>
</div>
<section class="hero">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-7">
<h1><span class="text_red">If you want more sales,</span>
Stop letting 70% of your
customers abandon
their shopping carts.</h1>
</div>
<div class="clearfix"></div>
<div class="col-md-7 col-sm-7">
<div class="m-top">
<a href="http://demo.cartrocket.com" target="_blank" class="btn secondary_btn bold m-right-s m-bottom-s">Lower Your Shopping Cart Abandonment Now!</a>
<a href="#" class="btn border_btn m-bottom-s" data-toggle="modal" data-target="#requestMoreInfoModal">Request More Info</a>
</div>
</div>
<div class="col-md-5 col-sm-5 hidden-xs">
<div class="cart-image">
<img src="images/cart-down.png"/>
</div>
</div>
</div>
</div>
</section>
<section class="section-two">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="m-top">
<img src="images/img-1.png"/>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="padder">
<h2>Do you know how much money
you're <span>losing every day</span> from
Cart Abandonment?</h2>
<p>Traditional shopping carts are not built for customer retention. Every single day on your website, over 2/3rds of your visitors are completely abandoning their purchases and never coming back.</p>
<p>These aren't just visitors that bounce. These are customers with actual products in their shopping carts ready to buy, who then leave! As an online merchant, you need an effective way to get more of these abandoning customers to stay and complete their purchase. You need Cart Rocket.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-three">
<div class="container">
<div class="row">
<div class="col-md-8">
<h2><img src="images/logo-in-text.png"/><span>is the most effective
Cart Abandonment Solution ever created.</span>
</h2>
<div class="m-top p-top-s">
<p>Built by the creators of Shopper Approved, an Inc. 500 company, Cart Rocket<br class="visible-lg visible-md"/> was designed for one reason: to stop people from abandoning their <br class="visible-lg visible-md"/> shopping carts and complete their purchases. </p>
<p>We've created a comprehensive 'smart' system, that starts from the very <br class="visible-lg visible-md"/> moment a customer visits your desktop or mobile website, continues <br class="visible-lg visible-md"/> through your product and checkout pages, and then follows them after <br class="visible-lg visible-md"/> they abandon your site - all in an effort to help them to complete their purchase. </p>
</div>
</div>
</div>
</div>
</section>
<section class="section-four">
<div class="container">
<h2 class="text-center m-bottom p-bottom-s">Bring your abandoning customers back <span class="normal">with Cart Rocket's<br class="visible-lg"/> Cart Abandonment Solution:</span> <span class="text_blue">Re-engage,</span> <span class="text_red">Save,</span> <span class="text_green">and Rescue</span></h2>
<p class="text-center" style="max-width: 80%; margin: 0 auto;">Cart Rocket's professional suite of retention and abandonment tools significantly increase the likelihood of every customer making a purchase. Each Cart Rocket tool is beautifully crafted and designed (for desktop, tablet, and mobile), and only activates if someone attempts to leave your website. Any customers who go through the normal checkout process will never even know that we exist.
</p>
<div class="m-top p-top text-center">
<img src="images/img-2.png"/>
</div>
</div>
</section>
<section class="section-five">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<h1><span class="text_blue">Re-engage<br class="visible-lg visible-md"/></span>
<span class="normal">your abandoning customers.</span></h1>
<p class="m-top m-bottom">
Cart Rocket has several options that help to re-engage visitors who try to abandon your landing pages and product pages; keeping more potential customers on your website, and helping them to progress toward your Shopping Cart and Checkout pages.
</p>
<h3 class="text_blue normal">Want to see this in action?</h3>
<p class="m-top"><a href="http://demo.cartrocket.com" target="_blank" class="btn border_btn border_blue">Schedule a Demo Today</a></p>
</div>
<div class="col-md-6 col-sm-6">
<img src="images/img-3.png"/>
</div>
</div>
</div>
</section>
<section class="section-six">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 hidden-xs">
<img src="images/img-4.png"/>
</div>
<div class="col-md-6 col-sm-6">
<h1><span class="text_red">Save<br class="visible-lg visible-md"/></span>
<span class="normal">abandoned shopping carts.</span></h1>
<p class="m-top m-bottom">
Cart Rocket's cart abandonment solution stops your customers from abandoning their shopping carts, and motivates them to successfully complete their purchase, which significantly lowers your cart abandonment rate and increases your overall sales.
</p>
<h3 class="text_red normal">Want to see this in action?</h3>
<p class="m-top"><a href="http://demo.cartrocket.com" target="_blank" class="btn border_btn">Schedule a Demo Today</a></p>
</div>
</div>
</div>
</section>
<section class="section-seven">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 m-top">
<h1><span class="text_green">Rescue<br class="visible-lg visible-md"/></span>
<span class="normal">your customers who've already left.</span></h1>
<p class="m-top m-bottom">
Just because a customer abandons your site doesn't mean that they're gone forever. Cart Rocket helps to rescue your abandoned customers via email and Facebook; bringing many of them back to their shopping cart to complete their original purchase.
</p>
<h3 class="text_green normal">Want to see this in action?</h3>
<p class="m-top"><a href="http://demo.cartrocket.com" target="_blank" class="btn border_btn border_green">Schedule a Demo Today</a></p>
</div>
<div class="col-md-6 col-sm-6">
<img src="images/img-5.png"/>
</div>
</div>
</div>
</section>
<section class="section-eight inc-section">
<div class="container">
<div class="row">
<div class="col-md-10 offset-md-1 m-top p-top">
<h2 class="text-center p-bottom">Having an Inc. 500 team behind you makes <br class="visible-lg visible-md"/>
all the difference to your success.</h2>
<p class="m-bottom">As a Cart Rocket client, the same Inc. 500 executive team that built our sister company, Shopper Approved, into one of the fastest growing companies in America, will be working directly for you and your business, helping you to lower your cart abandonment and improve your company's sales.</p>
<p>As a client, not only do you have your own Dedicated Account Manager to help you setup, strategize, and manage your campaigns for you, but all of your designs are hand-crafted by our Graphic Design Team to perfectly match your website. Finally, any custom programming or integration needs are performed by our Senior Programming Team. </p>
</div>
</div>
</div>
</section>
<section class="section-nine clients text-center">
<div class="container">
<div class="m-bottom">
<img src="images/logo-basket.png"/>
</div>
<h2>Cart Rocket Technology drives the<br class="visible-lg visible-md"/> brands that millions trust.</h2>
<div class="flex_container">
<div class="flex_item">
<img src="images/cl-1.png"/>
</div>
<div class="flex_item">
<img src="images/cl-2.png"/>
</div>
<div class="flex_item">
<img src="images/cl-3.png"/>
</div>
<div class="flex_item">
<img src="images/cl-4.png"/>
</div>
<div class="flex_item">
<img src="images/cl-5.png"/>
</div>
<div class="flex_item">
<img src="images/cl-6.png"/>
</div>
<div class="flex_item">
<img src="images/cl-7.png"/>
</div>
<div class="flex_item">
<img src="images/cl-8.png"/>
</div>
</div>
</div>
</section>
<section class="section-ten text-center">
<div class="container">
<h2 class="m-top p-top"><span>Join Eric Smith live</span> <br class="visible-lg visible-md"/>
for an Interactive 1-on-1 Demo of Cart Rocket
</h2>
<p><a href="http://demo.cartrocket.com" target="_blank" class="btn primary_btn"> Schedule a Demo</a></p>
</div>
</section>
</main> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36a516-trace').style.display = (document.getElementById('cakeErr603c40d36a516-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 90
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36a516-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36a516-code').style.display = (document.getElementById('cakeErr603c40d36a516-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36a516-context').style.display = (document.getElementById('cakeErr603c40d36a516-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36a516-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36a516-context" class="cake-context" style="display: none;">$message = 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 90
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 693,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 90,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 90,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 693
include - APP/Template/Layout/home.ctp, line 90
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36a9f5-trace').style.display = (document.getElementById('cakeErr603c40d36a9f5-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 91
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36a9f5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36a9f5-code').style.display = (document.getElementById('cakeErr603c40d36a9f5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36a9f5-context').style.display = (document.getElementById('cakeErr603c40d36a9f5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36a9f5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36a9f5-context" class="cake-context" style="display: none;">$message = 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 91
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 693,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 91,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 91,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 693
include - APP/Template/Layout/home.ctp, line 91
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><footer>
<div class="container">
<ul class="footer">
<li><a href="/terms">Terms</a></li>
<li><a href="/privacy">Privacy</a></li>
<li><a target="_blank" href="https://www.iubenda.com/privacy-policy/76541385">GDPR</a></li>
<li><a target="_blank" href="https://www.iubenda.com/privacy-policy/76541385/cookie-policy">Cookie Policy</a></li>
<li><a href="http://support.cartrocket.com">Contact Us</a></li>
<li><a href="tel:800-264-4059">800-264-4059</a></li>
<li><a href="/login" target="_blank">Member Login</a></li> </ul>
<p class="copyright m-top">
<img src="images/logo-white.png" class="m-right-s"/>© 2021 Cart Rocket. All rights reserved.
</p>
</div>
</footer>
<!-- CartRocket.com START -->
<script>var crt_uid = '2c9650dfa48f185ecc370553c039778b';</script> <script async defer src="//d37phj1nwbd0r1.cloudfront.net/assets/crt.min.js"></script>
<!-- CartRocket.com END-->
<script type="text/javascript">(function() {var t = document.createElement('script'); t.type = 'text/javascript'; t.async = true;var u = document.location.href;var ti = document.title;var i = "?title=" + encodeURIComponent(ti) + "&url=" + encodeURIComponent(u);t.src = 'https://go.toutapp.com/site/p9jn68ahwa' + i;var st = document.getElementsByTagName('script')[0];st.parentNode.insertBefore(t, st);})();</script>
<script>
$(window).scroll(function () {
var top_scroll = $(window).scrollTop();
if (top_scroll >= 100) {
$(".navbar-fixed-top").addClass('sticky');
}
else {
$(".navbar-fixed-top").removeClass('sticky');
}
});
</script>
</body>
</html>
'
}
$maxBufferLength = (int) 8192
$file = '/var/www/html/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 853
$message = 'Unable to emit headers. Headers sent in file=/var/www/html/vendor/cakephp/cakephp/src/Error/Debugger.php line=853'
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 48
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 141
[main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [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]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368a56-trace').style.display = (document.getElementById('cakeErr603c40d368a56-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: ServerRequest::session() is deprecated. Use getSession() instead. The setter part will be removed. - /var/www/html/src/Template/Layout/home.ctp, line: 2
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d368a56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368a56-code').style.display = (document.getElementById('cakeErr603c40d368a56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368a56-context').style.display = (document.getElementById('cakeErr603c40d368a56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d368a56-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d368a56-context" class="cake-context" style="display: none;">$message = 'ServerRequest::session() is deprecated. Use getSession() instead. The setter part will be removed. - /var/www/html/src/Template/Layout/home.ctp, line: 2
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 563,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'ServerRequest::session() is deprecated. Use getSession() instead. The setter part will be removed.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 2,
'function' => 'session',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => []
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 2,
'function' => 'session',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => []
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::session() - CORE/src/Http/ServerRequest.php, line 563
include - APP/Template/Layout/home.ctp, line 2
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html>
<html>
<head>
<title>CartRocket - CartRocket</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="telephone=no" name="format-detection">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368f41-trace').style.display = (document.getElementById('cakeErr603c40d368f41-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 28
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d368f41-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368f41-code').style.display = (document.getElementById('cakeErr603c40d368f41-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368f41-context').style.display = (document.getElementById('cakeErr603c40d368f41-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d368f41-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d368f41-context" class="cake-context" style="display: none;">$message = 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 28
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 693,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 28,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 28,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 693
include - APP/Template/Layout/home.ctp, line 28
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre> <link rel="shortcut icon" type="image/png" href="https://cartrocket.com/images/logo-basket.png">
<link href="//fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript">
var s_section = '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369444-trace').style.display = (document.getElementById('cakeErr603c40d369444-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 36
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d369444-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369444-code').style.display = (document.getElementById('cakeErr603c40d369444-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369444-context').style.display = (document.getElementById('cakeErr603c40d369444-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d369444-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d369444-context" class="cake-context" style="display: none;">$message = 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 36
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 693,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 36,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 36,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 693
include - APP/Template/Layout/home.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre>index';
</script>
<link rel="stylesheet" media="all" type="text/css" href="/bootstrap4/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/home/style.css"/>
<script src="https://code.jquery.com/jquery-3.4.1.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script type="text/javascript" src="/bootstrap4/js/bootstrap.min.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.3.0/respond.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<link rel="stylesheet" href="/css/home/ie9.css"/>
<![endif]-->
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '174979292846573');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=174979292846573&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<script type="text/javascript" src="//cdn.iubenda.com/cs/tcf/stub.js"></script>
<script type="text/javascript">
var _iub = _iub || [];
_iub.csConfiguration = {"enableRemoteConsent":true,"enableCMP":true,"gdprAppliesGlobally":false,"lang":"en","siteId":1669779,"cookiePolicyId":76541385, "banner":{ "acceptButtonDisplay":true,"customizeButtonDisplay":true,"acceptButtonColor":"#0073CE","acceptButtonCaptionColor":"white","customizeButtonColor":"#DADADA","customizeButtonCaptionColor":"#4D4D4D","position":"float-bottom-left","textColor":"black","backgroundColor":"white" }};
</script><script type="text/javascript" src="//cdn.iubenda.com/cs/iubenda_cs.js" charset="UTF-8" async>
</script>
</head>
<body>
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369a27-trace').style.display = (document.getElementById('cakeErr603c40d369a27-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 87
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d369a27-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369a27-code').style.display = (document.getElementById('cakeErr603c40d369a27-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369a27-context').style.display = (document.getElementById('cakeErr603c40d369a27-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d369a27-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d369a27-context" class="cake-context" style="display: none;">$message = 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 87
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 693,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 87,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 87,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 693
include - APP/Template/Layout/home.ctp, line 87
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369f19-trace').style.display = (document.getElementById('cakeErr603c40d369f19-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 88
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d369f19-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369f19-code').style.display = (document.getElementById('cakeErr603c40d369f19-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d369f19-context').style.display = (document.getElementById('cakeErr603c40d369f19-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d369f19-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d369f19-context" class="cake-context" style="display: none;">$message = 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 88
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 693,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 88,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 88,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 693
include - APP/Template/Layout/home.ctp, line 88
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><header class="navbar-fixed-top">
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="#"><img src="images/cr-2017.png" alt="CartRocket"/></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarNav" aria-expanded="false" >
<ul class="nav navbar-nav navbar-right ml-auto align-items-center">
<li class="nav-item"><a href="http://support.cartrocket.com">Contact Us </a> </li>
<li class="nav-item"> <a class="nav-link" href="tel:800-264-4059">800-264-4059</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="/login">Sign In</a> </li>
<li class="nav-item">
<a href="http://demo.cartrocket.com" target="_blank" class="btn border_btn nav-link">Get Started Now</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</header>
<div class="modal fade" id="setupProcessing" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="request-info-wrap"><img src="images/setup-processing.gif" /></div>
</div>
</div>
</div>
<div class="modal fade" id="confirmRequest" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="request-info-wrap"><strong>Your information has successfully been submitted. We'll be in touch shortly. Thanks!</strong><button type="button" class="close close-register" data-dismiss="modal">×</button></div>
</div>
</div>
</div>
<!--<div class="modal fade modal-medium" id="requestInfo" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
</div>
</div>
</div>-->
<div class="modal fade modal-wide" id="getStarted" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="get-started-wrap" id="signup-wrapper">
<h1 class="red">Start Your Free 30 Day Trial Today!</h1>
<div class="col-md-5">
<form method="post" accept-charset="utf-8" class="get-started-form req-info-form" action="/register"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="a19ee7e924df2ae7afd4cb071ee107b9665017fa56607a7087e025d636df2f53822462014bb8734278d0e4c8653e2984c25063678a958174d1e43c84612f99f4"/></div> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36290c-trace').style.display = (document.getElementById('cakeErr603c40d36290c-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 9
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36290c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36290c-code').style.display = (document.getElementById('cakeErr603c40d36290c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36290c-context').style.display = (document.getElementById('cakeErr603c40d36290c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36290c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36290c-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 9
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 9,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'id',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 9,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'id',
(int) 1 => [
'type' => 'hidden',
'value' => ''
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 9
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><input type="hidden" name="id" id="id" value=""/> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36303d-trace').style.display = (document.getElementById('cakeErr603c40d36303d-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 10
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36303d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36303d-code').style.display = (document.getElementById('cakeErr603c40d36303d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36303d-context').style.display = (document.getElementById('cakeErr603c40d36303d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36303d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36303d-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 10
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 10,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'from_front',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 10,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'from_front',
(int) 1 => [
'type' => 'hidden',
'value' => (int) 1
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 10
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><input type="hidden" name="from_front" id="from-front" value="1"/> <div class="field-wrap">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d363703-trace').style.display = (document.getElementById('cakeErr603c40d363703-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 13
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d363703-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d363703-code').style.display = (document.getElementById('cakeErr603c40d363703-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d363703-context').style.display = (document.getElementById('cakeErr603c40d363703-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d363703-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d363703-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 13
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 13,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'name',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 13,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'name',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'span5',
'autocomplete' => 'off',
'div' => false,
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 13
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input text"><label class="signup" for="name">Name *</label><input type="text" name="name" class="span5" autocomplete="off" id="name"/></div> </div>
<div class="field-wrap">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d363e6d-trace').style.display = (document.getElementById('cakeErr603c40d363e6d-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 28
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d363e6d-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d363e6d-code').style.display = (document.getElementById('cakeErr603c40d363e6d-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d363e6d-context').style.display = (document.getElementById('cakeErr603c40d363e6d-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d363e6d-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d363e6d-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 28
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 28,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'email',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 28,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'email',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'span5',
'autocomplete' => 'off',
'div' => true,
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 28
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input email"><label class="signup" for="email">Email Address *</label><input type="email" name="email" class="span5" autocomplete="off" div="1" id="email"/></div> </div>
<div class="field-wrap">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36454c-trace').style.display = (document.getElementById('cakeErr603c40d36454c-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 38
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36454c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36454c-code').style.display = (document.getElementById('cakeErr603c40d36454c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36454c-context').style.display = (document.getElementById('cakeErr603c40d36454c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36454c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36454c-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 38
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 38,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'website_url',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 38,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'website_url',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'span5',
'autocomplete' => 'off',
'div' => false,
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 38
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input text"><label class="signup" for="website-url">Website URL *</label><input type="text" name="website_url" class="span5" autocomplete="off" id="website-url"/></div> </div>
<div class="field-wrap">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d364c56-trace').style.display = (document.getElementById('cakeErr603c40d364c56-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 48
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d364c56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d364c56-code').style.display = (document.getElementById('cakeErr603c40d364c56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d364c56-context').style.display = (document.getElementById('cakeErr603c40d364c56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d364c56-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d364c56-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 48
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 48,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'phone',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 48,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'phone',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'span5',
'autocomplete' => 'off',
'div' => false,
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 48
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input tel"><label class="signup" for="phone">Phone</label><input type="tel" name="phone" class="span5" autocomplete="off" id="phone"/></div> </div>
<div class="field-wrap">
<div class="col-md-6" style="padding: 0;">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36532b-trace').style.display = (document.getElementById('cakeErr603c40d36532b-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 59
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36532b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36532b-code').style.display = (document.getElementById('cakeErr603c40d36532b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36532b-context').style.display = (document.getElementById('cakeErr603c40d36532b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36532b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36532b-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 59
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 59,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'password',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 59,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'password',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'span2',
'autocomplete' => 'off',
'div' => false,
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 59
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input password"><label class="signup" for="password">Password *</label><input type="password" name="password" class="span2" autocomplete="off" id="password"/></div> </div>
<div class="col-md-6">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3659dc-trace').style.display = (document.getElementById('cakeErr603c40d3659dc-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 69
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d3659dc-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3659dc-code').style.display = (document.getElementById('cakeErr603c40d3659dc-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3659dc-context').style.display = (document.getElementById('cakeErr603c40d3659dc-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d3659dc-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d3659dc-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/register.form.ctp, line: 69
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 69,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'confirm_password',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/register.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 25,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/register.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/register.form.ctp',
'line' => (int) 69,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'confirm_password',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'type' => 'password',
'autocomplete' => 'off',
'class' => 'span2',
'div' => false,
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/register.form.ctp, line 69
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 25
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input password"><label class="signup" for="confirm-password">Retype Password *</label><input type="password" name="confirm_password" autocomplete="off" class="span2" id="confirm-password"/></div> </div>
<div class="clearfix"></div>
</div>
<div class="field-wrap">
<div class="submit"><input type="submit" value="Create Account"/></div> <span class="terms inline">By clicking, you agree to our <a style="color:#000;" href="http://cartrocket.com/terms" target="_blank">Terms of Service</a></span>
<br />
<img src="/images/popup-loader.gif" class="popup-loader" />
</div>
<div style="display:none;"><input type="hidden" name="_Token[fields]" autocomplete="off" value="e4197dc9d15795f3cca8a688757d9301860da80a%3Afrom_front%7Cid"/><input type="hidden" name="_Token[unlocked]" autocomplete="off" value=""/><input type="hidden" name="_Token[debug]" autocomplete="off" value="%5B%22%5C%2Fregister%22%2C%7B%22id%22%3A%22%22%2C%22from_front%22%3A%221%22%2C%220%22%3A%22name%22%2C%221%22%3A%22email%22%2C%222%22%3A%22website_url%22%2C%223%22%3A%22phone%22%2C%224%22%3A%22password%22%2C%225%22%3A%22confirm_password%22%7D%2C%5B%5D%5D"/></div></form> </div>
<div class="col-md-6 col-md-offset-1">
<h3>You're just one step away from...</h3>
<ul>
<li>Tripling your social proof on Facebook, Twitter & Google+</li>
<li>Tripling the amount of social traffic you currently receive</li>
<li>Instantly boosting your conversion rate</li>
<li>Lowering your shopping cart abandonment rates</li>
<li>Increasing Your Sales, Guaranteed</li>
</ul>
</div>
<div class="clearfix"></div>
<img class="crt-basket" src="/images/crt-basket.png" alt=""/>
<button type="button" class="close close-register" data-dismiss="modal">×</button>
</div>
<script type="text/javascript">
//<![CDATA[
$("#UserIndexForm").bind("submit", function (event) {$.ajax({async:true, data:$("#UserIndexForm").serialize(), success:function (data, textStatus) {if(data == "1"){$(".modal").modal("hide");$("#setupProcessing").modal("show");setTimeout(function(){window.location="https://cartrocket.com/dashboard";},12000);} else {$("#signup-wrapper").html(data);}}, type:"POST", url:"\/register"});
return false;});
$("#UserRegisterForm").bind("submit", function (event) {$.ajax({async:true, data:$("#UserRegisterForm").serialize(), success:function (data, textStatus) {if(data == "1"){$(".modal").modal("hide");$("#setupProcessing").modal("show");setTimeout(function(){window.location="https://cartrocket.com/dashboard";},12000);} else {$("#signup-wrapper").html(data);}}, type:"POST", url:"\/register"});
return false;});
//]]>
</script>
<script type="text/javascript">
$(document).ready(function(){
$("#UserIndexForm , #UserRegisterForm").on('submit',function(){
$(this).find(":submit").attr('disabled',true).addClass('disabled');
$(".popup-loader").show();
});
});
</script> </div>
</div>
</div>
<main>
<!-- Modal -->
<div id="requestMoreInfoModal" class="modal cr-modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title m-top-s m-bottom-s text_red text-capitalize text-center">Request more info about</h2>
<p class="text-center"><img src="images/cr-2017.png" width="225"/></p>
</div>
<div class="modal-body">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3660e9-trace').style.display = (document.getElementById('cakeErr603c40d3660e9-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined variable: lead [<b>APP/Template/Element/users/lead.form.ctp</b>, line <b>10</b>]<div id="cakeErr603c40d3660e9-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3660e9-code').style.display = (document.getElementById('cakeErr603c40d3660e9-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3660e9-context').style.display = (document.getElementById('cakeErr603c40d3660e9-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d3660e9-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">create</span><span style="color: #007700">(</span><span style="color: #0000BB">$lead</span><span style="color: #007700">, array(</span><span style="color: #DD0000">'url' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'/leads/requestInfo'</span><span style="color: #007700">, </span><span style="color: #DD0000">'default' </span><span style="color: #007700">=> </span><span style="color: #0000BB">false</span><span style="color: #007700">, </span><span style="color: #DD0000">'class' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'req-info-form'</span><span style="color: #007700">, </span><span style="color: #DD0000">'id' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'LeadIndexForm'</span><span style="color: #007700">)); </span><span style="color: #0000BB">?></span></span></code></span>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Form</span><span style="color: #007700">-></span><span style="color: #0000BB">input</span><span style="color: #007700">(</span><span style="color: #DD0000">'Lead.notes'</span><span style="color: #007700">, array(</span><span style="color: #DD0000">'type' </span><span style="color: #007700">=> </span><span style="color: #DD0000">'hidden'</span><span style="color: #007700">, </span><span style="color: #DD0000">'value' </span><span style="color: #007700">=> </span><span style="color: #DD0000">''</span><span style="color: #007700">)); </span><span style="color: #0000BB">?></span></span></code></pre><pre id="cakeErr603c40d3660e9-context" class="cake-context" style="display: none;">$viewFile = '/var/www/html/src/Template/Element/users/lead.form.ctp'
$dataForView = [
'is_mobile' => false,
'title_for_layout' => 'CartRocket',
'Auth' => object(Cake\Controller\Component\AuthComponent) {
'components' => [
[maximum depth reached]
],
'implementedEvents' => [
[maximum depth reached]
],
'_config' => [
[maximum depth reached]
]
},
'queryParams' => [],
'session' => null,
'controller' => 'Pages'
]
$is_mobile = false
$title_for_layout = 'CartRocket'
$Auth = object(Cake\Controller\Component\AuthComponent) {
'components' => [
(int) 0 => 'RequestHandler',
(int) 1 => 'Flash'
],
'implementedEvents' => [
'Controller.initialize' => 'authCheck',
'Controller.startup' => 'startup'
],
'_config' => [
'authenticate' => [
[maximum depth reached]
],
'authorize' => null,
'ajaxLogin' => null,
'flash' => [
[maximum depth reached]
],
'loginAction' => [
[maximum depth reached]
],
'loginRedirect' => null,
'logoutRedirect' => null,
'authError' => 'Please login first, in order to view the page.',
'unauthorizedRedirect' => true,
'storage' => 'Session',
'checkAuthIn' => 'Controller.startup'
]
}
$queryParams = []
$session = null
$controller = 'Pages'</pre><pre class="stack-trace">include - APP/Template/Element/users/lead.form.ctp, line 10
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156</pre></div></pre><form method="post" accept-charset="utf-8" class="req-info-form" id="LeadIndexForm" action="/leads/requestInfo"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="_csrfToken" autocomplete="off" value="a19ee7e924df2ae7afd4cb071ee107b9665017fa56607a7087e025d636df2f53822462014bb8734278d0e4c8653e2984c25063678a958174d1e43c84612f99f4"/></div> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36656b-trace').style.display = (document.getElementById('cakeErr603c40d36656b-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 11
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36656b-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36656b-code').style.display = (document.getElementById('cakeErr603c40d36656b-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36656b-context').style.display = (document.getElementById('cakeErr603c40d36656b-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36656b-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36656b-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 11
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 11,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'Lead.notes',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 36,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/lead.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 11,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'Lead.notes',
(int) 1 => [
'type' => 'hidden',
'value' => ''
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/lead.form.ctp, line 11
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><input type="hidden" name="Lead[notes]" id="lead-notes" value=""/> <div class="form-group">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d366c55-trace').style.display = (document.getElementById('cakeErr603c40d366c55-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 14
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d366c55-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d366c55-code').style.display = (document.getElementById('cakeErr603c40d366c55-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d366c55-context').style.display = (document.getElementById('cakeErr603c40d366c55-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d366c55-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d366c55-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 14
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 14,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'Lead.name',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 36,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/lead.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 14,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'Lead.name',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'form-control',
'autocomplete' => 'off',
'div' => false,
(int) 0 => 'required',
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/lead.form.ctp, line 14
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input text"><label class="signup" for="lead-name">Name <span class="text_red">*</span></label><input type="text" name="Lead[name]" class="form-control" autocomplete="off" required="required" id="lead-name"/></div> </div>
<div class="form-group">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36735c-trace').style.display = (document.getElementById('cakeErr603c40d36735c-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 24
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36735c-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36735c-code').style.display = (document.getElementById('cakeErr603c40d36735c-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36735c-context').style.display = (document.getElementById('cakeErr603c40d36735c-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36735c-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36735c-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 24
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 24,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'Lead.email',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 36,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/lead.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 24,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'Lead.email',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'form-control',
'autocomplete' => 'off',
'div' => false,
(int) 0 => 'required',
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/lead.form.ctp, line 24
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input email"><label class="signup" for="lead-email">Email <span class="text_red">*</span></label><input type="email" name="Lead[email]" class="form-control" autocomplete="off" required="required" id="lead-email"/></div> </div>
<div class="form-group">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d367a50-trace').style.display = (document.getElementById('cakeErr603c40d367a50-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 34
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d367a50-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d367a50-code').style.display = (document.getElementById('cakeErr603c40d367a50-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d367a50-context').style.display = (document.getElementById('cakeErr603c40d367a50-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d367a50-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d367a50-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 34
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 34,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'Lead.url',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 36,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/lead.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 34,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'Lead.url',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'class' => 'form-control',
'autocomplete' => 'off',
'div' => false,
(int) 0 => 'required',
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/lead.form.ctp, line 34
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input text"><label class="signup" for="lead-url">Website URL <span class="text_red">*</span></label><input type="text" name="Lead[url]" class="form-control" autocomplete="off" required="required" id="lead-url"/></div> </div>
<div class="form-group">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3681db-trace').style.display = (document.getElementById('cakeErr603c40d3681db-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 44
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d3681db-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3681db-code').style.display = (document.getElementById('cakeErr603c40d3681db-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d3681db-context').style.display = (document.getElementById('cakeErr603c40d3681db-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d3681db-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d3681db-context" class="cake-context" style="display: none;">$message = 'FormHelper::input() is deprecated. Use FormHelper::control() instead. - /var/www/html/src/Template/Element/users/lead.form.ctp, line: 44
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/Helper/FormHelper.php',
'line' => (int) 1247,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'FormHelper::input() is deprecated. Use FormHelper::control() instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 44,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {},
'type' => '->',
'args' => [
(int) 0 => 'Lead.phone',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1598,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 706,
'function' => '_renderElement',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Element/users/lead.form.ctp',
(int) 1 => [[maximum depth reached]],
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/var/www/html/src/Template/Pages/index.ctp',
'line' => (int) 36,
'function' => 'element',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => 'users/lead.form'
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
],
'function' => 'include'
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 803,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Pages/index.ctp'
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 21 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 22 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 23 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 24 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 25 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Element/users/lead.form.ctp',
'line' => (int) 44,
'function' => 'input',
'class' => 'Cake\View\Helper\FormHelper',
'object' => object(Cake\View\Helper\FormHelper) {
'helpers' => [
[maximum depth reached]
],
'theme' => null,
'plugin' => null,
'fieldset' => [[maximum depth reached]],
'tags' => [[maximum depth reached]],
'implementedEvents' => [[maximum depth reached]],
'_config' => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'Lead.phone',
(int) 1 => [
'error' => [
[maximum depth reached]
],
'style' => 'background: #f1f1f1;',
'class' => 'form-control',
'autocomplete' => 'off',
'div' => false,
(int) 0 => 'required',
'label' => [
[maximum depth reached]
]
]
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\Helper\FormHelper::input() - CORE/src/View/Helper/FormHelper.php, line 1247
include - APP/Template/Element/users/lead.form.ctp, line 44
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1598
Cake\View\View::element() - CORE/src/View/View.php, line 706
include - APP/Template/Pages/index.ctp, line 36
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::render() - CORE/src/View/View.php, line 803
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><div class="input tel"><label class="signup" for="lead-phone">Phone # <span class="text_red">*</span></label><input type="tel" name="Lead[phone]" style="background: #f1f1f1;" class="form-control" autocomplete="off" required="required" id="lead-phone"/></div> </div>
<div class="form-group disclaimer p-top-s p-bottom-s">
<p>Thank your for your interest in CartRocket.<br class="visible-lg visible-md"/>
Please enter your contact information and we will be in touch with you shortly.<br class="visible-lg visible-md"/>
We look forward to speaking with you.
</p>
</div>
<div class="form-group">
<div class="submit"><input type="submit" class="btn primary_btn" value="Submit"/></div> </div>
<div style="display:none;"><input type="hidden" name="_Token[fields]" autocomplete="off" value="8e0cecf556b40d915ca25aa1e6d182e53474b2cd%3ALead.notes"/><input type="hidden" name="_Token[unlocked]" autocomplete="off" value=""/><input type="hidden" name="_Token[debug]" autocomplete="off" value="%5B%22%5C%2Fleads%5C%2FrequestInfo%22%2C%7B%22Lead.notes%22%3A%22%22%2C%220%22%3A%22Lead.name%22%2C%221%22%3A%22Lead.email%22%2C%222%22%3A%22Lead.url%22%2C%223%22%3A%22Lead.phone%22%7D%2C%5B%5D%5D"/></div></form></div>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function () {$("#LeadIndexForm").bind("submit", function (event) {$.ajax({async:true, data:$("#LeadIndexForm").serialize(), dataType:"html", success:function (data, textStatus) {if(data == 1){$(".modal").modal("hide");$("#confirmRequest").modal("show");setTimeout(function(){$(".modal").modal("hide");},6000);}else{$("#lead-wrapper").html(data);}$("#lead-wrapper").html(data);}, type:"POST", url:"\/lead\/submit"});
return false;});
$("#LeadSubmitLeadForm").bind("submit", function (event) {$.ajax({async:true, data:$("#LeadSubmitLeadForm").serialize(), dataType:"html", success:function (data, textStatus) {if(data == 1){$(".modal").modal("hide");$("#confirmRequest").modal("show");setTimeout(function(){$(".modal").modal("hide");},6000);}else{$("#lead-wrapper").html(data);}$("#lead-wrapper").html(data);}, type:"POST", url:"\/lead\/submit"});
return false;});});
//]]>
</script> </div>
</div>
</div>
<section class="hero">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-7">
<h1><span class="text_red">If you want more sales,</span>
Stop letting 70% of your
customers abandon
their shopping carts.</h1>
</div>
<div class="clearfix"></div>
<div class="col-md-7 col-sm-7">
<div class="m-top">
<a href="http://demo.cartrocket.com" target="_blank" class="btn secondary_btn bold m-right-s m-bottom-s">Lower Your Shopping Cart Abandonment Now!</a>
<a href="#" class="btn border_btn m-bottom-s" data-toggle="modal" data-target="#requestMoreInfoModal">Request More Info</a>
</div>
</div>
<div class="col-md-5 col-sm-5 hidden-xs">
<div class="cart-image">
<img src="images/cart-down.png"/>
</div>
</div>
</div>
</div>
</section>
<section class="section-two">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="m-top">
<img src="images/img-1.png"/>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="padder">
<h2>Do you know how much money
you're <span>losing every day</span> from
Cart Abandonment?</h2>
<p>Traditional shopping carts are not built for customer retention. Every single day on your website, over 2/3rds of your visitors are completely abandoning their purchases and never coming back.</p>
<p>These aren't just visitors that bounce. These are customers with actual products in their shopping carts ready to buy, who then leave! As an online merchant, you need an effective way to get more of these abandoning customers to stay and complete their purchase. You need Cart Rocket.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-three">
<div class="container">
<div class="row">
<div class="col-md-8">
<h2><img src="images/logo-in-text.png"/><span>is the most effective
Cart Abandonment Solution ever created.</span>
</h2>
<div class="m-top p-top-s">
<p>Built by the creators of Shopper Approved, an Inc. 500 company, Cart Rocket<br class="visible-lg visible-md"/> was designed for one reason: to stop people from abandoning their <br class="visible-lg visible-md"/> shopping carts and complete their purchases. </p>
<p>We've created a comprehensive 'smart' system, that starts from the very <br class="visible-lg visible-md"/> moment a customer visits your desktop or mobile website, continues <br class="visible-lg visible-md"/> through your product and checkout pages, and then follows them after <br class="visible-lg visible-md"/> they abandon your site - all in an effort to help them to complete their purchase. </p>
</div>
</div>
</div>
</div>
</section>
<section class="section-four">
<div class="container">
<h2 class="text-center m-bottom p-bottom-s">Bring your abandoning customers back <span class="normal">with Cart Rocket's<br class="visible-lg"/> Cart Abandonment Solution:</span> <span class="text_blue">Re-engage,</span> <span class="text_red">Save,</span> <span class="text_green">and Rescue</span></h2>
<p class="text-center" style="max-width: 80%; margin: 0 auto;">Cart Rocket's professional suite of retention and abandonment tools significantly increase the likelihood of every customer making a purchase. Each Cart Rocket tool is beautifully crafted and designed (for desktop, tablet, and mobile), and only activates if someone attempts to leave your website. Any customers who go through the normal checkout process will never even know that we exist.
</p>
<div class="m-top p-top text-center">
<img src="images/img-2.png"/>
</div>
</div>
</section>
<section class="section-five">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<h1><span class="text_blue">Re-engage<br class="visible-lg visible-md"/></span>
<span class="normal">your abandoning customers.</span></h1>
<p class="m-top m-bottom">
Cart Rocket has several options that help to re-engage visitors who try to abandon your landing pages and product pages; keeping more potential customers on your website, and helping them to progress toward your Shopping Cart and Checkout pages.
</p>
<h3 class="text_blue normal">Want to see this in action?</h3>
<p class="m-top"><a href="http://demo.cartrocket.com" target="_blank" class="btn border_btn border_blue">Schedule a Demo Today</a></p>
</div>
<div class="col-md-6 col-sm-6">
<img src="images/img-3.png"/>
</div>
</div>
</div>
</section>
<section class="section-six">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 hidden-xs">
<img src="images/img-4.png"/>
</div>
<div class="col-md-6 col-sm-6">
<h1><span class="text_red">Save<br class="visible-lg visible-md"/></span>
<span class="normal">abandoned shopping carts.</span></h1>
<p class="m-top m-bottom">
Cart Rocket's cart abandonment solution stops your customers from abandoning their shopping carts, and motivates them to successfully complete their purchase, which significantly lowers your cart abandonment rate and increases your overall sales.
</p>
<h3 class="text_red normal">Want to see this in action?</h3>
<p class="m-top"><a href="http://demo.cartrocket.com" target="_blank" class="btn border_btn">Schedule a Demo Today</a></p>
</div>
</div>
</div>
</section>
<section class="section-seven">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 m-top">
<h1><span class="text_green">Rescue<br class="visible-lg visible-md"/></span>
<span class="normal">your customers who've already left.</span></h1>
<p class="m-top m-bottom">
Just because a customer abandons your site doesn't mean that they're gone forever. Cart Rocket helps to rescue your abandoned customers via email and Facebook; bringing many of them back to their shopping cart to complete their original purchase.
</p>
<h3 class="text_green normal">Want to see this in action?</h3>
<p class="m-top"><a href="http://demo.cartrocket.com" target="_blank" class="btn border_btn border_green">Schedule a Demo Today</a></p>
</div>
<div class="col-md-6 col-sm-6">
<img src="images/img-5.png"/>
</div>
</div>
</div>
</section>
<section class="section-eight inc-section">
<div class="container">
<div class="row">
<div class="col-md-10 offset-md-1 m-top p-top">
<h2 class="text-center p-bottom">Having an Inc. 500 team behind you makes <br class="visible-lg visible-md"/>
all the difference to your success.</h2>
<p class="m-bottom">As a Cart Rocket client, the same Inc. 500 executive team that built our sister company, Shopper Approved, into one of the fastest growing companies in America, will be working directly for you and your business, helping you to lower your cart abandonment and improve your company's sales.</p>
<p>As a client, not only do you have your own Dedicated Account Manager to help you setup, strategize, and manage your campaigns for you, but all of your designs are hand-crafted by our Graphic Design Team to perfectly match your website. Finally, any custom programming or integration needs are performed by our Senior Programming Team. </p>
</div>
</div>
</div>
</section>
<section class="section-nine clients text-center">
<div class="container">
<div class="m-bottom">
<img src="images/logo-basket.png"/>
</div>
<h2>Cart Rocket Technology drives the<br class="visible-lg visible-md"/> brands that millions trust.</h2>
<div class="flex_container">
<div class="flex_item">
<img src="images/cl-1.png"/>
</div>
<div class="flex_item">
<img src="images/cl-2.png"/>
</div>
<div class="flex_item">
<img src="images/cl-3.png"/>
</div>
<div class="flex_item">
<img src="images/cl-4.png"/>
</div>
<div class="flex_item">
<img src="images/cl-5.png"/>
</div>
<div class="flex_item">
<img src="images/cl-6.png"/>
</div>
<div class="flex_item">
<img src="images/cl-7.png"/>
</div>
<div class="flex_item">
<img src="images/cl-8.png"/>
</div>
</div>
</div>
</section>
<section class="section-ten text-center">
<div class="container">
<h2 class="m-top p-top"><span>Join Eric Smith live</span> <br class="visible-lg visible-md"/>
for an Interactive 1-on-1 Demo of Cart Rocket
</h2>
<p><a href="http://demo.cartrocket.com" target="_blank" class="btn primary_btn"> Schedule a Demo</a></p>
</div>
</section>
</main> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36a516-trace').style.display = (document.getElementById('cakeErr603c40d36a516-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 90
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36a516-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36a516-code').style.display = (document.getElementById('cakeErr603c40d36a516-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36a516-context').style.display = (document.getElementById('cakeErr603c40d36a516-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36a516-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36a516-context" class="cake-context" style="display: none;">$message = 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 90
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 693,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 90,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 90,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 693
include - APP/Template/Layout/home.ctp, line 90
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre> <pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36a9f5-trace').style.display = (document.getElementById('cakeErr603c40d36a9f5-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 91
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d36a9f5-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36a9f5-code').style.display = (document.getElementById('cakeErr603c40d36a9f5-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d36a9f5-context').style.display = (document.getElementById('cakeErr603c40d36a9f5-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d36a9f5-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d36a9f5-context" class="cake-context" style="display: none;">$message = 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 91
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 693,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 91,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 91,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::__get() - CORE/src/Http/ServerRequest.php, line 693
include - APP/Template/Layout/home.ctp, line 91
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><footer>
<div class="container">
<ul class="footer">
<li><a href="/terms">Terms</a></li>
<li><a href="/privacy">Privacy</a></li>
<li><a target="_blank" href="https://www.iubenda.com/privacy-policy/76541385">GDPR</a></li>
<li><a target="_blank" href="https://www.iubenda.com/privacy-policy/76541385/cookie-policy">Cookie Policy</a></li>
<li><a href="http://support.cartrocket.com">Contact Us</a></li>
<li><a href="tel:800-264-4059">800-264-4059</a></li>
<li><a href="/login" target="_blank">Member Login</a></li> </ul>
<p class="copyright m-top">
<img src="images/logo-white.png" class="m-right-s"/>© 2021 Cart Rocket. All rights reserved.
</p>
</div>
</footer>
<!-- CartRocket.com START -->
<script>var crt_uid = '2c9650dfa48f185ecc370553c039778b';</script> <script async defer src="//d37phj1nwbd0r1.cloudfront.net/assets/crt.min.js"></script>
<!-- CartRocket.com END-->
<script type="text/javascript">(function() {var t = document.createElement('script'); t.type = 'text/javascript'; t.async = true;var u = document.location.href;var ti = document.title;var i = "?title=" + encodeURIComponent(ti) + "&url=" + encodeURIComponent(u);t.src = 'https://go.toutapp.com/site/p9jn68ahwa' + i;var st = document.getElementsByTagName('script')[0];st.parentNode.insertBefore(t, st);})();</script>
<script>
$(window).scroll(function () {
var top_scroll = $(window).scrollTop();
if (top_scroll >= 100) {
$(".navbar-fixed-top").addClass('sticky');
}
else {
$(".navbar-fixed-top").removeClass('sticky');
}
});
</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 141
[main] - ROOT/webroot/index.php, line 40
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [CORE/src/Http/ResponseEmitter.php, line 181]Code Context $value
), $first);
$first = false;
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'text/html',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368a56-trace').style.display = (document.getElementById('cakeErr603c40d368a56-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: ServerRequest::session() is deprecated. Use getSession() instead. The setter part will be removed. - /var/www/html/src/Template/Layout/home.ctp, line: 2
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d368a56-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368a56-code').style.display = (document.getElementById('cakeErr603c40d368a56-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368a56-context').style.display = (document.getElementById('cakeErr603c40d368a56-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d368a56-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d368a56-context" class="cake-context" style="display: none;">$message = 'ServerRequest::session() is deprecated. Use getSession() instead. The setter part will be removed. - /var/www/html/src/Template/Layout/home.ctp, line: 2
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 563,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'ServerRequest::session() is deprecated. Use getSession() instead. The setter part will be removed.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 2,
'function' => 'session',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => []
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 15 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 88,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 16 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\AssetMiddleware',
'object' => object(Cake\Routing\Middleware\AssetMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 17 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 98,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 18 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Error\Middleware\ErrorHandlerMiddleware',
'object' => object(Cake\Error\Middleware\ErrorHandlerMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 19 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 51,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 20 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 98,
'function' => 'run',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\MiddlewareQueue) {},
(int) 1 => object(Cake\Http\ServerRequest) {},
(int) 2 => object(Cake\Http\Response) {}
]
],
(int) 21 => [
'file' => '/var/www/html/webroot/index.php',
'line' => (int) 40,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 2,
'function' => 'session',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {
trustProxy => false
[protected] params => [
[maximum depth reached]
]
[protected] data => [[maximum depth reached]]
[protected] query => [[maximum depth reached]]
[protected] cookies => [[maximum depth reached]]
[protected] _environment => [
[maximum depth reached]
]
[protected] url => ''
[protected] base => ''
[protected] webroot => '/'
[protected] here => '/'
[protected] _input => null
[protected] _detectors => [
[maximum depth reached]
]
[protected] _detectorCache => [
[maximum depth reached]
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Http\Session) {}
[protected] attributes => [[maximum depth reached]]
[protected] emulatedAttributes => [
[maximum depth reached]
]
[protected] uploadedFiles => [[maximum depth reached]]
[protected] protocol => null
[protected] requestTarget => null
[private] deprecatedProperties => [
[maximum depth reached]
]
},
'type' => '->',
'args' => []
]</pre><pre class="stack-trace">deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\ServerRequest::session() - CORE/src/Http/ServerRequest.php, line 563
include - APP/Template/Layout/home.ctp, line 2
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1240
Cake\View\View::_render() - CORE/src/View/View.php, line 1201
Cake\View\View::renderLayout() - CORE/src/View/View.php, line 850
Cake\View\View::render() - CORE/src/View/View.php, line 808
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 789
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 126
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\CsrfProtectionMiddleware::__invoke() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 103
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 156
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65</pre></div></pre><!DOCTYPE html>
<html>
<head>
<title>CartRocket - CartRocket</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="telephone=no" name="format-detection">
<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368f41-trace').style.display = (document.getElementById('cakeErr603c40d368f41-trace').style.display == 'none' ? '' : 'none');"><b>Deprecated</b> (16384)</a>: Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 28
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php. [<b>CORE/src/Core/functions.php</b>, line <b>311</b>]<div id="cakeErr603c40d368f41-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368f41-code').style.display = (document.getElementById('cakeErr603c40d368f41-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr603c40d368f41-context').style.display = (document.getElementById('cakeErr603c40d368f41-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr603c40d368f41-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"></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: #0000BB">$message</span><span style="color: #007700">, </span><span style="color: #0000BB">E_USER_DEPRECATED</span><span style="color: #007700">);</span></span></code></span>
<code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700">}</span></span></code></pre><pre id="cakeErr603c40d368f41-context" class="cake-context" style="display: none;">$message = 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead. - /var/www/html/src/Template/Layout/home.ctp, line: 28
You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php.'
$stackFrame = (int) 1
$trace = [
(int) 0 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ServerRequest.php',
'line' => (int) 693,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Accessing routing parameters through `action` will removed in 4.0.0. Use `getParam()` instead.'
]
],
(int) 1 => [
'file' => '/var/www/html/src/Template/Layout/home.ctp',
'line' => (int) 28,
'function' => '__get',
'class' => 'Cake\Http\ServerRequest',
'object' => object(Cake\Http\ServerRequest) {},
'type' => '->',
'args' => [
(int) 0 => 'action'
]
],
(int) 2 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1240,
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 1201,
'function' => '_evaluate',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 850,
'function' => '_render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '/var/www/html/src/Template/Layout/home.ctp'
]
],
(int) 5 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/View/View.php',
'line' => (int) 808,
'function' => 'renderLayout',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => '',
(int) 1 => 'home'
]
],
(int) 6 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 789,
'function' => 'render',
'class' => 'Cake\View\View',
'object' => object(App\View\AppView) {},
'type' => '->',
'args' => [
(int) 0 => null,
(int) 1 => null
]
],
(int) 7 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(App\Controller\PagesController) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 94,
'function' => '_invoke',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(App\Controller\PagesController) {}
]
],
(int) 9 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 235,
'function' => 'dispatch',
'class' => 'Cake\Http\ActionDispatcher',
'object' => object(Cake\Http\ActionDispatcher) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 10 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 11 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php',
'line' => (int) 103,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 12 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Http\Middleware\CsrfProtectionMiddleware',
'object' => object(Cake\Http\Middleware\CsrfProtectionMiddleware) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {},
(int) 2 => object(Cake\Http\Runner) {}
]
],
(int) 13 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 156,
'function' => '__invoke',
'class' => 'Cake\Http\Runner',
'object' => object(Cake\Http\Runner) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {},
(int) 1 => object(Cake\Http\Response) {}
]
],
(int) 14 => [
'file' => '/var/www/html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 65,
'function' => '__invoke',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
&