Warning (2): count(): Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'where'
$sql = 'SELECT Settings.id AS `Settings__id`, Settings.email AS `Settings__email`, Settings.unlimited_in_int AS `Settings__unlimited_in_int`, Settings.report_price AS `Settings__report_price`, Settings.auto_report_price AS `Settings__auto_report_price`, Settings.sectional_report AS `Settings__sectional_report`, Settings.test_price AS `Settings__test_price`, Settings.predictive_amount AS `Settings__predictive_amount`, Settings.payment_mode AS `Settings__payment_mode` FROM settings Settings'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Settings__id' => 'integer',
'Settings.id' => 'integer',
'id' => 'integer',
'Settings__email' => 'string',
'Settings.email' => 'string',
'email' => 'string',
'Settings__unlimited_in_int' => 'integer',
'Settings.unlimited_in_int' => 'integer',
'unlimited_in_int' => 'integer',
'Settings__report_price' => 'string',
'Settings.report_price' => 'string',
'report_price' => 'string',
'Settings__auto_report_price' => 'integer',
'Settings.auto_report_price' => 'integer',
'auto_report_price' => 'integer',
'Settings__sectional_report' => 'integer',
'Settings.sectional_report' => 'integer',
'sectional_report' => 'integer',
'Settings__test_price' => 'string',
'Settings.test_price' => 'string',
'test_price' => 'string',
'Settings__predictive_amount' => 'integer',
'Settings.predictive_amount' => 'integer',
'predictive_amount' => 'integer',
'Settings__payment_mode' => 'string',
'Settings.payment_mode' => 'string',
'payment_mode' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\SettingsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404
App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 55
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'having'
$sql = 'SELECT Settings.id AS `Settings__id`, Settings.email AS `Settings__email`, Settings.unlimited_in_int AS `Settings__unlimited_in_int`, Settings.report_price AS `Settings__report_price`, Settings.auto_report_price AS `Settings__auto_report_price`, Settings.sectional_report AS `Settings__sectional_report`, Settings.test_price AS `Settings__test_price`, Settings.predictive_amount AS `Settings__predictive_amount`, Settings.payment_mode AS `Settings__payment_mode` FROM settings Settings'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Settings__id' => 'integer',
'Settings.id' => 'integer',
'id' => 'integer',
'Settings__email' => 'string',
'Settings.email' => 'string',
'email' => 'string',
'Settings__unlimited_in_int' => 'integer',
'Settings.unlimited_in_int' => 'integer',
'unlimited_in_int' => 'integer',
'Settings__report_price' => 'string',
'Settings.report_price' => 'string',
'report_price' => 'string',
'Settings__auto_report_price' => 'integer',
'Settings.auto_report_price' => 'integer',
'auto_report_price' => 'integer',
'Settings__sectional_report' => 'integer',
'Settings.sectional_report' => 'integer',
'sectional_report' => 'integer',
'Settings__test_price' => 'string',
'Settings.test_price' => 'string',
'test_price' => 'string',
'Settings__predictive_amount' => 'integer',
'Settings.predictive_amount' => 'integer',
'predictive_amount' => 'integer',
'Settings__payment_mode' => 'string',
'Settings.payment_mode' => 'string',
'payment_mode' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\SettingsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404
App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 55
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'order'
$sql = 'SELECT Settings.id AS `Settings__id`, Settings.email AS `Settings__email`, Settings.unlimited_in_int AS `Settings__unlimited_in_int`, Settings.report_price AS `Settings__report_price`, Settings.auto_report_price AS `Settings__auto_report_price`, Settings.sectional_report AS `Settings__sectional_report`, Settings.test_price AS `Settings__test_price`, Settings.predictive_amount AS `Settings__predictive_amount`, Settings.payment_mode AS `Settings__payment_mode` FROM settings Settings'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Settings__id' => 'integer',
'Settings.id' => 'integer',
'id' => 'integer',
'Settings__email' => 'string',
'Settings.email' => 'string',
'email' => 'string',
'Settings__unlimited_in_int' => 'integer',
'Settings.unlimited_in_int' => 'integer',
'unlimited_in_int' => 'integer',
'Settings__report_price' => 'string',
'Settings.report_price' => 'string',
'report_price' => 'string',
'Settings__auto_report_price' => 'integer',
'Settings.auto_report_price' => 'integer',
'auto_report_price' => 'integer',
'Settings__sectional_report' => 'integer',
'Settings.sectional_report' => 'integer',
'sectional_report' => 'integer',
'Settings__test_price' => 'string',
'Settings.test_price' => 'string',
'test_price' => 'string',
'Settings__predictive_amount' => 'integer',
'Settings.predictive_amount' => 'integer',
'predictive_amount' => 'integer',
'Settings__payment_mode' => 'string',
'Settings.payment_mode' => 'string',
'payment_mode' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\SettingsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404
App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 55
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = (int) 1
$name = 'limit'
$sql = 'SELECT Settings.id AS `Settings__id`, Settings.email AS `Settings__email`, Settings.unlimited_in_int AS `Settings__unlimited_in_int`, Settings.report_price AS `Settings__report_price`, Settings.auto_report_price AS `Settings__auto_report_price`, Settings.sectional_report AS `Settings__sectional_report`, Settings.test_price AS `Settings__test_price`, Settings.predictive_amount AS `Settings__predictive_amount`, Settings.payment_mode AS `Settings__payment_mode` FROM settings Settings'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Settings__id' => 'integer',
'Settings.id' => 'integer',
'id' => 'integer',
'Settings__email' => 'string',
'Settings.email' => 'string',
'email' => 'string',
'Settings__unlimited_in_int' => 'integer',
'Settings.unlimited_in_int' => 'integer',
'unlimited_in_int' => 'integer',
'Settings__report_price' => 'string',
'Settings.report_price' => 'string',
'report_price' => 'string',
'Settings__auto_report_price' => 'integer',
'Settings.auto_report_price' => 'integer',
'auto_report_price' => 'integer',
'Settings__sectional_report' => 'integer',
'Settings.sectional_report' => 'integer',
'sectional_report' => 'integer',
'Settings__test_price' => 'string',
'Settings.test_price' => 'string',
'test_price' => 'string',
'Settings__predictive_amount' => 'integer',
'Settings.predictive_amount' => 'integer',
'predictive_amount' => 'integer',
'Settings__payment_mode' => 'string',
'Settings.payment_mode' => 'string',
'payment_mode' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\SettingsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404
App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 55
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'offset'
$sql = 'SELECT Settings.id AS `Settings__id`, Settings.email AS `Settings__email`, Settings.unlimited_in_int AS `Settings__unlimited_in_int`, Settings.report_price AS `Settings__report_price`, Settings.auto_report_price AS `Settings__auto_report_price`, Settings.sectional_report AS `Settings__sectional_report`, Settings.test_price AS `Settings__test_price`, Settings.predictive_amount AS `Settings__predictive_amount`, Settings.payment_mode AS `Settings__payment_mode` FROM settings Settings LIMIT 1'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Settings__id' => 'integer',
'Settings.id' => 'integer',
'id' => 'integer',
'Settings__email' => 'string',
'Settings.email' => 'string',
'email' => 'string',
'Settings__unlimited_in_int' => 'integer',
'Settings.unlimited_in_int' => 'integer',
'unlimited_in_int' => 'integer',
'Settings__report_price' => 'string',
'Settings.report_price' => 'string',
'report_price' => 'string',
'Settings__auto_report_price' => 'integer',
'Settings.auto_report_price' => 'integer',
'auto_report_price' => 'integer',
'Settings__sectional_report' => 'integer',
'Settings.sectional_report' => 'integer',
'sectional_report' => 'integer',
'Settings__test_price' => 'string',
'Settings.test_price' => 'string',
'test_price' => 'string',
'Settings__predictive_amount' => 'integer',
'Settings.predictive_amount' => 'integer',
'predictive_amount' => 'integer',
'Settings__payment_mode' => 'string',
'Settings.payment_mode' => 'string',
'payment_mode' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\SettingsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404
App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 55
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'SELECT Settings.id AS `Settings__id`, Settings.email AS `Settings__email`, Settings.unlimited_in_int AS `Settings__unlimited_in_int`, Settings.report_price AS `Settings__report_price`, Settings.auto_report_price AS `Settings__auto_report_price`, Settings.sectional_report AS `Settings__sectional_report`, Settings.test_price AS `Settings__test_price`, Settings.predictive_amount AS `Settings__predictive_amount`, Settings.payment_mode AS `Settings__payment_mode` FROM settings Settings LIMIT 1'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Settings__id' => 'integer',
'Settings.id' => 'integer',
'id' => 'integer',
'Settings__email' => 'string',
'Settings.email' => 'string',
'email' => 'string',
'Settings__unlimited_in_int' => 'integer',
'Settings.unlimited_in_int' => 'integer',
'unlimited_in_int' => 'integer',
'Settings__report_price' => 'string',
'Settings.report_price' => 'string',
'report_price' => 'string',
'Settings__auto_report_price' => 'integer',
'Settings.auto_report_price' => 'integer',
'auto_report_price' => 'integer',
'Settings__sectional_report' => 'integer',
'Settings.sectional_report' => 'integer',
'sectional_report' => 'integer',
'Settings__test_price' => 'string',
'Settings.test_price' => 'string',
'test_price' => 'string',
'Settings__predictive_amount' => 'integer',
'Settings.predictive_amount' => 'integer',
'predictive_amount' => 'integer',
'Settings__payment_mode' => 'string',
'Settings.payment_mode' => 'string',
'payment_mode' => 'string'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\SettingsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404
App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 55
Notice (8): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 164]Code Context $user = $this->request->session()->read('Auth.User');
$usersfile = '';
$conditions =['user_id' => $user['id']];
$user = null
$usersfile = ''
App\Controller\AppController::instif_logo() - APP/Controller/AppController.php, line 164
App\Controller\AppController::initialize() - APP/Controller/AppController.php, line 57
App\Controller\MainController::initialize() - APP/Controller/MainController.php, line 32
Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 262
ReflectionClass::newInstance() - [internal], line ??
Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 77
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 90
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
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 80
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'having'
$sql = 'SELECT Profile.id AS `Profile__id`, Profile.profile AS `Profile__profile`, Profile.user_id AS `Profile__user_id`, Profile.student_id AS `Profile__student_id`, Profile.display_logo AS `Profile__display_logo`, Profile.created_at AS `Profile__created_at`, Profile.modified_at AS `Profile__modified_at` FROM users_profile Profile WHERE user_id = :c0'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Profile__id' => 'integer',
'Profile.id' => 'integer',
'id' => 'integer',
'Profile__profile' => 'string',
'Profile.profile' => 'string',
'profile' => 'string',
'Profile__user_id' => 'integer',
'Profile.user_id' => 'integer',
'user_id' => 'integer',
'Profile__student_id' => 'integer',
'Profile.student_id' => 'integer',
'student_id' => 'integer',
'Profile__display_logo' => 'integer',
'Profile.display_logo' => 'integer',
'display_logo' => 'integer',
'Profile__created_at' => 'datetime',
'Profile.created_at' => 'datetime',
'created_at' => 'datetime',
'Profile__modified_at' => 'datetime',
'Profile.modified_at' => 'datetime',
'modified_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\ProfileTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 1
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404
App\Controller\AppController::instif_logo() - APP/Controller/AppController.php, line 165
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'order'
$sql = 'SELECT Profile.id AS `Profile__id`, Profile.profile AS `Profile__profile`, Profile.user_id AS `Profile__user_id`, Profile.student_id AS `Profile__student_id`, Profile.display_logo AS `Profile__display_logo`, Profile.created_at AS `Profile__created_at`, Profile.modified_at AS `Profile__modified_at` FROM users_profile Profile WHERE user_id = :c0'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Profile__id' => 'integer',
'Profile.id' => 'integer',
'id' => 'integer',
'Profile__profile' => 'string',
'Profile.profile' => 'string',
'profile' => 'string',
'Profile__user_id' => 'integer',
'Profile.user_id' => 'integer',
'user_id' => 'integer',
'Profile__student_id' => 'integer',
'Profile.student_id' => 'integer',
'student_id' => 'integer',
'Profile__display_logo' => 'integer',
'Profile.display_logo' => 'integer',
'display_logo' => 'integer',
'Profile__created_at' => 'datetime',
'Profile.created_at' => 'datetime',
'created_at' => 'datetime',
'Profile__modified_at' => 'datetime',
'Profile.modified_at' => 'datetime',
'modified_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\ProfileTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 1
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404
App\Controller\AppController::instif_logo() - APP/Controller/AppController.php, line 165
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = (int) 1
$name = 'limit'
$sql = 'SELECT Profile.id AS `Profile__id`, Profile.profile AS `Profile__profile`, Profile.user_id AS `Profile__user_id`, Profile.student_id AS `Profile__student_id`, Profile.display_logo AS `Profile__display_logo`, Profile.created_at AS `Profile__created_at`, Profile.modified_at AS `Profile__modified_at` FROM users_profile Profile WHERE user_id = :c0'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Profile__id' => 'integer',
'Profile.id' => 'integer',
'id' => 'integer',
'Profile__profile' => 'string',
'Profile.profile' => 'string',
'profile' => 'string',
'Profile__user_id' => 'integer',
'Profile.user_id' => 'integer',
'user_id' => 'integer',
'Profile__student_id' => 'integer',
'Profile.student_id' => 'integer',
'student_id' => 'integer',
'Profile__display_logo' => 'integer',
'Profile.display_logo' => 'integer',
'display_logo' => 'integer',
'Profile__created_at' => 'datetime',
'Profile.created_at' => 'datetime',
'created_at' => 'datetime',
'Profile__modified_at' => 'datetime',
'Profile.modified_at' => 'datetime',
'modified_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\ProfileTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 1
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404
App\Controller\AppController::instif_logo() - APP/Controller/AppController.php, line 165
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'offset'
$sql = 'SELECT Profile.id AS `Profile__id`, Profile.profile AS `Profile__profile`, Profile.user_id AS `Profile__user_id`, Profile.student_id AS `Profile__student_id`, Profile.display_logo AS `Profile__display_logo`, Profile.created_at AS `Profile__created_at`, Profile.modified_at AS `Profile__modified_at` FROM users_profile Profile WHERE user_id = :c0 LIMIT 1'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Profile__id' => 'integer',
'Profile.id' => 'integer',
'id' => 'integer',
'Profile__profile' => 'string',
'Profile.profile' => 'string',
'profile' => 'string',
'Profile__user_id' => 'integer',
'Profile.user_id' => 'integer',
'user_id' => 'integer',
'Profile__student_id' => 'integer',
'Profile.student_id' => 'integer',
'student_id' => 'integer',
'Profile__display_logo' => 'integer',
'Profile.display_logo' => 'integer',
'display_logo' => 'integer',
'Profile__created_at' => 'datetime',
'Profile.created_at' => 'datetime',
'created_at' => 'datetime',
'Profile__modified_at' => 'datetime',
'Profile.modified_at' => 'datetime',
'modified_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\ProfileTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 1
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404
App\Controller\AppController::instif_logo() - APP/Controller/AppController.php, line 165
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'SELECT Profile.id AS `Profile__id`, Profile.profile AS `Profile__profile`, Profile.user_id AS `Profile__user_id`, Profile.student_id AS `Profile__student_id`, Profile.display_logo AS `Profile__display_logo`, Profile.created_at AS `Profile__created_at`, Profile.modified_at AS `Profile__modified_at` FROM users_profile Profile WHERE user_id = :c0 LIMIT 1'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Profile__id' => 'integer',
'Profile.id' => 'integer',
'id' => 'integer',
'Profile__profile' => 'string',
'Profile.profile' => 'string',
'profile' => 'string',
'Profile__user_id' => 'integer',
'Profile.user_id' => 'integer',
'user_id' => 'integer',
'Profile__student_id' => 'integer',
'Profile.student_id' => 'integer',
'student_id' => 'integer',
'Profile__display_logo' => 'integer',
'Profile.display_logo' => 'integer',
'display_logo' => 'integer',
'Profile__created_at' => 'datetime',
'Profile.created_at' => 'datetime',
'created_at' => 'datetime',
'Profile__modified_at' => 'datetime',
'Profile.modified_at' => 'datetime',
'modified_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\ProfileTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 1
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::first() - CORE/src/Datasource/QueryTrait.php, line 404
App\Controller\AppController::instif_logo() - APP/Controller/AppController.php, line 165
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/paradigm/vendor/cakephp/cakephp/src/Error/Debugger.php:822) [APP/Controller/MainController.php, line 35]Code Context
header("Access-Control-Allow-Origin: *");
header - [internal], line ??
App\Controller\MainController::initialize() - APP/Controller/MainController.php, line 35
Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 262
ReflectionClass::newInstance() - [internal], line ??
Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 77
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 90
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
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 80
[main] - ROOT/webroot/index.php, line 39
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/paradigm/vendor/cakephp/cakephp/src/Error/Debugger.php:822) [APP/Controller/MainController.php, line 36]Code Context
header("Access-Control-Allow-Origin: *");
header("Content-Type: application/json; charset=UTF-8");
header - [internal], line ??
App\Controller\MainController::initialize() - APP/Controller/MainController.php, line 36
Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 262
ReflectionClass::newInstance() - [internal], line ??
Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 77
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 90
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
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 80
[main] - ROOT/webroot/index.php, line 39
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/paradigm/vendor/cakephp/cakephp/src/Error/Debugger.php:822) [APP/Controller/MainController.php, line 37]Code Context header("Access-Control-Allow-Origin: *");
header("Content-Type: application/json; charset=UTF-8");
header("Access-Control-Allow-Methods: OPTIONS,GET,POST,PUT,DELETE");
header - [internal], line ??
App\Controller\MainController::initialize() - APP/Controller/MainController.php, line 37
Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 262
ReflectionClass::newInstance() - [internal], line ??
Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 77
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 90
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
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 80
[main] - ROOT/webroot/index.php, line 39
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/paradigm/vendor/cakephp/cakephp/src/Error/Debugger.php:822) [APP/Controller/MainController.php, line 38]Code Context header("Content-Type: application/json; charset=UTF-8");
header("Access-Control-Allow-Methods: OPTIONS,GET,POST,PUT,DELETE");
header("Access-Control-Max-Age: 3600");
header - [internal], line ??
App\Controller\MainController::initialize() - APP/Controller/MainController.php, line 38
Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 262
ReflectionClass::newInstance() - [internal], line ??
Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 77
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 90
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
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 80
[main] - ROOT/webroot/index.php, line 39
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/paradigm/vendor/cakephp/cakephp/src/Error/Debugger.php:822) [APP/Controller/MainController.php, line 39]Code Context header("Access-Control-Allow-Methods: OPTIONS,GET,POST,PUT,DELETE");
header("Access-Control-Max-Age: 3600");
header("Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With");
header - [internal], line ??
App\Controller\MainController::initialize() - APP/Controller/MainController.php, line 39
Cake\Controller\Controller::__construct() - CORE/src/Controller/Controller.php, line 262
ReflectionClass::newInstance() - [internal], line ??
Cake\Http\ControllerFactory::create() - CORE/src/Http/ControllerFactory.php, line 77
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 90
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
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 80
[main] - ROOT/webroot/index.php, line 39
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: etagMatches [CORE/src/Http/Response.php, line 1865]Code Context $timeMatches = strtotime($this->modified()) === strtotime($modifiedSince);
}
$checks = compact('etagMatches', 'timeMatches');
$request = object(Cake\Http\ServerRequest) {
params => [
'pass' => [
[maximum depth reached]
],
'controller' => 'Main',
'action' => 'error',
'plugin' => null,
'_ext' => 'xml',
'_matchedRoute' => '/**',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'REDIRECT_HTTP_AUTHORIZATION' => '',
'REDIRECT_STATUS' => '200',
'HTTP_AUTHORIZATION' => '',
'HTTP_X_FORWARDED_FOR' => '216.73.216.86',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_HOST' => 'paradigm24.in',
'HTTP_X_AMZN_TRACE_ID' => 'Root=1-6a8ea8ec-1522ddd55602fa0e21555f8e',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at paradigm24.in Port 80</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'paradigm24.in',
'SERVER_ADDR' => '172.31.45.231',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '172.31.41.112',
'DOCUMENT_ROOT' => '/var/www/html/paradigm/webroot',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/html/paradigm/webroot',
'SERVER_ADMIN' => 'admin@paradigm24.com',
'SCRIPT_FILENAME' => '/var/www/html/paradigm/webroot/index.php',
'REMOTE_PORT' => '62102',
'REDIRECT_URL' => '/sitemap.xml',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1787734252.695,
'REQUEST_TIME' => (int) 1787734252,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTPS' => false,
'HTTP_REFERER' => null,
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
[maximum depth reached]
],
'post' => [
[maximum depth reached]
],
'put' => [
[maximum depth reached]
],
'patch' => [
[maximum depth reached]
],
'delete' => [
[maximum depth reached]
],
'head' => [
[maximum depth reached]
],
'options' => [
[maximum depth reached]
],
'ssl' => [
[maximum depth reached]
],
'ajax' => [
[maximum depth reached]
],
'flash' => [
[maximum depth reached]
],
'requested' => [
[maximum depth reached]
],
'json' => [
[maximum depth reached]
],
'xml' => [
[maximum depth reached]
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Network\Session) {}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
$etags = []
$modifiedSince = null
$responseTag = nullcompact - [internal], line ??
Cake\Http\Response::checkNotModified() - CORE/src/Http/Response.php, line 1865
Cake\Controller\Component\RequestHandlerComponent::beforeRender() - CORE/src/Controller/Component/RequestHandlerComponent.php, line 332
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 414
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 391
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 78
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 610
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Notice (8): compact() [<a href='http://php.net/function.compact'>function.compact</a>]: Undefined variable: timeMatches [CORE/src/Http/Response.php, line 1865]Code Context $timeMatches = strtotime($this->modified()) === strtotime($modifiedSince);
}
$checks = compact('etagMatches', 'timeMatches');
$request = object(Cake\Http\ServerRequest) {
params => [
'pass' => [
[maximum depth reached]
],
'controller' => 'Main',
'action' => 'error',
'plugin' => null,
'_ext' => 'xml',
'_matchedRoute' => '/**',
'isAjax' => false
]
data => []
query => []
cookies => []
url => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
trustProxy => false
[protected] _environment => [
'REDIRECT_HTTP_AUTHORIZATION' => '',
'REDIRECT_STATUS' => '200',
'HTTP_AUTHORIZATION' => '',
'HTTP_X_FORWARDED_FOR' => '216.73.216.86',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_HOST' => 'paradigm24.in',
'HTTP_X_AMZN_TRACE_ID' => 'Root=1-6a8ea8ec-1522ddd55602fa0e21555f8e',
'HTTP_ACCEPT' => '*/*',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin',
'SERVER_SIGNATURE' => '<address>Apache/2.4.41 (Ubuntu) Server at paradigm24.in Port 80</address>
',
'SERVER_SOFTWARE' => 'Apache/2.4.41 (Ubuntu)',
'SERVER_NAME' => 'paradigm24.in',
'SERVER_ADDR' => '172.31.45.231',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '172.31.41.112',
'DOCUMENT_ROOT' => '/var/www/html/paradigm/webroot',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/var/www/html/paradigm/webroot',
'SERVER_ADMIN' => 'admin@paradigm24.com',
'SCRIPT_FILENAME' => '/var/www/html/paradigm/webroot/index.php',
'REMOTE_PORT' => '62102',
'REDIRECT_URL' => '/sitemap.xml',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.1',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/sitemap.xml',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => (float) 1787734252.695,
'REQUEST_TIME' => (int) 1787734252,
'ORIGINAL_REQUEST_METHOD' => 'GET',
'HTTPS' => false,
'HTTP_REFERER' => null,
'HTTP_X_REQUESTED_WITH' => null,
'HTTP_IF_NONE_MATCH' => null,
'HTTP_IF_MODIFIED_SINCE' => null
]
[protected] _input => null
[protected] _detectors => [
'get' => [
[maximum depth reached]
],
'post' => [
[maximum depth reached]
],
'put' => [
[maximum depth reached]
],
'patch' => [
[maximum depth reached]
],
'delete' => [
[maximum depth reached]
],
'head' => [
[maximum depth reached]
],
'options' => [
[maximum depth reached]
],
'ssl' => [
[maximum depth reached]
],
'ajax' => [
[maximum depth reached]
],
'flash' => [
[maximum depth reached]
],
'requested' => [
[maximum depth reached]
],
'json' => [
[maximum depth reached]
],
'xml' => [
[maximum depth reached]
],
'mobile' => object(Closure) {},
'tablet' => object(Closure) {}
]
[protected] _detectorCache => [
'ajax' => false,
'get' => true,
'head' => false,
'options' => false
]
[protected] stream => object(Zend\Diactoros\PhpInputStream) {}
[protected] uri => object(Zend\Diactoros\Uri) {}
[protected] session => object(Cake\Network\Session) {}
[protected] attributes => []
[protected] emulatedAttributes => [
(int) 0 => 'session',
(int) 1 => 'webroot',
(int) 2 => 'base',
(int) 3 => 'params'
]
[protected] uploadedFiles => []
[protected] protocol => null
[protected] requestTarget => null
}
$etags = []
$modifiedSince = null
$responseTag = nullcompact - [internal], line ??
Cake\Http\Response::checkNotModified() - CORE/src/Http/Response.php, line 1865
Cake\Controller\Component\RequestHandlerComponent::beforeRender() - CORE/src/Controller/Component/RequestHandlerComponent.php, line 332
Cake\Event\EventManager::_callListener() - CORE/src/Event/EventManager.php, line 414
Cake\Event\EventManager::dispatch() - CORE/src/Event/EventManager.php, line 391
Cake\Controller\Controller::dispatchEvent() - CORE/src/Event/EventDispatcherTrait.php, line 78
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 610
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 125
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 93
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 78
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 59
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\AssetMiddleware::__invoke() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 93
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Error\Middleware\ErrorHandlerMiddleware::__invoke() - CORE/src/Error/Middleware/ErrorHandlerMiddleware.php, line 92
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'having'
$sql = 'SELECT Profile.id AS `Profile__id`, Profile.profile AS `Profile__profile`, Profile.user_id AS `Profile__user_id`, Profile.student_id AS `Profile__student_id`, Profile.display_logo AS `Profile__display_logo`, Profile.created_at AS `Profile__created_at`, Profile.modified_at AS `Profile__modified_at` FROM users_profile Profile WHERE display_logo = :c0'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Profile__id' => 'integer',
'Profile.id' => 'integer',
'id' => 'integer',
'Profile__profile' => 'string',
'Profile.profile' => 'string',
'profile' => 'string',
'Profile__user_id' => 'integer',
'Profile.user_id' => 'integer',
'user_id' => 'integer',
'Profile__student_id' => 'integer',
'Profile.student_id' => 'integer',
'student_id' => 'integer',
'Profile__display_logo' => 'integer',
'Profile.display_logo' => 'integer',
'display_logo' => 'integer',
'Profile__created_at' => 'datetime',
'Profile.created_at' => 'datetime',
'created_at' => 'datetime',
'Profile__modified_at' => 'datetime',
'Profile.modified_at' => 'datetime',
'modified_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\ProfileTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 1
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
call_user_func - [internal], line ??
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'order'
$sql = 'SELECT Profile.id AS `Profile__id`, Profile.profile AS `Profile__profile`, Profile.user_id AS `Profile__user_id`, Profile.student_id AS `Profile__student_id`, Profile.display_logo AS `Profile__display_logo`, Profile.created_at AS `Profile__created_at`, Profile.modified_at AS `Profile__modified_at` FROM users_profile Profile WHERE display_logo = :c0'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Profile__id' => 'integer',
'Profile.id' => 'integer',
'id' => 'integer',
'Profile__profile' => 'string',
'Profile.profile' => 'string',
'profile' => 'string',
'Profile__user_id' => 'integer',
'Profile.user_id' => 'integer',
'user_id' => 'integer',
'Profile__student_id' => 'integer',
'Profile.student_id' => 'integer',
'student_id' => 'integer',
'Profile__display_logo' => 'integer',
'Profile.display_logo' => 'integer',
'display_logo' => 'integer',
'Profile__created_at' => 'datetime',
'Profile.created_at' => 'datetime',
'created_at' => 'datetime',
'Profile__modified_at' => 'datetime',
'Profile.modified_at' => 'datetime',
'modified_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\ProfileTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 1
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
call_user_func - [internal], line ??
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'limit'
$sql = 'SELECT Profile.id AS `Profile__id`, Profile.profile AS `Profile__profile`, Profile.user_id AS `Profile__user_id`, Profile.student_id AS `Profile__student_id`, Profile.display_logo AS `Profile__display_logo`, Profile.created_at AS `Profile__created_at`, Profile.modified_at AS `Profile__modified_at` FROM users_profile Profile WHERE display_logo = :c0'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Profile__id' => 'integer',
'Profile.id' => 'integer',
'id' => 'integer',
'Profile__profile' => 'string',
'Profile.profile' => 'string',
'profile' => 'string',
'Profile__user_id' => 'integer',
'Profile.user_id' => 'integer',
'user_id' => 'integer',
'Profile__student_id' => 'integer',
'Profile.student_id' => 'integer',
'student_id' => 'integer',
'Profile__display_logo' => 'integer',
'Profile.display_logo' => 'integer',
'display_logo' => 'integer',
'Profile__created_at' => 'datetime',
'Profile.created_at' => 'datetime',
'created_at' => 'datetime',
'Profile__modified_at' => 'datetime',
'Profile.modified_at' => 'datetime',
'modified_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\ProfileTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 1
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
call_user_func - [internal], line ??
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'offset'
$sql = 'SELECT Profile.id AS `Profile__id`, Profile.profile AS `Profile__profile`, Profile.user_id AS `Profile__user_id`, Profile.student_id AS `Profile__student_id`, Profile.display_logo AS `Profile__display_logo`, Profile.created_at AS `Profile__created_at`, Profile.modified_at AS `Profile__modified_at` FROM users_profile Profile WHERE display_logo = :c0'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Profile__id' => 'integer',
'Profile.id' => 'integer',
'id' => 'integer',
'Profile__profile' => 'string',
'Profile.profile' => 'string',
'profile' => 'string',
'Profile__user_id' => 'integer',
'Profile.user_id' => 'integer',
'user_id' => 'integer',
'Profile__student_id' => 'integer',
'Profile.student_id' => 'integer',
'student_id' => 'integer',
'Profile__display_logo' => 'integer',
'Profile.display_logo' => 'integer',
'display_logo' => 'integer',
'Profile__created_at' => 'datetime',
'Profile.created_at' => 'datetime',
'created_at' => 'datetime',
'Profile__modified_at' => 'datetime',
'Profile.modified_at' => 'datetime',
'modified_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\ProfileTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 1
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
call_user_func - [internal], line ??
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'SELECT Profile.id AS `Profile__id`, Profile.profile AS `Profile__profile`, Profile.user_id AS `Profile__user_id`, Profile.student_id AS `Profile__student_id`, Profile.display_logo AS `Profile__display_logo`, Profile.created_at AS `Profile__created_at`, Profile.modified_at AS `Profile__modified_at` FROM users_profile Profile WHERE display_logo = :c0'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Profile__id' => 'integer',
'Profile.id' => 'integer',
'id' => 'integer',
'Profile__profile' => 'string',
'Profile.profile' => 'string',
'profile' => 'string',
'Profile__user_id' => 'integer',
'Profile.user_id' => 'integer',
'user_id' => 'integer',
'Profile__student_id' => 'integer',
'Profile.student_id' => 'integer',
'student_id' => 'integer',
'Profile__display_logo' => 'integer',
'Profile.display_logo' => 'integer',
'display_logo' => 'integer',
'Profile__created_at' => 'datetime',
'Profile.created_at' => 'datetime',
'created_at' => 'datetime',
'Profile__modified_at' => 'datetime',
'Profile.modified_at' => 'datetime',
'modified_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(Admin\Model\Table\ProfileTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 1
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
call_user_func - [internal], line ??
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'where'
$sql = 'SELECT Requests.id AS `Requests__id`, Requests.url AS `Requests__url`, Requests.content_type AS `Requests__content_type`, Requests.status_code AS `Requests__status_code`, Requests.method AS `Requests__method`, Requests.requested_at AS `Requests__requested_at` FROM requests Requests'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'text',
'Requests.url' => 'text',
'url' => 'text',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
DebugKit\Panel\HistoryPanel::data() - ROOT/vendor/cakephp/debug_kit/src/Panel/HistoryPanel.php, line 36
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'having'
$sql = 'SELECT Requests.id AS `Requests__id`, Requests.url AS `Requests__url`, Requests.content_type AS `Requests__content_type`, Requests.status_code AS `Requests__status_code`, Requests.method AS `Requests__method`, Requests.requested_at AS `Requests__requested_at` FROM requests Requests'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'text',
'Requests.url' => 'text',
'url' => 'text',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
DebugKit\Panel\HistoryPanel::data() - ROOT/vendor/cakephp/debug_kit/src/Panel/HistoryPanel.php, line 36
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = (int) 10
$name = 'limit'
$sql = 'SELECT Requests.id AS `Requests__id`, Requests.url AS `Requests__url`, Requests.content_type AS `Requests__content_type`, Requests.status_code AS `Requests__status_code`, Requests.method AS `Requests__method`, Requests.requested_at AS `Requests__requested_at` FROM requests Requests ORDER BY Requests.requested_at DESC'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'text',
'Requests.url' => 'text',
'url' => 'text',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
DebugKit\Panel\HistoryPanel::data() - ROOT/vendor/cakephp/debug_kit/src/Panel/HistoryPanel.php, line 36
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'offset'
$sql = 'SELECT Requests.id AS `Requests__id`, Requests.url AS `Requests__url`, Requests.content_type AS `Requests__content_type`, Requests.status_code AS `Requests__status_code`, Requests.method AS `Requests__method`, Requests.requested_at AS `Requests__requested_at` FROM requests Requests ORDER BY Requests.requested_at DESC LIMIT 10'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'text',
'Requests.url' => 'text',
'url' => 'text',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
DebugKit\Panel\HistoryPanel::data() - ROOT/vendor/cakephp/debug_kit/src/Panel/HistoryPanel.php, line 36
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'SELECT Requests.id AS `Requests__id`, Requests.url AS `Requests__url`, Requests.content_type AS `Requests__content_type`, Requests.status_code AS `Requests__status_code`, Requests.method AS `Requests__method`, Requests.requested_at AS `Requests__requested_at` FROM requests Requests ORDER BY Requests.requested_at DESC LIMIT 10'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'text',
'Requests.url' => 'text',
'url' => 'text',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Query::_execute() - CORE/src/ORM/Query.php, line 1011
Cake\ORM\Query::_all() - CORE/src/Datasource/QueryTrait.php, line 276
Cake\ORM\Query::all() - CORE/src/ORM/Query.php, line 959
Cake\ORM\Query::toArray() - CORE/src/Datasource/QueryTrait.php, line 293
DebugKit\Panel\HistoryPanel::data() - ROOT/vendor/cakephp/debug_kit/src/Panel/HistoryPanel.php, line 36
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'url',
(int) 1 => 'content_type',
(int) 2 => 'status_code',
(int) 3 => 'method',
(int) 4 => 'requested_at',
(int) 5 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO requests (url, content_type, status_code, method, requested_at, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'text',
'Requests.url' => 'text',
'url' => 'text',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO requests (url, content_type, status_code, method, requested_at, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Requests__id' => 'uuid',
'Requests.id' => 'uuid',
'id' => 'uuid',
'Requests__url' => 'text',
'Requests.url' => 'text',
'url' => 'text',
'Requests__content_type' => 'string',
'Requests.content_type' => 'string',
'content_type' => 'string',
'Requests__status_code' => 'integer',
'Requests.status_code' => 'integer',
'status_code' => 'integer',
'Requests__method' => 'string',
'Requests.method' => 'string',
'method' => 'string',
'Requests__requested_at' => 'datetime',
'Requests.requested_at' => 'datetime',
'requested_at' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\RequestsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = object(Cake\Database\Expression\ValuesExpression) {
[protected] _values => [
(int) 0 => [
[maximum depth reached]
]
]
[protected] _columns => [
(int) 0 => 'request_id',
(int) 1 => 'panel',
(int) 2 => 'title',
(int) 3 => 'element',
(int) 4 => 'summary',
(int) 5 => 'content',
(int) 6 => 'id'
]
[protected] _query => null
[protected] _castedExpressions => false
[protected] _typeMap => object(Cake\Database\TypeMap) {}
}
$name = 'values'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => []
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (2): count() [<a href='http://php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [CORE/src/Database/QueryCompiler.php, line 128]Code Context {
return function ($parts, $name) use (&$sql, $query, $generator) {
if (!count($parts)) {
$parts = null
$name = 'epilog'
$sql = 'INSERT INTO panels (request_id, panel, title, element, summary, content, id) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)'
$query = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SQL could not be generated for this query as it is incomplete.',
'params' => [],
'defaultTypes' => [
'Panels__id' => 'uuid',
'Panels.id' => 'uuid',
'id' => 'uuid',
'Panels__request_id' => 'uuid',
'Panels.request_id' => 'uuid',
'request_id' => 'uuid',
'Panels__panel' => 'string',
'Panels.panel' => 'string',
'panel' => 'string',
'Panels__title' => 'string',
'Panels.title' => 'string',
'title' => 'string',
'Panels__element' => 'string',
'Panels.element' => 'string',
'element' => 'string',
'Panels__summary' => 'string',
'Panels.summary' => 'string',
'summary' => 'string',
'Panels__content' => 'binary',
'Panels.content' => 'binary',
'content' => 'binary'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(DebugKit\Model\Table\PanelsTable) {}
}
$generator = object(Cake\Database\ValueBinder) {
[protected] _bindings => [
':c0' => [
[maximum depth reached]
],
':c1' => [
[maximum depth reached]
],
':c2' => [
[maximum depth reached]
],
':c3' => [
[maximum depth reached]
],
':c4' => [
[maximum depth reached]
],
':c5' => [
[maximum depth reached]
],
':c6' => [
[maximum depth reached]
]
]
[protected] _bindingsCount => (int) 0
}count - [internal], line ??
Cake\Database\QueryCompiler::Cake\Database\{closure}() - CORE/src/Database/QueryCompiler.php, line 128
Cake\Database\Query::traverse() - CORE/src/Database/Query.php, line 311
Cake\Database\QueryCompiler::compile() - CORE/src/Database/QueryCompiler.php, line 99
Cake\Database\Driver::compileQuery() - CORE/src/Database/Driver.php, line 359
Cake\Database\Connection::compileQuery() - CORE/src/Database/Connection.php, line 299
Cake\Database\Query::sql() - CORE/src/Database/Query.php, line 282
Cake\ORM\Query::sql() - CORE/src/ORM/Query.php, line 990
Cake\Database\Driver\Mysql::prepare() - CORE/src/Database/Driver/Mysql.php, line 136
Cake\Database\Connection::prepare() - CORE/src/Database/Connection.php, line 258
Cake\Database\Connection::run() - CORE/src/Database/Connection.php, line 311
Cake\Database\Query::execute() - CORE/src/Database/Query.php, line 213
Cake\ORM\Table::_insert() - CORE/src/ORM/Table.php, line 1916
Cake\ORM\Table::_processSave() - CORE/src/ORM/Table.php, line 1810
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1723
Cake\ORM\Table::Cake\ORM\{closure}() - CORE/src/ORM/Table.php, line 1446
Cake\Database\Connection::transactional() - CORE/src/Database/Connection.php, line 680
Warning (512): Unable to emit headers. Headers sent in file=/var/www/html/paradigm/vendor/cakephp/cakephp/src/Error/Debugger.php line=822 [CORE/src/Http/ResponseEmitter.php, line 48]Code Context $message = "Unable to emit headers. Headers sent in file=$file line=$line";
if (Configure::read('debug')) {
trigger_error($message, E_USER_WARNING);
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'application/xml',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
$maxBufferLength = (int) 8192
$file = '/var/www/html/paradigm/vendor/cakephp/cakephp/src/Error/Debugger.php'
$line = (int) 822
$message = 'Unable to emit headers. Headers sent in file=/var/www/html/paradigm/vendor/cakephp/cakephp/src/Error/Debugger.php line=822'Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 48
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 39
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/paradigm/vendor/cakephp/cakephp/src/Error/Debugger.php:822) [CORE/src/Http/ResponseEmitter.php, line 148]Code Context $response->getProtocolVersion(),
$response->getStatusCode(),
($reasonPhrase ? ' ' . $reasonPhrase : '')
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'application/xml',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
$reasonPhrase = 'OK'header - [internal], line ??
Cake\Http\ResponseEmitter::emitStatusLine() - CORE/src/Http/ResponseEmitter.php, line 148
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 54
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 39
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/paradigm/vendor/cakephp/cakephp/src/Error/Debugger.php:822) [CORE/src/Http/ResponseEmitter.php, line 177]Code Context $first = true;
foreach ($values as $value) {
header(sprintf(
$response = object(Cake\Http\Response) {
'status' => (int) 200,
'contentType' => 'application/xml',
'headers' => [
'Content-Type' => [
[maximum depth reached]
]
],
'file' => null,
'fileRange' => [],
'cookies' => [],
'cacheDirectives' => [],
'body' => ''
}
$cookies = []
$values = [
(int) 0 => 'application/xml; charset=UTF-8'
]
$name = 'Content-Type'
$first = true
$value = 'application/xml; charset=UTF-8'header - [internal], line ??
Cake\Http\ResponseEmitter::emitHeaders() - CORE/src/Http/ResponseEmitter.php, line 177
Cake\Http\ResponseEmitter::emit() - CORE/src/Http/ResponseEmitter.php, line 55
Cake\Http\Server::emit() - CORE/src/Http/Server.php, line 106
[main] - ROOT/webroot/index.php, line 39
1
paradigm.pteonline@gmail.com
200
199
299
25
99
999
live
508
1654835927888.png
10625
1
5/31/22, 3:05 PM
6/10/22, 10:10 AM
509
16548360831010.png
10620
1
5/31/22, 4:25 PM
6/10/22, 10:11 AM
510
16548361481717.png
10633
1
6/7/22, 9:44 AM
6/10/22, 10:12 AM
511
165477161644.png
10632
1
6/9/22, 4:16 PM
6/9/22, 4:17 PM
512
16547720365555.png
10634
1
6/9/22, 4:23 PM
6/16/22, 12:09 PM
513
1654772543666.png
10631
1
6/9/22, 4:32 PM
6/9/22, 4:33 PM
514
16547727167777.png
10630
1
6/9/22, 4:35 PM
6/9/22, 4:35 PM
515
16548361941616.png
10619
1
6/10/22, 10:13 AM
6/10/22, 10:13 AM
516
16548362591313.png
10618
1
6/10/22, 10:14 AM
6/10/22, 10:14 AM
517
16548363101515.png
10617
1
6/10/22, 10:15 AM
6/10/22, 10:15 AM
518
16548363901212.png
10616
1
6/10/22, 10:16 AM
6/10/22, 10:16 AM
519
1654836427999.png
10615
1
6/10/22, 10:17 AM
6/10/22, 10:17 AM
520
16548365111414.png
10614
1
6/10/22, 10:18 AM
6/10/22, 10:18 AM
580
1688203407pexels-james-wheeler-1519088.jpg
13051
1
3/25/23, 9:55 AM
6/15/24, 2:44 PM
621
16989357545926AD64-95CB-4840-A97D-5A3FFC56DB4D.png
11766
1
11/2/23, 8:05 PM
6/21/25, 2:20 PM
762
17254519965a73a22e-b9a2-47b3-9e47-bef936c5a330.jpeg
20348
1
9/4/24, 5:43 PM
11/26/25, 10:15 AM