Deprecated (16384): Use Cake\Http\ServerRequest instead of Cake\Network\Request. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/composer/ClassLoader.php, line: 571
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 = 'Use Cake\Http\ServerRequest instead of Cake\Network\Request. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/composer/ClassLoader.php, line: 571
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Network/Request.php',
'line' => (int) 4,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Use Cake\Http\ServerRequest instead of Cake\Network\Request.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/composer/ClassLoader.php',
'line' => (int) 571,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Network/Request.php'
],
'function' => 'include'
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/composer/ClassLoader.php',
'line' => (int) 428,
'function' => 'Composer\Autoload\includeFile',
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/composer/../cakephp/cakephp/src/Network/Request.php'
]
],
(int) 3 => [
'function' => 'loadClass',
'class' => 'Composer\Autoload\ClassLoader',
'object' => object(Composer\Autoload\ClassLoader) {},
'type' => '->',
'args' => [
(int) 0 => 'Cake\Network\Request'
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 169,
'function' => 'spl_autoload_call',
'args' => [
(int) 0 => 'Cake\Network\Request'
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/composer/ClassLoader.php',
'line' => (int) 571,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Network/Request.php'
],
'function' => 'include'
]deprecationWarning - CORE/src/Core/functions.php, line 311
include - CORE/src/Network/Request.php, line 4
Composer\Autoload\includeFile - ROOT/vendor/composer/ClassLoader.php, line 571
Composer\Autoload\ClassLoader::loadClass() - ROOT/vendor/composer/ClassLoader.php, line 428
spl_autoload_call - [internal], line ??
require_once - ROOT/config/bootstrap.php, line 169
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php, line: 226
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php, line: 226
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 226,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Proffer'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 226,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Proffer'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
require_once - ROOT/config/bootstrap.php, line 226
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'CakePdf',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'CakePdf',
(int) 1 => [
'bootstrap' => true,
'routes' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
require_once - ROOT/config/bootstrap.php, line 227
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::bootstrap() is deprecated. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 172
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 = 'Plugin::bootstrap() is deprecated. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 172
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 285,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::bootstrap() is deprecated. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 172,
'function' => 'bootstrap',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'CakePdf'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'CakePdf',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 172,
'function' => 'bootstrap',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'CakePdf'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::bootstrap() - CORE/src/Core/Plugin.php, line 285
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 172
require_once - ROOT/config/bootstrap.php, line 227
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Agenda',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Agenda',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Analytics',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Analytics',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Banner',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Banner',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Blog',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Blog',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'BusinessLocation',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'BusinessLocation',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Client',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Client',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Customer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Customer',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Hexon',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Hexon',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Map',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Map',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Media',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Media',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Occasion',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Occasion',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Product',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Product',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Service',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Service',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Team',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Team',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Vacature',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Vacature',
(int) 1 => [
'routes' => true,
'autoload' => true
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Bake',
(int) 1 => [[maximum depth reached]]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Bake',
(int) 1 => []
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'DebugKit',
(int) 1 => [[maximum depth reached]]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'DebugKit',
(int) 1 => []
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Josegonzalez/Upload',
(int) 1 => [[maximum depth reached]]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Josegonzalez/Upload',
(int) 1 => []
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Migrations',
(int) 1 => [[maximum depth reached]]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Migrations',
(int) 1 => []
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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 = 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 227
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 117,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Plugin::load() is deprecated. Use Application::addPlugin() instead. This method will be removed in 4.0.0.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'WyriHaximus/TwigView',
(int) 1 => [[maximum depth reached]]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php',
'line' => (int) 261,
'function' => 'loadAll',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 173,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/bootstrap.php'
],
'function' => 'require_once'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 120,
'function' => 'bootstrap',
'class' => 'Cake\Http\BaseApplication',
'object' => object(App\Application) {},
'type' => '->',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 81,
'function' => 'bootstrap',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 227,
'function' => 'load',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'WyriHaximus/TwigView',
(int) 1 => []
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::load() - CORE/src/Core/Plugin.php, line 117
Cake\Core\Plugin::loadAll() - CORE/src/Core/Plugin.php, line 227
require_once - ROOT/config/bootstrap.php, line 261
Cake\Http\BaseApplication::bootstrap() - CORE/src/Http/BaseApplication.php, line 173
Cake\Http\Server::bootstrap() - CORE/src/Http/Server.php, line 120
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 81
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): RoutingMiddleware should be passed an application instance. Failing to do so can cause plugin routes to not behave correctly. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/MiddlewareQueue.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 = 'RoutingMiddleware should be passed an application instance. Failing to do so can cause plugin routes to not behave correctly. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/MiddlewareQueue.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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 67,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'RoutingMiddleware should be passed an application instance. Failing to do so can cause plugin routes to not behave correctly.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/MiddlewareQueue.php',
'line' => (int) 90,
'function' => '__construct',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {},
'type' => '->',
'args' => []
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/MiddlewareQueue.php',
'line' => (int) 65,
'function' => 'resolve',
'class' => 'Cake\Http\MiddlewareQueue',
'object' => object(Cake\Http\MiddlewareQueue) {},
'type' => '->',
'args' => [
(int) 0 => (int) 2
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Runner.php',
'line' => (int) 61,
'function' => 'get',
'class' => 'Cake\Http\MiddlewareQueue',
'object' => object(Cake\Http\MiddlewareQueue) {},
'type' => '->',
'args' => [
(int) 0 => (int) 2
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/MiddlewareQueue.php',
'line' => (int) 90,
'function' => '__construct',
'class' => 'Cake\Routing\Middleware\RoutingMiddleware',
'object' => object(Cake\Routing\Middleware\RoutingMiddleware) {
[protected] app => null
[protected] cacheConfig => null
},
'type' => '->',
'args' => []
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Routing\Middleware\RoutingMiddleware::__construct() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 67
Cake\Http\MiddlewareQueue::resolve() - CORE/src/Http/MiddlewareQueue.php, line 90
Cake\Http\MiddlewareQueue::get() - CORE/src/Http/MiddlewareQueue.php, line 65
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 61
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php, line: 95
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php, line: 95
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Agenda'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Agenda'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Analytics'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Analytics'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Bake'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Bake'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Banner'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Banner'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Blog'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Blog'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'BusinessLocation'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'BusinessLocation'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'CakePdf'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'CakePdf'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Client'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Client'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Customer'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Customer'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'DebugKit'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'DebugKit'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Hexon'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Hexon'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Josegonzalez/Upload'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Josegonzalez/Upload'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Map'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Map'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Media'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Media'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Migrations'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Migrations'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Occasion'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Occasion'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Product'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Product'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Proffer'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Proffer'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Service'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Service'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Team'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Team'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Vacature'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'Vacature'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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 = 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php, line: 322
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 318,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'You no longer need to call `Plugin::routes()` after upgrading to use Http\Server. See https://book.cakephp.org/3/en/development/application.html#adding-the-new-http-stack-to-an-existing-application for upgrade information.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'WyriHaximus/TwigView'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php',
'line' => (int) 95,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => []
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 1231,
'args' => [
(int) 0 => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/config/routes.php'
],
'function' => 'include'
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Router.php',
'line' => (int) 386,
'function' => '_loadRoutes',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => []
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 148,
'function' => 'parseRequest',
'class' => 'Cake\Routing\Router',
'type' => '::',
'args' => [
(int) 0 => object(Cake\Http\ServerRequest) {}
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/Plugin.php',
'line' => (int) 322,
'function' => 'routes',
'class' => 'Cake\Core\Plugin',
'type' => '::',
'args' => [
(int) 0 => 'WyriHaximus/TwigView'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 318
Cake\Core\Plugin::routes() - CORE/src/Core/Plugin.php, line 322
include - ROOT/config/routes.php, line 95
Cake\Routing\Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1231
Cake\Routing\Router::parseRequest() - CORE/src/Routing/Router.php, line 386
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 148
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
[main] - ROOT/webroot/index.php, line 37
Deprecated (16384): Occasion\Model\Table\OccasionsTable::schema() is deprecated. Use setSchema()/getSchema() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 38
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 = 'Occasion\Model\Table\OccasionsTable::schema() is deprecated. Use setSchema()/getSchema() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, 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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 621,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Occasion\Model\Table\OccasionsTable::schema() is deprecated. Use setSchema()/getSchema() instead.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 38,
'function' => 'schema',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => []
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Behavior.php',
'line' => (int) 165,
'function' => 'initialize',
'class' => 'Proffer\Model\Behavior\ProfferBehavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php',
'line' => (int) 147,
'function' => '__construct',
'class' => 'Cake\ORM\Behavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => object(Occasion\Model\Table\OccasionsTable) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/ObjectRegistry.php',
'line' => (int) 96,
'function' => '_create',
'class' => 'Cake\ORM\BehaviorRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer\Model\Behavior\ProfferBehavior',
(int) 1 => 'Proffer',
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 878,
'function' => 'load',
'class' => 'Cake\Core\ObjectRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionsTable.php',
'line' => (int) 49,
'function' => 'addBehavior',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 299,
'function' => 'initialize',
'class' => 'Occasion\Model\Table\OccasionsTable',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 293,
'function' => '__construct',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 249,
'function' => '_create',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/ModelAwareTrait.php',
'line' => (int) 127,
'function' => 'get',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.Occasions',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 371,
'function' => 'loadModel',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.Occasions'
]
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => '__get',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasions'
]
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 38,
'function' => 'schema',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {
'registryAlias' => 'Occasion.Occasions',
'table' => 'occasions',
'alias' => 'Occasions',
'entityClass' => 'Occasion\Model\Entity\Occasion',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
},
'type' => '->',
'args' => []
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\ORM\Table::schema() - CORE/src/ORM/Table.php, line 621
Proffer\Model\Behavior\ProfferBehavior::initialize() - ROOT/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line 38
Cake\ORM\Behavior::__construct() - CORE/src/ORM/Behavior.php, line 165
Cake\ORM\BehaviorRegistry::_create() - CORE/src/ORM/BehaviorRegistry.php, line 147
Cake\Core\ObjectRegistry::load() - CORE/src/Core/ObjectRegistry.php, line 96
Cake\ORM\Table::addBehavior() - CORE/src/ORM/Table.php, line 878
Occasion\Model\Table\OccasionsTable::initialize() - ROOT/plugins/Occasion/src/Model/Table/OccasionsTable.php, line 49
Cake\ORM\Table::__construct() - CORE/src/ORM/Table.php, line 299
Cake\ORM\Locator\TableLocator::_create() - CORE/src/ORM/Locator/TableLocator.php, line 293
Cake\ORM\Locator\TableLocator::get() - CORE/src/ORM/Locator/TableLocator.php, line 249
Cake\Controller\Controller::loadModel() - CORE/src/Datasource/ModelAwareTrait.php, line 127
Cake\Controller\Controller::__get() - CORE/src/Controller/Controller.php, line 371
Occasion\Controller\OccasionsController::brochure() - ROOT/plugins/Occasion/src/Controller/OccasionsController.php, line 159
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Deprecated (16384): Proffer\Model\Behavior\ProfferBehavior::config() is deprecated. Use setConfig()/getConfig() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 39
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 = 'Proffer\Model\Behavior\ProfferBehavior::config() is deprecated. Use setConfig()/getConfig() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 39
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/InstanceConfigTrait.php',
'line' => (int) 180,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Proffer\Model\Behavior\ProfferBehavior::config() is deprecated. Use setConfig()/getConfig() instead.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 39,
'function' => 'config',
'class' => 'Cake\ORM\Behavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => []
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Behavior.php',
'line' => (int) 165,
'function' => 'initialize',
'class' => 'Proffer\Model\Behavior\ProfferBehavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php',
'line' => (int) 147,
'function' => '__construct',
'class' => 'Cake\ORM\Behavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => object(Occasion\Model\Table\OccasionsTable) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/ObjectRegistry.php',
'line' => (int) 96,
'function' => '_create',
'class' => 'Cake\ORM\BehaviorRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer\Model\Behavior\ProfferBehavior',
(int) 1 => 'Proffer',
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 878,
'function' => 'load',
'class' => 'Cake\Core\ObjectRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionsTable.php',
'line' => (int) 49,
'function' => 'addBehavior',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 299,
'function' => 'initialize',
'class' => 'Occasion\Model\Table\OccasionsTable',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 293,
'function' => '__construct',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 249,
'function' => '_create',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/ModelAwareTrait.php',
'line' => (int) 127,
'function' => 'get',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.Occasions',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 371,
'function' => 'loadModel',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.Occasions'
]
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => '__get',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasions'
]
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 39,
'function' => 'config',
'class' => 'Cake\ORM\Behavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {
[protected] _table => object(Occasion\Model\Table\OccasionsTable) {}
[protected] _reflectionCache => [[maximum depth reached]]
[protected] _defaultConfig => [[maximum depth reached]]
[protected] _config => [
[maximum depth reached]
]
[protected] _configInitialized => true
},
'type' => '->',
'args' => []
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\ORM\Behavior::config() - CORE/src/Core/InstanceConfigTrait.php, line 180
Proffer\Model\Behavior\ProfferBehavior::initialize() - ROOT/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line 39
Cake\ORM\Behavior::__construct() - CORE/src/ORM/Behavior.php, line 165
Cake\ORM\BehaviorRegistry::_create() - CORE/src/ORM/BehaviorRegistry.php, line 147
Cake\Core\ObjectRegistry::load() - CORE/src/Core/ObjectRegistry.php, line 96
Cake\ORM\Table::addBehavior() - CORE/src/ORM/Table.php, line 878
Occasion\Model\Table\OccasionsTable::initialize() - ROOT/plugins/Occasion/src/Model/Table/OccasionsTable.php, line 49
Cake\ORM\Table::__construct() - CORE/src/ORM/Table.php, line 299
Cake\ORM\Locator\TableLocator::_create() - CORE/src/ORM/Locator/TableLocator.php, line 293
Cake\ORM\Locator\TableLocator::get() - CORE/src/ORM/Locator/TableLocator.php, line 249
Cake\Controller\Controller::loadModel() - CORE/src/Datasource/ModelAwareTrait.php, line 127
Cake\Controller\Controller::__get() - CORE/src/Controller/Controller.php, line 371
Occasion\Controller\OccasionsController::brochure() - ROOT/plugins/Occasion/src/Controller/OccasionsController.php, line 159
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Deprecated (16384): TableSchema::columnType() is deprecated. Use TableSchema::setColumnType() or TableSchema::getColumnType() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 40
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 = 'TableSchema::columnType() is deprecated. Use TableSchema::setColumnType() or TableSchema::getColumnType() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 40
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Schema/TableSchema.php',
'line' => (int) 383,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'TableSchema::columnType() is deprecated. Use TableSchema::setColumnType() or TableSchema::getColumnType() instead.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 40,
'function' => 'columnType',
'class' => 'Cake\Database\Schema\TableSchema',
'object' => object(Cake\Database\Schema\TableSchema) {},
'type' => '->',
'args' => [
(int) 0 => 'photo',
(int) 1 => 'proffer.file'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Behavior.php',
'line' => (int) 165,
'function' => 'initialize',
'class' => 'Proffer\Model\Behavior\ProfferBehavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php',
'line' => (int) 147,
'function' => '__construct',
'class' => 'Cake\ORM\Behavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => object(Occasion\Model\Table\OccasionsTable) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/ObjectRegistry.php',
'line' => (int) 96,
'function' => '_create',
'class' => 'Cake\ORM\BehaviorRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer\Model\Behavior\ProfferBehavior',
(int) 1 => 'Proffer',
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 878,
'function' => 'load',
'class' => 'Cake\Core\ObjectRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionsTable.php',
'line' => (int) 49,
'function' => 'addBehavior',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 299,
'function' => 'initialize',
'class' => 'Occasion\Model\Table\OccasionsTable',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 293,
'function' => '__construct',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 249,
'function' => '_create',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/ModelAwareTrait.php',
'line' => (int) 127,
'function' => 'get',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.Occasions',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 371,
'function' => 'loadModel',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.Occasions'
]
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => '__get',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasions'
]
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 40,
'function' => 'columnType',
'class' => 'Cake\Database\Schema\TableSchema',
'object' => object(Cake\Database\Schema\TableSchema) {
'table' => 'occasions',
'columns' => [
[maximum depth reached]
],
'indexes' => [[maximum depth reached]],
'constraints' => [
[maximum depth reached]
],
'options' => [
[maximum depth reached]
],
'typeMap' => [
[maximum depth reached]
],
'temporary' => false
},
'type' => '->',
'args' => [
(int) 0 => 'photo',
(int) 1 => 'proffer.file'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Database\Schema\TableSchema::columnType() - CORE/src/Database/Schema/TableSchema.php, line 383
Proffer\Model\Behavior\ProfferBehavior::initialize() - ROOT/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line 40
Cake\ORM\Behavior::__construct() - CORE/src/ORM/Behavior.php, line 165
Cake\ORM\BehaviorRegistry::_create() - CORE/src/ORM/BehaviorRegistry.php, line 147
Cake\Core\ObjectRegistry::load() - CORE/src/Core/ObjectRegistry.php, line 96
Cake\ORM\Table::addBehavior() - CORE/src/ORM/Table.php, line 878
Occasion\Model\Table\OccasionsTable::initialize() - ROOT/plugins/Occasion/src/Model/Table/OccasionsTable.php, line 49
Cake\ORM\Table::__construct() - CORE/src/ORM/Table.php, line 299
Cake\ORM\Locator\TableLocator::_create() - CORE/src/ORM/Locator/TableLocator.php, line 293
Cake\ORM\Locator\TableLocator::get() - CORE/src/ORM/Locator/TableLocator.php, line 249
Cake\Controller\Controller::loadModel() - CORE/src/Datasource/ModelAwareTrait.php, line 127
Cake\Controller\Controller::__get() - CORE/src/Controller/Controller.php, line 371
Occasion\Controller\OccasionsController::brochure() - ROOT/plugins/Occasion/src/Controller/OccasionsController.php, line 159
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Deprecated (16384): Occasion\Model\Table\OccasionsTable::schema() is deprecated. Use setSchema()/getSchema() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 42
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 = 'Occasion\Model\Table\OccasionsTable::schema() is deprecated. Use setSchema()/getSchema() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 42
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 621,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Occasion\Model\Table\OccasionsTable::schema() is deprecated. Use setSchema()/getSchema() instead.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 42,
'function' => 'schema',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Database\Schema\TableSchema) {}
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Behavior.php',
'line' => (int) 165,
'function' => 'initialize',
'class' => 'Proffer\Model\Behavior\ProfferBehavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php',
'line' => (int) 147,
'function' => '__construct',
'class' => 'Cake\ORM\Behavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => object(Occasion\Model\Table\OccasionsTable) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/ObjectRegistry.php',
'line' => (int) 96,
'function' => '_create',
'class' => 'Cake\ORM\BehaviorRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer\Model\Behavior\ProfferBehavior',
(int) 1 => 'Proffer',
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 878,
'function' => 'load',
'class' => 'Cake\Core\ObjectRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionsTable.php',
'line' => (int) 49,
'function' => 'addBehavior',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 299,
'function' => 'initialize',
'class' => 'Occasion\Model\Table\OccasionsTable',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 293,
'function' => '__construct',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 249,
'function' => '_create',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/ModelAwareTrait.php',
'line' => (int) 127,
'function' => 'get',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.Occasions',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 371,
'function' => 'loadModel',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.Occasions'
]
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => '__get',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasions'
]
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 42,
'function' => 'schema',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {
'registryAlias' => 'Occasion.Occasions',
'table' => 'occasions',
'alias' => 'Occasions',
'entityClass' => 'Occasion\Model\Entity\Occasion',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Database\Schema\TableSchema) {}
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\ORM\Table::schema() - CORE/src/ORM/Table.php, line 621
Proffer\Model\Behavior\ProfferBehavior::initialize() - ROOT/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line 42
Cake\ORM\Behavior::__construct() - CORE/src/ORM/Behavior.php, line 165
Cake\ORM\BehaviorRegistry::_create() - CORE/src/ORM/BehaviorRegistry.php, line 147
Cake\Core\ObjectRegistry::load() - CORE/src/Core/ObjectRegistry.php, line 96
Cake\ORM\Table::addBehavior() - CORE/src/ORM/Table.php, line 878
Occasion\Model\Table\OccasionsTable::initialize() - ROOT/plugins/Occasion/src/Model/Table/OccasionsTable.php, line 49
Cake\ORM\Table::__construct() - CORE/src/ORM/Table.php, line 299
Cake\ORM\Locator\TableLocator::_create() - CORE/src/ORM/Locator/TableLocator.php, line 293
Cake\ORM\Locator\TableLocator::get() - CORE/src/ORM/Locator/TableLocator.php, line 249
Cake\Controller\Controller::loadModel() - CORE/src/Datasource/ModelAwareTrait.php, line 127
Cake\Controller\Controller::__get() - CORE/src/Controller/Controller.php, line 371
Occasion\Controller\OccasionsController::brochure() - ROOT/plugins/Occasion/src/Controller/OccasionsController.php, line 159
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Deprecated (16384): EventDispatcherTrait::eventManager() is deprecated. Use EventDispatcherTrait::setEventManager()/getEventManager() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionsTable.php, line: 56
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 = 'EventDispatcherTrait::eventManager() is deprecated. Use EventDispatcherTrait::setEventManager()/getEventManager() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionsTable.php, line: 56
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Event/EventDispatcherTrait.php',
'line' => (int) 51,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'EventDispatcherTrait::eventManager() is deprecated. Use EventDispatcherTrait::setEventManager()/getEventManager() instead.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionsTable.php',
'line' => (int) 56,
'function' => 'eventManager',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => []
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 299,
'function' => 'initialize',
'class' => 'Occasion\Model\Table\OccasionsTable',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 293,
'function' => '__construct',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 249,
'function' => '_create',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/ModelAwareTrait.php',
'line' => (int) 127,
'function' => 'get',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.Occasions',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 371,
'function' => 'loadModel',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.Occasions'
]
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => '__get',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasions'
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionsTable.php',
'line' => (int) 56,
'function' => 'eventManager',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {
'registryAlias' => 'Occasion.Occasions',
'table' => 'occasions',
'alias' => 'Occasions',
'entityClass' => 'Occasion\Model\Entity\Occasion',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
},
'type' => '->',
'args' => []
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\ORM\Table::eventManager() - CORE/src/Event/EventDispatcherTrait.php, line 51
Occasion\Model\Table\OccasionsTable::initialize() - ROOT/plugins/Occasion/src/Model/Table/OccasionsTable.php, line 56
Cake\ORM\Table::__construct() - CORE/src/ORM/Table.php, line 299
Cake\ORM\Locator\TableLocator::_create() - CORE/src/ORM/Locator/TableLocator.php, line 293
Cake\ORM\Locator\TableLocator::get() - CORE/src/ORM/Locator/TableLocator.php, line 249
Cake\Controller\Controller::loadModel() - CORE/src/Datasource/ModelAwareTrait.php, line 127
Cake\Controller\Controller::__get() - CORE/src/Controller/Controller.php, line 371
Occasion\Controller\OccasionsController::brochure() - ROOT/plugins/Occasion/src/Controller/OccasionsController.php, line 159
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
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 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Deprecated (16384): Occasion\Model\Table\OccasionPhotosTable::schema() is deprecated. Use setSchema()/getSchema() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 38
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 = 'Occasion\Model\Table\OccasionPhotosTable::schema() is deprecated. Use setSchema()/getSchema() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, 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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 621,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Occasion\Model\Table\OccasionPhotosTable::schema() is deprecated. Use setSchema()/getSchema() instead.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 38,
'function' => 'schema',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => []
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Behavior.php',
'line' => (int) 165,
'function' => 'initialize',
'class' => 'Proffer\Model\Behavior\ProfferBehavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php',
'line' => (int) 147,
'function' => '__construct',
'class' => 'Cake\ORM\Behavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => object(Occasion\Model\Table\OccasionPhotosTable) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/ObjectRegistry.php',
'line' => (int) 96,
'function' => '_create',
'class' => 'Cake\ORM\BehaviorRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer\Model\Behavior\ProfferBehavior',
(int) 1 => 'Proffer',
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 878,
'function' => 'load',
'class' => 'Cake\Core\ObjectRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionPhotosTable.php',
'line' => (int) 17,
'function' => 'addBehavior',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 299,
'function' => 'initialize',
'class' => 'Occasion\Model\Table\OccasionPhotosTable',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 293,
'function' => '__construct',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 249,
'function' => '_create',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association.php',
'line' => (int) 466,
'function' => 'get',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.OccasionPhotos',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 519,
'function' => 'getTarget',
'class' => 'Cake\ORM\Association',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 475,
'function' => '_addAssociationsToTypeMap',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => object(Occasion\Model\Table\OccasionsTable) {},
(int) 1 => object(Cake\Database\TypeMap) {},
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 836,
'function' => 'contain',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 2578,
'function' => 'applyOptions',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1395,
'function' => 'callFinder',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'all',
(int) 1 => object(Cake\ORM\Query) {},
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1642,
'function' => 'find',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'all',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 21 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 29 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 30 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 31 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 38,
'function' => 'schema',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {
'registryAlias' => 'Occasion.OccasionPhotos',
'table' => 'occasion_photos',
'alias' => 'OccasionPhotos',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
},
'type' => '->',
'args' => []
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\ORM\Table::schema() - CORE/src/ORM/Table.php, line 621
Proffer\Model\Behavior\ProfferBehavior::initialize() - ROOT/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line 38
Cake\ORM\Behavior::__construct() - CORE/src/ORM/Behavior.php, line 165
Cake\ORM\BehaviorRegistry::_create() - CORE/src/ORM/BehaviorRegistry.php, line 147
Cake\Core\ObjectRegistry::load() - CORE/src/Core/ObjectRegistry.php, line 96
Cake\ORM\Table::addBehavior() - CORE/src/ORM/Table.php, line 878
Occasion\Model\Table\OccasionPhotosTable::initialize() - ROOT/plugins/Occasion/src/Model/Table/OccasionPhotosTable.php, line 17
Cake\ORM\Table::__construct() - CORE/src/ORM/Table.php, line 299
Cake\ORM\Locator\TableLocator::_create() - CORE/src/ORM/Locator/TableLocator.php, line 293
Cake\ORM\Locator\TableLocator::get() - CORE/src/ORM/Locator/TableLocator.php, line 249
Cake\ORM\Association::getTarget() - CORE/src/ORM/Association.php, line 466
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 519
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 475
Cake\ORM\Query::applyOptions() - CORE/src/ORM/Query.php, line 836
Cake\ORM\Table::callFinder() - CORE/src/ORM/Table.php, line 2578
Deprecated (16384): Proffer\Model\Behavior\ProfferBehavior::config() is deprecated. Use setConfig()/getConfig() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 39
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 = 'Proffer\Model\Behavior\ProfferBehavior::config() is deprecated. Use setConfig()/getConfig() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 39
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/InstanceConfigTrait.php',
'line' => (int) 180,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Proffer\Model\Behavior\ProfferBehavior::config() is deprecated. Use setConfig()/getConfig() instead.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 39,
'function' => 'config',
'class' => 'Cake\ORM\Behavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => []
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Behavior.php',
'line' => (int) 165,
'function' => 'initialize',
'class' => 'Proffer\Model\Behavior\ProfferBehavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php',
'line' => (int) 147,
'function' => '__construct',
'class' => 'Cake\ORM\Behavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => object(Occasion\Model\Table\OccasionPhotosTable) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/ObjectRegistry.php',
'line' => (int) 96,
'function' => '_create',
'class' => 'Cake\ORM\BehaviorRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer\Model\Behavior\ProfferBehavior',
(int) 1 => 'Proffer',
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 878,
'function' => 'load',
'class' => 'Cake\Core\ObjectRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionPhotosTable.php',
'line' => (int) 17,
'function' => 'addBehavior',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 299,
'function' => 'initialize',
'class' => 'Occasion\Model\Table\OccasionPhotosTable',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 293,
'function' => '__construct',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 249,
'function' => '_create',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association.php',
'line' => (int) 466,
'function' => 'get',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.OccasionPhotos',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 519,
'function' => 'getTarget',
'class' => 'Cake\ORM\Association',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 475,
'function' => '_addAssociationsToTypeMap',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => object(Occasion\Model\Table\OccasionsTable) {},
(int) 1 => object(Cake\Database\TypeMap) {},
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 836,
'function' => 'contain',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 2578,
'function' => 'applyOptions',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1395,
'function' => 'callFinder',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'all',
(int) 1 => object(Cake\ORM\Query) {},
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1642,
'function' => 'find',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'all',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 21 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 29 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 30 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 31 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 39,
'function' => 'config',
'class' => 'Cake\ORM\Behavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {
[protected] _table => object(Occasion\Model\Table\OccasionPhotosTable) {}
[protected] _reflectionCache => [
[maximum depth reached]
]
[protected] _defaultConfig => [[maximum depth reached]]
[protected] _config => [
[maximum depth reached]
]
[protected] _configInitialized => true
},
'type' => '->',
'args' => []
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\ORM\Behavior::config() - CORE/src/Core/InstanceConfigTrait.php, line 180
Proffer\Model\Behavior\ProfferBehavior::initialize() - ROOT/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line 39
Cake\ORM\Behavior::__construct() - CORE/src/ORM/Behavior.php, line 165
Cake\ORM\BehaviorRegistry::_create() - CORE/src/ORM/BehaviorRegistry.php, line 147
Cake\Core\ObjectRegistry::load() - CORE/src/Core/ObjectRegistry.php, line 96
Cake\ORM\Table::addBehavior() - CORE/src/ORM/Table.php, line 878
Occasion\Model\Table\OccasionPhotosTable::initialize() - ROOT/plugins/Occasion/src/Model/Table/OccasionPhotosTable.php, line 17
Cake\ORM\Table::__construct() - CORE/src/ORM/Table.php, line 299
Cake\ORM\Locator\TableLocator::_create() - CORE/src/ORM/Locator/TableLocator.php, line 293
Cake\ORM\Locator\TableLocator::get() - CORE/src/ORM/Locator/TableLocator.php, line 249
Cake\ORM\Association::getTarget() - CORE/src/ORM/Association.php, line 466
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 519
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 475
Cake\ORM\Query::applyOptions() - CORE/src/ORM/Query.php, line 836
Cake\ORM\Table::callFinder() - CORE/src/ORM/Table.php, line 2578
Deprecated (16384): TableSchema::columnType() is deprecated. Use TableSchema::setColumnType() or TableSchema::getColumnType() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 40
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 = 'TableSchema::columnType() is deprecated. Use TableSchema::setColumnType() or TableSchema::getColumnType() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 40
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Schema/TableSchema.php',
'line' => (int) 383,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'TableSchema::columnType() is deprecated. Use TableSchema::setColumnType() or TableSchema::getColumnType() instead.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 40,
'function' => 'columnType',
'class' => 'Cake\Database\Schema\TableSchema',
'object' => object(Cake\Database\Schema\TableSchema) {},
'type' => '->',
'args' => [
(int) 0 => 'image',
(int) 1 => 'proffer.file'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Behavior.php',
'line' => (int) 165,
'function' => 'initialize',
'class' => 'Proffer\Model\Behavior\ProfferBehavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php',
'line' => (int) 147,
'function' => '__construct',
'class' => 'Cake\ORM\Behavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => object(Occasion\Model\Table\OccasionPhotosTable) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/ObjectRegistry.php',
'line' => (int) 96,
'function' => '_create',
'class' => 'Cake\ORM\BehaviorRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer\Model\Behavior\ProfferBehavior',
(int) 1 => 'Proffer',
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 878,
'function' => 'load',
'class' => 'Cake\Core\ObjectRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionPhotosTable.php',
'line' => (int) 17,
'function' => 'addBehavior',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 299,
'function' => 'initialize',
'class' => 'Occasion\Model\Table\OccasionPhotosTable',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 293,
'function' => '__construct',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 249,
'function' => '_create',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association.php',
'line' => (int) 466,
'function' => 'get',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.OccasionPhotos',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 519,
'function' => 'getTarget',
'class' => 'Cake\ORM\Association',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 475,
'function' => '_addAssociationsToTypeMap',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => object(Occasion\Model\Table\OccasionsTable) {},
(int) 1 => object(Cake\Database\TypeMap) {},
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 836,
'function' => 'contain',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 2578,
'function' => 'applyOptions',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1395,
'function' => 'callFinder',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'all',
(int) 1 => object(Cake\ORM\Query) {},
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1642,
'function' => 'find',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'all',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 21 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 29 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 30 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 31 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 40,
'function' => 'columnType',
'class' => 'Cake\Database\Schema\TableSchema',
'object' => object(Cake\Database\Schema\TableSchema) {
'table' => 'occasion_photos',
'columns' => [
[maximum depth reached]
],
'indexes' => [[maximum depth reached]],
'constraints' => [
[maximum depth reached]
],
'options' => [
[maximum depth reached]
],
'typeMap' => [
[maximum depth reached]
],
'temporary' => false
},
'type' => '->',
'args' => [
(int) 0 => 'image',
(int) 1 => 'proffer.file'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Database\Schema\TableSchema::columnType() - CORE/src/Database/Schema/TableSchema.php, line 383
Proffer\Model\Behavior\ProfferBehavior::initialize() - ROOT/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line 40
Cake\ORM\Behavior::__construct() - CORE/src/ORM/Behavior.php, line 165
Cake\ORM\BehaviorRegistry::_create() - CORE/src/ORM/BehaviorRegistry.php, line 147
Cake\Core\ObjectRegistry::load() - CORE/src/Core/ObjectRegistry.php, line 96
Cake\ORM\Table::addBehavior() - CORE/src/ORM/Table.php, line 878
Occasion\Model\Table\OccasionPhotosTable::initialize() - ROOT/plugins/Occasion/src/Model/Table/OccasionPhotosTable.php, line 17
Cake\ORM\Table::__construct() - CORE/src/ORM/Table.php, line 299
Cake\ORM\Locator\TableLocator::_create() - CORE/src/ORM/Locator/TableLocator.php, line 293
Cake\ORM\Locator\TableLocator::get() - CORE/src/ORM/Locator/TableLocator.php, line 249
Cake\ORM\Association::getTarget() - CORE/src/ORM/Association.php, line 466
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 519
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 475
Cake\ORM\Query::applyOptions() - CORE/src/ORM/Query.php, line 836
Cake\ORM\Table::callFinder() - CORE/src/ORM/Table.php, line 2578
Deprecated (16384): Occasion\Model\Table\OccasionPhotosTable::schema() is deprecated. Use setSchema()/getSchema() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 42
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 = 'Occasion\Model\Table\OccasionPhotosTable::schema() is deprecated. Use setSchema()/getSchema() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line: 42
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 621,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Occasion\Model\Table\OccasionPhotosTable::schema() is deprecated. Use setSchema()/getSchema() instead.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 42,
'function' => 'schema',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Database\Schema\TableSchema) {}
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Behavior.php',
'line' => (int) 165,
'function' => 'initialize',
'class' => 'Proffer\Model\Behavior\ProfferBehavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/BehaviorRegistry.php',
'line' => (int) 147,
'function' => '__construct',
'class' => 'Cake\ORM\Behavior',
'object' => object(Proffer\Model\Behavior\ProfferBehavior) {},
'type' => '->',
'args' => [
(int) 0 => object(Occasion\Model\Table\OccasionPhotosTable) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Core/ObjectRegistry.php',
'line' => (int) 96,
'function' => '_create',
'class' => 'Cake\ORM\BehaviorRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer\Model\Behavior\ProfferBehavior',
(int) 1 => 'Proffer',
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 878,
'function' => 'load',
'class' => 'Cake\Core\ObjectRegistry',
'object' => object(Cake\ORM\BehaviorRegistry) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionPhotosTable.php',
'line' => (int) 17,
'function' => 'addBehavior',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => 'Proffer.Proffer',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 299,
'function' => 'initialize',
'class' => 'Occasion\Model\Table\OccasionPhotosTable',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 293,
'function' => '__construct',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 249,
'function' => '_create',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association.php',
'line' => (int) 466,
'function' => 'get',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.OccasionPhotos',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 519,
'function' => 'getTarget',
'class' => 'Cake\ORM\Association',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 475,
'function' => '_addAssociationsToTypeMap',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => object(Occasion\Model\Table\OccasionsTable) {},
(int) 1 => object(Cake\Database\TypeMap) {},
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 836,
'function' => 'contain',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 2578,
'function' => 'applyOptions',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1395,
'function' => 'callFinder',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'all',
(int) 1 => object(Cake\ORM\Query) {},
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1642,
'function' => 'find',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'all',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 21 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 29 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 30 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 31 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php',
'line' => (int) 42,
'function' => 'schema',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {
'registryAlias' => 'Occasion.OccasionPhotos',
'table' => 'occasion_photos',
'alias' => 'OccasionPhotos',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Database\Schema\TableSchema) {}
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\ORM\Table::schema() - CORE/src/ORM/Table.php, line 621
Proffer\Model\Behavior\ProfferBehavior::initialize() - ROOT/vendor/davidyell/proffer/src/Model/Behavior/ProfferBehavior.php, line 42
Cake\ORM\Behavior::__construct() - CORE/src/ORM/Behavior.php, line 165
Cake\ORM\BehaviorRegistry::_create() - CORE/src/ORM/BehaviorRegistry.php, line 147
Cake\Core\ObjectRegistry::load() - CORE/src/Core/ObjectRegistry.php, line 96
Cake\ORM\Table::addBehavior() - CORE/src/ORM/Table.php, line 878
Occasion\Model\Table\OccasionPhotosTable::initialize() - ROOT/plugins/Occasion/src/Model/Table/OccasionPhotosTable.php, line 17
Cake\ORM\Table::__construct() - CORE/src/ORM/Table.php, line 299
Cake\ORM\Locator\TableLocator::_create() - CORE/src/ORM/Locator/TableLocator.php, line 293
Cake\ORM\Locator\TableLocator::get() - CORE/src/ORM/Locator/TableLocator.php, line 249
Cake\ORM\Association::getTarget() - CORE/src/ORM/Association.php, line 466
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 519
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 475
Cake\ORM\Query::applyOptions() - CORE/src/ORM/Query.php, line 836
Cake\ORM\Table::callFinder() - CORE/src/ORM/Table.php, line 2578
Deprecated (16384): EventDispatcherTrait::eventManager() is deprecated. Use EventDispatcherTrait::setEventManager()/getEventManager() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionPhotosTable.php, line: 26
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 = 'EventDispatcherTrait::eventManager() is deprecated. Use EventDispatcherTrait::setEventManager()/getEventManager() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionPhotosTable.php, line: 26
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Event/EventDispatcherTrait.php',
'line' => (int) 51,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'EventDispatcherTrait::eventManager() is deprecated. Use EventDispatcherTrait::setEventManager()/getEventManager() instead.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionPhotosTable.php',
'line' => (int) 26,
'function' => 'eventManager',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => []
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 299,
'function' => 'initialize',
'class' => 'Occasion\Model\Table\OccasionPhotosTable',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 293,
'function' => '__construct',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Locator/TableLocator.php',
'line' => (int) 249,
'function' => '_create',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association.php',
'line' => (int) 466,
'function' => 'get',
'class' => 'Cake\ORM\Locator\TableLocator',
'object' => object(Cake\ORM\Locator\TableLocator) {},
'type' => '->',
'args' => [
(int) 0 => 'Occasion.OccasionPhotos',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 519,
'function' => 'getTarget',
'class' => 'Cake\ORM\Association',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => []
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 475,
'function' => '_addAssociationsToTypeMap',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => object(Occasion\Model\Table\OccasionsTable) {},
(int) 1 => object(Cake\Database\TypeMap) {},
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 836,
'function' => 'contain',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 2578,
'function' => 'applyOptions',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1395,
'function' => 'callFinder',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'all',
(int) 1 => object(Cake\ORM\Query) {},
(int) 2 => [
[maximum depth reached]
]
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1642,
'function' => 'find',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => 'all',
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Model/Table/OccasionPhotosTable.php',
'line' => (int) 26,
'function' => 'eventManager',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionPhotosTable) {
'registryAlias' => 'Occasion.OccasionPhotos',
'table' => 'occasion_photos',
'alias' => 'OccasionPhotos',
'entityClass' => 'Cake\ORM\Entity',
'associations' => [
[maximum depth reached]
],
'behaviors' => [
[maximum depth reached]
],
'defaultConnection' => 'default',
'connectionName' => 'default'
},
'type' => '->',
'args' => []
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\ORM\Table::eventManager() - CORE/src/Event/EventDispatcherTrait.php, line 51
Occasion\Model\Table\OccasionPhotosTable::initialize() - ROOT/plugins/Occasion/src/Model/Table/OccasionPhotosTable.php, line 26
Cake\ORM\Table::__construct() - CORE/src/ORM/Table.php, line 299
Cake\ORM\Locator\TableLocator::_create() - CORE/src/ORM/Locator/TableLocator.php, line 293
Cake\ORM\Locator\TableLocator::get() - CORE/src/ORM/Locator/TableLocator.php, line 249
Cake\ORM\Association::getTarget() - CORE/src/ORM/Association.php, line 466
Cake\ORM\Query::_addAssociationsToTypeMap() - CORE/src/ORM/Query.php, line 519
Cake\ORM\Query::contain() - CORE/src/ORM/Query.php, line 475
Cake\ORM\Query::applyOptions() - CORE/src/ORM/Query.php, line 836
Cake\ORM\Table::callFinder() - CORE/src/ORM/Table.php, line 2578
Cake\ORM\Table::find() - CORE/src/ORM/Table.php, line 1395
Cake\ORM\Table::get() - CORE/src/ORM/Table.php, line 1642
Occasion\Controller\OccasionsController::brochure() - ROOT/plugins/Occasion/src/Controller/OccasionsController.php, line 159
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Deprecated (16384): Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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 = 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 288,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '110927_str1.jpg'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/FieldTypeConverter.php',
'line' => (int) 134,
'function' => 'toPHP',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '110927_str1.jpg',
(int) 1 => object(Cake\Database\Driver\Mysql) {}
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Statement/CallbackStatement.php',
'line' => (int) 58,
'function' => '__invoke',
'class' => 'Cake\Database\FieldTypeConverter',
'object' => object(Cake\Database\FieldTypeConverter) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Statement/BufferedStatement.php',
'line' => (int) 214,
'function' => 'fetch',
'class' => 'Cake\Database\Statement\CallbackStatement',
'object' => object(Cake\Database\Statement\CallbackStatement) {},
'type' => '->',
'args' => [
(int) 0 => 'assoc'
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/EagerLoader.php',
'line' => (int) 871,
'function' => 'fetch',
'class' => 'Cake\Database\Statement\BufferedStatement',
'object' => object(Cake\Database\Statement\BufferedStatement) {},
'type' => '->',
'args' => [
(int) 0 => 'assoc'
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/EagerLoader.php',
'line' => (int) 857,
'function' => '_groupKeys',
'class' => 'Cake\ORM\EagerLoader',
'object' => object(Cake\ORM\EagerLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Database\Statement\BufferedStatement) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/EagerLoader.php',
'line' => (int) 699,
'function' => '_collectKeys',
'class' => 'Cake\ORM\EagerLoader',
'object' => object(Cake\ORM\EagerLoader) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => object(Cake\ORM\Query) {},
(int) 2 => object(Cake\Database\Statement\BufferedStatement) {}
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1155,
'function' => 'loadExternal',
'class' => 'Cake\ORM\EagerLoader',
'object' => object(Cake\ORM\EagerLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => object(Cake\Database\Statement\CallbackStatement) {}
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 310,
'function' => '_execute',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1099,
'function' => '_all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 472,
'function' => 'all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 483,
'function' => 'first',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1656,
'function' => 'firstOrFail',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {
'name' => 'proffer.file'
},
'type' => '->',
'args' => [
(int) 0 => '110927_str1.jpg'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Database\Type::_basicTypeCast() - CORE/src/Database/Type.php, line 288
Cake\Database\Type::toPHP() - CORE/src/Database/Type.php, line 273
Cake\Database\FieldTypeConverter::__invoke() - CORE/src/Database/FieldTypeConverter.php, line 134
Cake\Database\Statement\CallbackStatement::fetch() - CORE/src/Database/Statement/CallbackStatement.php, line 58
Cake\Database\Statement\BufferedStatement::fetch() - CORE/src/Database/Statement/BufferedStatement.php, line 214
Cake\ORM\EagerLoader::_groupKeys() - CORE/src/ORM/EagerLoader.php, line 871
Cake\ORM\EagerLoader::_collectKeys() - CORE/src/ORM/EagerLoader.php, line 857
Cake\ORM\EagerLoader::loadExternal() - CORE/src/ORM/EagerLoader.php, line 699
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1155
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 310
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 1099
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 472
Cake\ORM\Query::firstOrFail() - CORE/src/Datasource/QueryTrait.php, line 483
Cake\ORM\Table::get() - CORE/src/ORM/Table.php, line 1656
Occasion\Controller\OccasionsController::brochure() - ROOT/plugins/Occasion/src/Controller/OccasionsController.php, line 159
Deprecated (16384): Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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 = 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 288,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str2.jpg'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/FieldTypeConverter.php',
'line' => (int) 134,
'function' => 'toPHP',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str2.jpg',
(int) 1 => object(Cake\Database\Driver\Mysql) {}
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Statement/CallbackStatement.php',
'line' => (int) 58,
'function' => '__invoke',
'class' => 'Cake\Database\FieldTypeConverter',
'object' => object(Cake\Database\FieldTypeConverter) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 486,
'function' => 'fetch',
'class' => 'Cake\Database\Statement\CallbackStatement',
'object' => object(Cake\Database\Statement\CallbackStatement) {},
'type' => '->',
'args' => [
(int) 0 => 'assoc'
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 276,
'function' => '_fetchResult',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 468,
'function' => 'valid',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 124,
'function' => '_buildResultMap',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/HasMany.php',
'line' => (int) 695,
'function' => 'buildEagerLoader',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/EagerLoader.php',
'line' => (int) 719,
'function' => 'eagerLoader',
'class' => 'Cake\ORM\Association\HasMany',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1155,
'function' => 'loadExternal',
'class' => 'Cake\ORM\EagerLoader',
'object' => object(Cake\ORM\EagerLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => object(Cake\Database\Statement\BufferedStatement) {}
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 310,
'function' => '_execute',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1099,
'function' => '_all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 472,
'function' => 'all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 483,
'function' => 'first',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1656,
'function' => 'firstOrFail',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 21 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 29 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 30 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {
'name' => 'proffer.file'
},
'type' => '->',
'args' => [
(int) 0 => '4139_str2.jpg'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Database\Type::_basicTypeCast() - CORE/src/Database/Type.php, line 288
Cake\Database\Type::toPHP() - CORE/src/Database/Type.php, line 273
Cake\Database\FieldTypeConverter::__invoke() - CORE/src/Database/FieldTypeConverter.php, line 134
Cake\Database\Statement\CallbackStatement::fetch() - CORE/src/Database/Statement/CallbackStatement.php, line 58
Cake\ORM\ResultSet::_fetchResult() - CORE/src/ORM/ResultSet.php, line 486
Cake\ORM\ResultSet::valid() - CORE/src/ORM/ResultSet.php, line 276
Cake\ORM\Association\Loader\SelectLoader::_buildResultMap() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 468
Cake\ORM\Association\Loader\SelectLoader::buildEagerLoader() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 124
Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/HasMany.php, line 695
Cake\ORM\EagerLoader::loadExternal() - CORE/src/ORM/EagerLoader.php, line 719
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1155
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 310
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 1099
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 472
Cake\ORM\Query::firstOrFail() - CORE/src/Datasource/QueryTrait.php, line 483
Deprecated (16384): Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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 = 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 288,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str3.jpg'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/FieldTypeConverter.php',
'line' => (int) 134,
'function' => 'toPHP',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str3.jpg',
(int) 1 => object(Cake\Database\Driver\Mysql) {}
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Statement/CallbackStatement.php',
'line' => (int) 58,
'function' => '__invoke',
'class' => 'Cake\Database\FieldTypeConverter',
'object' => object(Cake\Database\FieldTypeConverter) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 486,
'function' => 'fetch',
'class' => 'Cake\Database\Statement\CallbackStatement',
'object' => object(Cake\Database\Statement\CallbackStatement) {},
'type' => '->',
'args' => [
(int) 0 => 'assoc'
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 276,
'function' => '_fetchResult',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 468,
'function' => 'valid',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 124,
'function' => '_buildResultMap',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/HasMany.php',
'line' => (int) 695,
'function' => 'buildEagerLoader',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/EagerLoader.php',
'line' => (int) 719,
'function' => 'eagerLoader',
'class' => 'Cake\ORM\Association\HasMany',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1155,
'function' => 'loadExternal',
'class' => 'Cake\ORM\EagerLoader',
'object' => object(Cake\ORM\EagerLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => object(Cake\Database\Statement\BufferedStatement) {}
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 310,
'function' => '_execute',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1099,
'function' => '_all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 472,
'function' => 'all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 483,
'function' => 'first',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1656,
'function' => 'firstOrFail',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 21 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 29 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 30 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {
'name' => 'proffer.file'
},
'type' => '->',
'args' => [
(int) 0 => '4139_str3.jpg'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Database\Type::_basicTypeCast() - CORE/src/Database/Type.php, line 288
Cake\Database\Type::toPHP() - CORE/src/Database/Type.php, line 273
Cake\Database\FieldTypeConverter::__invoke() - CORE/src/Database/FieldTypeConverter.php, line 134
Cake\Database\Statement\CallbackStatement::fetch() - CORE/src/Database/Statement/CallbackStatement.php, line 58
Cake\ORM\ResultSet::_fetchResult() - CORE/src/ORM/ResultSet.php, line 486
Cake\ORM\ResultSet::valid() - CORE/src/ORM/ResultSet.php, line 276
Cake\ORM\Association\Loader\SelectLoader::_buildResultMap() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 468
Cake\ORM\Association\Loader\SelectLoader::buildEagerLoader() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 124
Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/HasMany.php, line 695
Cake\ORM\EagerLoader::loadExternal() - CORE/src/ORM/EagerLoader.php, line 719
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1155
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 310
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 1099
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 472
Cake\ORM\Query::firstOrFail() - CORE/src/Datasource/QueryTrait.php, line 483
Deprecated (16384): Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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 = 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 288,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str4.jpg'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/FieldTypeConverter.php',
'line' => (int) 134,
'function' => 'toPHP',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str4.jpg',
(int) 1 => object(Cake\Database\Driver\Mysql) {}
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Statement/CallbackStatement.php',
'line' => (int) 58,
'function' => '__invoke',
'class' => 'Cake\Database\FieldTypeConverter',
'object' => object(Cake\Database\FieldTypeConverter) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 486,
'function' => 'fetch',
'class' => 'Cake\Database\Statement\CallbackStatement',
'object' => object(Cake\Database\Statement\CallbackStatement) {},
'type' => '->',
'args' => [
(int) 0 => 'assoc'
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 276,
'function' => '_fetchResult',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 468,
'function' => 'valid',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 124,
'function' => '_buildResultMap',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/HasMany.php',
'line' => (int) 695,
'function' => 'buildEagerLoader',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/EagerLoader.php',
'line' => (int) 719,
'function' => 'eagerLoader',
'class' => 'Cake\ORM\Association\HasMany',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1155,
'function' => 'loadExternal',
'class' => 'Cake\ORM\EagerLoader',
'object' => object(Cake\ORM\EagerLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => object(Cake\Database\Statement\BufferedStatement) {}
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 310,
'function' => '_execute',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1099,
'function' => '_all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 472,
'function' => 'all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 483,
'function' => 'first',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1656,
'function' => 'firstOrFail',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 21 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 29 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 30 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {
'name' => 'proffer.file'
},
'type' => '->',
'args' => [
(int) 0 => '4139_str4.jpg'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Database\Type::_basicTypeCast() - CORE/src/Database/Type.php, line 288
Cake\Database\Type::toPHP() - CORE/src/Database/Type.php, line 273
Cake\Database\FieldTypeConverter::__invoke() - CORE/src/Database/FieldTypeConverter.php, line 134
Cake\Database\Statement\CallbackStatement::fetch() - CORE/src/Database/Statement/CallbackStatement.php, line 58
Cake\ORM\ResultSet::_fetchResult() - CORE/src/ORM/ResultSet.php, line 486
Cake\ORM\ResultSet::valid() - CORE/src/ORM/ResultSet.php, line 276
Cake\ORM\Association\Loader\SelectLoader::_buildResultMap() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 468
Cake\ORM\Association\Loader\SelectLoader::buildEagerLoader() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 124
Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/HasMany.php, line 695
Cake\ORM\EagerLoader::loadExternal() - CORE/src/ORM/EagerLoader.php, line 719
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1155
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 310
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 1099
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 472
Cake\ORM\Query::firstOrFail() - CORE/src/Datasource/QueryTrait.php, line 483
Deprecated (16384): Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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 = 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 288,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str5.jpg'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/FieldTypeConverter.php',
'line' => (int) 134,
'function' => 'toPHP',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str5.jpg',
(int) 1 => object(Cake\Database\Driver\Mysql) {}
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Statement/CallbackStatement.php',
'line' => (int) 58,
'function' => '__invoke',
'class' => 'Cake\Database\FieldTypeConverter',
'object' => object(Cake\Database\FieldTypeConverter) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 486,
'function' => 'fetch',
'class' => 'Cake\Database\Statement\CallbackStatement',
'object' => object(Cake\Database\Statement\CallbackStatement) {},
'type' => '->',
'args' => [
(int) 0 => 'assoc'
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 276,
'function' => '_fetchResult',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 468,
'function' => 'valid',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 124,
'function' => '_buildResultMap',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/HasMany.php',
'line' => (int) 695,
'function' => 'buildEagerLoader',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/EagerLoader.php',
'line' => (int) 719,
'function' => 'eagerLoader',
'class' => 'Cake\ORM\Association\HasMany',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1155,
'function' => 'loadExternal',
'class' => 'Cake\ORM\EagerLoader',
'object' => object(Cake\ORM\EagerLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => object(Cake\Database\Statement\BufferedStatement) {}
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 310,
'function' => '_execute',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1099,
'function' => '_all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 472,
'function' => 'all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 483,
'function' => 'first',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1656,
'function' => 'firstOrFail',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 21 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 29 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 30 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {
'name' => 'proffer.file'
},
'type' => '->',
'args' => [
(int) 0 => '4139_str5.jpg'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Database\Type::_basicTypeCast() - CORE/src/Database/Type.php, line 288
Cake\Database\Type::toPHP() - CORE/src/Database/Type.php, line 273
Cake\Database\FieldTypeConverter::__invoke() - CORE/src/Database/FieldTypeConverter.php, line 134
Cake\Database\Statement\CallbackStatement::fetch() - CORE/src/Database/Statement/CallbackStatement.php, line 58
Cake\ORM\ResultSet::_fetchResult() - CORE/src/ORM/ResultSet.php, line 486
Cake\ORM\ResultSet::valid() - CORE/src/ORM/ResultSet.php, line 276
Cake\ORM\Association\Loader\SelectLoader::_buildResultMap() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 468
Cake\ORM\Association\Loader\SelectLoader::buildEagerLoader() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 124
Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/HasMany.php, line 695
Cake\ORM\EagerLoader::loadExternal() - CORE/src/ORM/EagerLoader.php, line 719
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1155
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 310
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 1099
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 472
Cake\ORM\Query::firstOrFail() - CORE/src/Datasource/QueryTrait.php, line 483
Deprecated (16384): Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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 = 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 288,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str6.jpg'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/FieldTypeConverter.php',
'line' => (int) 134,
'function' => 'toPHP',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str6.jpg',
(int) 1 => object(Cake\Database\Driver\Mysql) {}
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Statement/CallbackStatement.php',
'line' => (int) 58,
'function' => '__invoke',
'class' => 'Cake\Database\FieldTypeConverter',
'object' => object(Cake\Database\FieldTypeConverter) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 486,
'function' => 'fetch',
'class' => 'Cake\Database\Statement\CallbackStatement',
'object' => object(Cake\Database\Statement\CallbackStatement) {},
'type' => '->',
'args' => [
(int) 0 => 'assoc'
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 276,
'function' => '_fetchResult',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 468,
'function' => 'valid',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 124,
'function' => '_buildResultMap',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/HasMany.php',
'line' => (int) 695,
'function' => 'buildEagerLoader',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/EagerLoader.php',
'line' => (int) 719,
'function' => 'eagerLoader',
'class' => 'Cake\ORM\Association\HasMany',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1155,
'function' => 'loadExternal',
'class' => 'Cake\ORM\EagerLoader',
'object' => object(Cake\ORM\EagerLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => object(Cake\Database\Statement\BufferedStatement) {}
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 310,
'function' => '_execute',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1099,
'function' => '_all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 472,
'function' => 'all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 483,
'function' => 'first',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1656,
'function' => 'firstOrFail',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 21 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 29 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 30 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {
'name' => 'proffer.file'
},
'type' => '->',
'args' => [
(int) 0 => '4139_str6.jpg'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Database\Type::_basicTypeCast() - CORE/src/Database/Type.php, line 288
Cake\Database\Type::toPHP() - CORE/src/Database/Type.php, line 273
Cake\Database\FieldTypeConverter::__invoke() - CORE/src/Database/FieldTypeConverter.php, line 134
Cake\Database\Statement\CallbackStatement::fetch() - CORE/src/Database/Statement/CallbackStatement.php, line 58
Cake\ORM\ResultSet::_fetchResult() - CORE/src/ORM/ResultSet.php, line 486
Cake\ORM\ResultSet::valid() - CORE/src/ORM/ResultSet.php, line 276
Cake\ORM\Association\Loader\SelectLoader::_buildResultMap() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 468
Cake\ORM\Association\Loader\SelectLoader::buildEagerLoader() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 124
Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/HasMany.php, line 695
Cake\ORM\EagerLoader::loadExternal() - CORE/src/ORM/EagerLoader.php, line 719
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1155
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 310
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 1099
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 472
Cake\ORM\Query::firstOrFail() - CORE/src/Datasource/QueryTrait.php, line 483
Deprecated (16384): Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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 = 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 288,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str7.jpg'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/FieldTypeConverter.php',
'line' => (int) 134,
'function' => 'toPHP',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str7.jpg',
(int) 1 => object(Cake\Database\Driver\Mysql) {}
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Statement/CallbackStatement.php',
'line' => (int) 58,
'function' => '__invoke',
'class' => 'Cake\Database\FieldTypeConverter',
'object' => object(Cake\Database\FieldTypeConverter) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 486,
'function' => 'fetch',
'class' => 'Cake\Database\Statement\CallbackStatement',
'object' => object(Cake\Database\Statement\CallbackStatement) {},
'type' => '->',
'args' => [
(int) 0 => 'assoc'
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 276,
'function' => '_fetchResult',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 468,
'function' => 'valid',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 124,
'function' => '_buildResultMap',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/HasMany.php',
'line' => (int) 695,
'function' => 'buildEagerLoader',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/EagerLoader.php',
'line' => (int) 719,
'function' => 'eagerLoader',
'class' => 'Cake\ORM\Association\HasMany',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1155,
'function' => 'loadExternal',
'class' => 'Cake\ORM\EagerLoader',
'object' => object(Cake\ORM\EagerLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => object(Cake\Database\Statement\BufferedStatement) {}
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 310,
'function' => '_execute',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1099,
'function' => '_all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 472,
'function' => 'all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 483,
'function' => 'first',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1656,
'function' => 'firstOrFail',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 21 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 29 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 30 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {
'name' => 'proffer.file'
},
'type' => '->',
'args' => [
(int) 0 => '4139_str7.jpg'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Database\Type::_basicTypeCast() - CORE/src/Database/Type.php, line 288
Cake\Database\Type::toPHP() - CORE/src/Database/Type.php, line 273
Cake\Database\FieldTypeConverter::__invoke() - CORE/src/Database/FieldTypeConverter.php, line 134
Cake\Database\Statement\CallbackStatement::fetch() - CORE/src/Database/Statement/CallbackStatement.php, line 58
Cake\ORM\ResultSet::_fetchResult() - CORE/src/ORM/ResultSet.php, line 486
Cake\ORM\ResultSet::valid() - CORE/src/ORM/ResultSet.php, line 276
Cake\ORM\Association\Loader\SelectLoader::_buildResultMap() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 468
Cake\ORM\Association\Loader\SelectLoader::buildEagerLoader() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 124
Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/HasMany.php, line 695
Cake\ORM\EagerLoader::loadExternal() - CORE/src/ORM/EagerLoader.php, line 719
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1155
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 310
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 1099
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 472
Cake\ORM\Query::firstOrFail() - CORE/src/Datasource/QueryTrait.php, line 483
Deprecated (16384): Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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 = 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 288,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str8.jpg'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/FieldTypeConverter.php',
'line' => (int) 134,
'function' => 'toPHP',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str8.jpg',
(int) 1 => object(Cake\Database\Driver\Mysql) {}
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Statement/CallbackStatement.php',
'line' => (int) 58,
'function' => '__invoke',
'class' => 'Cake\Database\FieldTypeConverter',
'object' => object(Cake\Database\FieldTypeConverter) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 486,
'function' => 'fetch',
'class' => 'Cake\Database\Statement\CallbackStatement',
'object' => object(Cake\Database\Statement\CallbackStatement) {},
'type' => '->',
'args' => [
(int) 0 => 'assoc'
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 276,
'function' => '_fetchResult',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 468,
'function' => 'valid',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 124,
'function' => '_buildResultMap',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/HasMany.php',
'line' => (int) 695,
'function' => 'buildEagerLoader',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/EagerLoader.php',
'line' => (int) 719,
'function' => 'eagerLoader',
'class' => 'Cake\ORM\Association\HasMany',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1155,
'function' => 'loadExternal',
'class' => 'Cake\ORM\EagerLoader',
'object' => object(Cake\ORM\EagerLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => object(Cake\Database\Statement\BufferedStatement) {}
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 310,
'function' => '_execute',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1099,
'function' => '_all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 472,
'function' => 'all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 483,
'function' => 'first',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1656,
'function' => 'firstOrFail',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 21 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 29 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 30 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {
'name' => 'proffer.file'
},
'type' => '->',
'args' => [
(int) 0 => '4139_str8.jpg'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Database\Type::_basicTypeCast() - CORE/src/Database/Type.php, line 288
Cake\Database\Type::toPHP() - CORE/src/Database/Type.php, line 273
Cake\Database\FieldTypeConverter::__invoke() - CORE/src/Database/FieldTypeConverter.php, line 134
Cake\Database\Statement\CallbackStatement::fetch() - CORE/src/Database/Statement/CallbackStatement.php, line 58
Cake\ORM\ResultSet::_fetchResult() - CORE/src/ORM/ResultSet.php, line 486
Cake\ORM\ResultSet::valid() - CORE/src/ORM/ResultSet.php, line 276
Cake\ORM\Association\Loader\SelectLoader::_buildResultMap() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 468
Cake\ORM\Association\Loader\SelectLoader::buildEagerLoader() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 124
Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/HasMany.php, line 695
Cake\ORM\EagerLoader::loadExternal() - CORE/src/ORM/EagerLoader.php, line 719
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1155
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 310
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 1099
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 472
Cake\ORM\Query::firstOrFail() - CORE/src/Datasource/QueryTrait.php, line 483
Deprecated (16384): Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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 = 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 288,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str9.jpg'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/FieldTypeConverter.php',
'line' => (int) 134,
'function' => 'toPHP',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str9.jpg',
(int) 1 => object(Cake\Database\Driver\Mysql) {}
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Statement/CallbackStatement.php',
'line' => (int) 58,
'function' => '__invoke',
'class' => 'Cake\Database\FieldTypeConverter',
'object' => object(Cake\Database\FieldTypeConverter) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 486,
'function' => 'fetch',
'class' => 'Cake\Database\Statement\CallbackStatement',
'object' => object(Cake\Database\Statement\CallbackStatement) {},
'type' => '->',
'args' => [
(int) 0 => 'assoc'
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 276,
'function' => '_fetchResult',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 468,
'function' => 'valid',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 124,
'function' => '_buildResultMap',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/HasMany.php',
'line' => (int) 695,
'function' => 'buildEagerLoader',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/EagerLoader.php',
'line' => (int) 719,
'function' => 'eagerLoader',
'class' => 'Cake\ORM\Association\HasMany',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1155,
'function' => 'loadExternal',
'class' => 'Cake\ORM\EagerLoader',
'object' => object(Cake\ORM\EagerLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => object(Cake\Database\Statement\BufferedStatement) {}
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 310,
'function' => '_execute',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1099,
'function' => '_all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 472,
'function' => 'all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 483,
'function' => 'first',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1656,
'function' => 'firstOrFail',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 21 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 29 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 30 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {
'name' => 'proffer.file'
},
'type' => '->',
'args' => [
(int) 0 => '4139_str9.jpg'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Database\Type::_basicTypeCast() - CORE/src/Database/Type.php, line 288
Cake\Database\Type::toPHP() - CORE/src/Database/Type.php, line 273
Cake\Database\FieldTypeConverter::__invoke() - CORE/src/Database/FieldTypeConverter.php, line 134
Cake\Database\Statement\CallbackStatement::fetch() - CORE/src/Database/Statement/CallbackStatement.php, line 58
Cake\ORM\ResultSet::_fetchResult() - CORE/src/ORM/ResultSet.php, line 486
Cake\ORM\ResultSet::valid() - CORE/src/ORM/ResultSet.php, line 276
Cake\ORM\Association\Loader\SelectLoader::_buildResultMap() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 468
Cake\ORM\Association\Loader\SelectLoader::buildEagerLoader() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 124
Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/HasMany.php, line 695
Cake\ORM\EagerLoader::loadExternal() - CORE/src/ORM/EagerLoader.php, line 719
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1155
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 310
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 1099
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 472
Cake\ORM\Query::firstOrFail() - CORE/src/Datasource/QueryTrait.php, line 483
Deprecated (16384): Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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 = 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php, line: 273
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 288,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Using Type::_basicTypeCast() is deprecated. The 'proffer.file' type needs to be updated to implement `TypeInterface`.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str10.jpg'
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/FieldTypeConverter.php',
'line' => (int) 134,
'function' => 'toPHP',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {},
'type' => '->',
'args' => [
(int) 0 => '4139_str10.jpg',
(int) 1 => object(Cake\Database\Driver\Mysql) {}
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Statement/CallbackStatement.php',
'line' => (int) 58,
'function' => '__invoke',
'class' => 'Cake\Database\FieldTypeConverter',
'object' => object(Cake\Database\FieldTypeConverter) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 486,
'function' => 'fetch',
'class' => 'Cake\Database\Statement\CallbackStatement',
'object' => object(Cake\Database\Statement\CallbackStatement) {},
'type' => '->',
'args' => [
(int) 0 => 'assoc'
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/ResultSet.php',
'line' => (int) 276,
'function' => '_fetchResult',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 468,
'function' => 'valid',
'class' => 'Cake\ORM\ResultSet',
'object' => object(Cake\ORM\ResultSet) {},
'type' => '->',
'args' => []
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/Loader/SelectLoader.php',
'line' => (int) 124,
'function' => '_buildResultMap',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Association/HasMany.php',
'line' => (int) 695,
'function' => 'buildEagerLoader',
'class' => 'Cake\ORM\Association\Loader\SelectLoader',
'object' => object(Cake\ORM\Association\Loader\SelectLoader) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/EagerLoader.php',
'line' => (int) 719,
'function' => 'eagerLoader',
'class' => 'Cake\ORM\Association\HasMany',
'object' => object(Cake\ORM\Association\HasMany) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1155,
'function' => 'loadExternal',
'class' => 'Cake\ORM\EagerLoader',
'object' => object(Cake\ORM\EagerLoader) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\ORM\Query) {},
(int) 1 => object(Cake\Database\Statement\BufferedStatement) {}
]
],
(int) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 310,
'function' => '_execute',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Query.php',
'line' => (int) 1099,
'function' => '_all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 472,
'function' => 'all',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Datasource/QueryTrait.php',
'line' => (int) 483,
'function' => 'first',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/ORM/Table.php',
'line' => (int) 1656,
'function' => 'firstOrFail',
'class' => 'Cake\ORM\Query',
'object' => object(Cake\ORM\Query) {},
'type' => '->',
'args' => []
],
(int) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 159,
'function' => 'get',
'class' => 'Cake\ORM\Table',
'object' => object(Occasion\Model\Table\OccasionsTable) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
],
(int) 1 => [
[maximum depth reached]
]
]
],
(int) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 19 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 20 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 21 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 22 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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) 23 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 24 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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) 25 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 26 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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) 27 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 28 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 29 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 30 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Database/Type.php',
'line' => (int) 273,
'function' => '_basicTypeCast',
'class' => 'Cake\Database\Type',
'object' => object(Proffer\Database\Type\FileType) {
'name' => 'proffer.file'
},
'type' => '->',
'args' => [
(int) 0 => '4139_str10.jpg'
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Database\Type::_basicTypeCast() - CORE/src/Database/Type.php, line 288
Cake\Database\Type::toPHP() - CORE/src/Database/Type.php, line 273
Cake\Database\FieldTypeConverter::__invoke() - CORE/src/Database/FieldTypeConverter.php, line 134
Cake\Database\Statement\CallbackStatement::fetch() - CORE/src/Database/Statement/CallbackStatement.php, line 58
Cake\ORM\ResultSet::_fetchResult() - CORE/src/ORM/ResultSet.php, line 486
Cake\ORM\ResultSet::valid() - CORE/src/ORM/ResultSet.php, line 276
Cake\ORM\Association\Loader\SelectLoader::_buildResultMap() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 468
Cake\ORM\Association\Loader\SelectLoader::buildEagerLoader() - CORE/src/ORM/Association/Loader/SelectLoader.php, line 124
Cake\ORM\Association\HasMany::eagerLoader() - CORE/src/ORM/Association/HasMany.php, line 695
Cake\ORM\EagerLoader::loadExternal() - CORE/src/ORM/EagerLoader.php, line 719
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1155
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 310
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 1099
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 472
Cake\ORM\Query::firstOrFail() - CORE/src/Datasource/QueryTrait.php, line 483
Deprecated (16384): ViewBuilder::options() is deprecated. Use ViewBuilder::setOptions() or ViewBuilder::getOptions() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php, line: 162
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 = 'ViewBuilder::options() is deprecated. Use ViewBuilder::setOptions() or ViewBuilder::getOptions() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php, line: 162
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/View/ViewBuilder.php',
'line' => (int) 587,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'ViewBuilder::options() is deprecated. Use ViewBuilder::setOptions() or ViewBuilder::getOptions() instead.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 162,
'function' => 'options',
'class' => 'Cake\View\ViewBuilder',
'object' => object(Cake\View\ViewBuilder) {},
'type' => '->',
'args' => [
(int) 0 => [
[maximum depth reached]
]
]
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 606,
'function' => 'brochure',
'class' => 'Occasion\Controller\OccasionsController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => '4139',
(int) 1 => 'strautmann-giga-vitesse-cfs-4001-opraapwagen'
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 120,
'function' => 'invokeAction',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 13 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 15 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/plugins/Occasion/src/Controller/OccasionsController.php',
'line' => (int) 162,
'function' => 'options',
'class' => 'Cake\View\ViewBuilder',
'object' => object(Cake\View\ViewBuilder) {
[protected] _templatePath => null
[protected] _template => null
[protected] _plugin => null
[protected] _theme => null
[protected] _layout => 'default'
[protected] _autoLayout => null
[protected] _layoutPath => null
[protected] _name => null
[protected] _className => null
[protected] _options => [[maximum depth reached]]
[protected] _helpers => [[maximum depth reached]]
[protected] _vars => [[maximum depth reached]]
},
'type' => '->',
'args' => [
(int) 0 => [
'pdfConfig' => [
[maximum depth reached]
]
]
]
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\View\ViewBuilder::options() - CORE/src/View/ViewBuilder.php, line 587
Occasion\Controller\OccasionsController::brochure() - ROOT/plugins/Occasion/src/Controller/OccasionsController.php, line 162
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606
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 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 51
Cake\Http\Server::run() - CORE/src/Http/Server.php, line 97
Deprecated (16384): Response::type() is deprecated. Use setTypeMap(), getType() or withType() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/src/Controller/AppController.php, line: 95
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 = 'Response::type() is deprecated. Use setTypeMap(), getType() or withType() instead. - /home/admin/domains/occ-bck.timmermanbv.nl/public_html/src/Controller/AppController.php, line: 95
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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Response.php',
'line' => (int) 1137,
'function' => 'deprecationWarning',
'args' => [
(int) 0 => 'Response::type() is deprecated. Use setTypeMap(), getType() or withType() instead.'
]
],
(int) 1 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/src/Controller/AppController.php',
'line' => (int) 95,
'function' => 'type',
'class' => 'Cake\Http\Response',
'object' => object(Cake\Http\Response) {},
'type' => '->',
'args' => []
],
(int) 2 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Event/EventManager.php',
'line' => (int) 351,
'function' => 'beforeRender',
'class' => 'App\Controller\AppController',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Event\Event) {}
]
],
(int) 3 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Event/EventManager.php',
'line' => (int) 328,
'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) 4 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Event/EventDispatcherTrait.php',
'line' => (int) 112,
'function' => 'dispatch',
'class' => 'Cake\Event\EventManager',
'object' => object(Cake\Event\EventManager) {},
'type' => '->',
'args' => [
(int) 0 => object(Cake\Event\Event) {}
]
],
(int) 5 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Controller/Controller.php',
'line' => (int) 778,
'function' => 'dispatchEvent',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => [
(int) 0 => 'Controller.beforeRender'
]
],
(int) 6 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/ActionDispatcher.php',
'line' => (int) 126,
'function' => 'render',
'class' => 'Cake\Controller\Controller',
'object' => object(Occasion\Controller\OccasionsController) {},
'type' => '->',
'args' => []
],
(int) 7 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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(Occasion\Controller\OccasionsController) {}
]
],
(int) 8 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/BaseApplication.php',
'line' => (int) 256,
'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) 9 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 10 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php',
'line' => (int) 164,
'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) 11 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 12 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php',
'line' => (int) 97,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 14 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php',
'line' => (int) 100,
'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' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 16 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_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) 17 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Http/Server.php',
'line' => (int) 97,
'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) 18 => [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/webroot/index.php',
'line' => (int) 37,
'function' => 'run',
'class' => 'Cake\Http\Server',
'object' => object(Cake\Http\Server) {},
'type' => '->',
'args' => []
]
]
$frame = [
'file' => '/home/admin/domains/occ-bck.timmermanbv.nl/public_html/src/Controller/AppController.php',
'line' => (int) 95,
'function' => 'type',
'class' => 'Cake\Http\Response',
'object' => object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'application/pdf',
'headers' => [
[maximum depth reached]
],
'file' => null,
'fileRange' => [[maximum depth reached]],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [[maximum depth reached]],
'body' => ''
},
'type' => '->',
'args' => []
]deprecationWarning - CORE/src/Core/functions.php, line 311
Cake\Http\Response::type() - CORE/src/Http/Response.php, line 1137
App\Controller\AppController::beforeRender() - APP/Controller/AppController.php, line 95
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 351
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 328
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 112
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 778
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 256
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 97
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 100
Warning (512): Unable to emit headers. Headers sent in file=/home/admin/domains/occ-bck.timmermanbv.nl/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=855 [CORE/src/Http/ResponseEmitter.php, line 53]Code Context if (Configure::read('debug')) {
trigger_error($message, E_USER_WARNING);
} else {
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'application/pdf',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => object(Cake\Http\Cookie\CookieCollection) {},
'cacheDirectives' => [],
'body' => '%PDF-1.7
1 0 obj
<< /Type /Catalog
/Outlines 2 0 R
/Pages 3 0 R >>
endobj
2 0 obj
<< /Type /Outlines /Count 0 >>
endobj
3 0 obj
<< /Type /Pages
/Kids [6 0 R
34 0 R
49 0 R
]
/Count 3
/Resources <<
/ProcSet 4 0 R
/Font <<
/F1 8 0 R
/F2 13 0 R
/F3 18 0 R
/F4 19 0 R
/F5 20 0 R
/F6 21 0 R
/F7 22 0 R
>>
/XObject <<
/I1 27 0 R
/I2 28 0 R
/I3 29 0 R
/I4 30 0 R
/I5 31 0 R
/I6 36 0 R
/I7 37 0 R
/I8 38 0 R
/I9 39 0 R
/I10 40 0 R
/I11 41 0 R
/I12 42 0 R
/I13 43 0 R
/I14 44 0 R
/I15 45 0 R
/I16 46 0 R
/I17 51 0 R
/I18 52 0 R
>>
>>
/MediaBox [0.000 0.000 595.280 841.890]
>>
endobj
4 0 obj
[/PDF /Text /ImageC ]
endobj
5 0 obj
<<
/Producer (�� d o m p d f 0 . 8 . 6
+ C P D F)
/CreationDate (D:20251213035536+00'00')
/ModDate (D:20251213035536+00'00')
/Title (�� O c c a s i o n s)
>>
endobj
6 0 obj
<< /Type /Page
/MediaBox [0.000 0.000 595.280 841.890]
/Parent 3 0 R
/Annots [ 32 0 R ]
/Contents 7 0 R
>>
endobj
7 0 obj
<< /Filter /FlateDecode
/Length 2750 >>
stream
x��Z�rܸ�Y��@�jSv�� @�>�"�Z�Ӯ+��lj��c%�{���#�kCr�Y:���Ɇ��F��� 8{����HS��qFQ�U�Y�y���Ml�`O�W{���c��L��PL�:T:e OC�(���U{Q("�p�1ݵ`�|��1s��*���M�L��g���� ڠ ����.<�`���
L��e@? ��� ���Ύb��caR��/�E���r<�q��eճ����Bb�#�
e��\%�D%�qbk�ig)z��6��,fq*B ����L$d��=2<,����e��g=�$�a�,ض�-zG�zTɬPo���u �T�-��`���48�3*�
[�2A���;�{��0�"{�+
�@���ڪ����㠆~�G��;h(e�*�c)m���v�K���| �muk�d\F���7��B�0P6"���QjĆrl�=��N��Ua����ٲ)>�����]�usj��˙���3V2�w�dlD��j\M0�?�ӧ��]���g�~�g]S��$!����h
K�tj)�ԎHUl[��m-��E�-��4|%vD�0�l9�h��1�h'���p#�$�H%��Ebi`��NW���ZIʜ�m���=�$-c�7њF�N+C"^uj[���q�є��N����n��Z��z�d����3KwZ��,��X�m���A ��~Gc��l!�)�0Hc�2��V��E���p�ieKL�8h%㩡EG�0y�8�9『S>6Z���A�,�j���-q
Nԩ��9t��1В�b ���eH�c��%�G`-�X��Z�pF�J� x�z3f܈Q`Y��P=�5�)�2��X��L9&���9O�Zqic!�Ft�~���$�ǝ��8Dw.��G����|d`j��� sk��ED�J9���E鄭�L4齆�Y�� �s�A��Dt�jDc.jFjQ�dk�����3ѩ�� �����. ��Y�w�-�"z� �=S�#�.�{�\����1��K!��]�����|.M�vi�w�Kt#�T�;ѥ���.��`��m��{ ��=��K�=]����ήlb�
.�]��V��U�o��[�V��U����iOuBt�סF9�����^�ܸʈ#�H$χ���,���k{����[�a��V�<(��-l/�wa�d�-�߿a�Y��-�q�ip��UP�7�={<���/Ap�~r��xK��{l�)�t�;dnO�Z��@�x�3~�W�Tc�]��<���Ƀ�x� �fT0�^�3,3�aKL�����0�����v�u�5�
wE��un��Z�v�9q:���� �ڼd�zeLs��+��Q'"�t�w7��'Bd������<bP?Q�|b�?/
+���4^YȌ2��z
7�t�ᓗ�H�7�qUf�ÈH�a�Fj�&