Notice (8): Undefined offset: 1 [APP/Controller/PeopleController.php, line 55]Code Context $f_2 = explode("=", $f_1);
$f_3 = explode(",", $f_2[1]);
foreach($f_3 as $fk => $fv) {
$params = 'en'
$Menus = object(App\Controller\MenusController) {
helpers => [
'Html' => null,
'Form' => null
]
request => object(Cake\Http\ServerRequest) {}
response => object(Cake\Http\Response) {}
paginate => []
components => []
View => null
passedArgs => []
modelClass => 'Menus'
viewClass => null
viewVars => [
'filter_controller' => 'people',
'content_filter' => [
[maximum depth reached]
],
'authUser' => null
]
RequestHandler => object(Cake\Controller\Component\RequestHandlerComponent) {}
Flash => object(Cake\Controller\Component\FlashComponent) {}
Auth => object(Cake\Controller\Component\AuthComponent) {}
People => object(App\Model\Table\PeopleTable) {}
[protected] name => 'Menus'
[protected] _responseClass => 'Cake\Http\Response'
[protected] autoRender => true
[protected] _components => object(Cake\Controller\ComponentRegistry) {}
[protected] _validViewOptions => [
(int) 0 => 'passedArgs'
]
[protected] plugin => null
[protected] _eventManager => object(Cake\Event\EventManager) {}
[protected] _eventClass => 'Cake\Event\Event'
[protected] _tableLocator => object(Cake\ORM\Locator\TableLocator) {}
[protected] _modelFactories => [
'Table' => [
[maximum depth reached]
]
]
[protected] _modelType => 'Table'
[protected] _viewBuilder => null
}
$filterQuery = object(Cake\ORM\Query) {
'(help)' => 'This is a Query object, to get the results execute or iterate it.',
'sql' => 'SELECT People.id AS `People__id`, People.firstname AS `People__firstname`, People.lastname AS `People__lastname`, People.gender AS `People__gender`, People.username AS `People__username`, People.group_id AS `People__group_id`, People.password AS `People__password`, People.slug AS `People__slug`, People.email AS `People__email`, People.website AS `People__website`, People.phone AS `People__phone`, People.fax AS `People__fax`, People.shortcv AS `People__shortcv`, People.servicebox AS `People__servicebox`, People.function AS `People__function`, People.affiliation AS `People__affiliation`, People.nationality AS `People__nationality`, People.image AS `People__image`, People.date_from AS `People__date_from`, People.date_to AS `People__date_to`, People.active AS `People__active`, People.created AS `People__created`, People.modified AS `People__modified` FROM people People WHERE People.active = :c0',
'params' => [
':c0' => [
[maximum depth reached]
]
],
'defaultTypes' => [
'People__id' => 'integer',
'People.id' => 'integer',
'id' => 'integer',
'People__firstname' => 'string',
'People.firstname' => 'string',
'firstname' => 'string',
'People__lastname' => 'string',
'People.lastname' => 'string',
'lastname' => 'string',
'People__gender' => 'string',
'People.gender' => 'string',
'gender' => 'string',
'People__username' => 'string',
'People.username' => 'string',
'username' => 'string',
'People__group_id' => 'integer',
'People.group_id' => 'integer',
'group_id' => 'integer',
'People__password' => 'string',
'People.password' => 'string',
'password' => 'string',
'People__slug' => 'string',
'People.slug' => 'string',
'slug' => 'string',
'People__email' => 'string',
'People.email' => 'string',
'email' => 'string',
'People__website' => 'string',
'People.website' => 'string',
'website' => 'string',
'People__phone' => 'string',
'People.phone' => 'string',
'phone' => 'string',
'People__fax' => 'string',
'People.fax' => 'string',
'fax' => 'string',
'People__shortcv' => 'text',
'People.shortcv' => 'text',
'shortcv' => 'text',
'People__servicebox' => 'text',
'People.servicebox' => 'text',
'servicebox' => 'text',
'People__function' => 'string',
'People.function' => 'string',
'function' => 'string',
'People__affiliation' => 'string',
'People.affiliation' => 'string',
'affiliation' => 'string',
'People__nationality' => 'string',
'People.nationality' => 'string',
'nationality' => 'string',
'People__image' => 'string',
'People.image' => 'string',
'image' => 'string',
'People__date_from' => 'date',
'People.date_from' => 'date',
'date_from' => 'date',
'People__date_to' => 'date',
'People.date_to' => 'date',
'date_to' => 'date',
'People__active' => 'boolean',
'People.active' => 'boolean',
'active' => 'boolean',
'People__created' => 'datetime',
'People.created' => 'datetime',
'created' => 'datetime',
'People__modified' => 'datetime',
'People.modified' => 'datetime',
'modified' => 'datetime'
],
'decorators' => (int) 0,
'executed' => false,
'hydrate' => true,
'buffered' => true,
'formatters' => (int) 0,
'mapReducers' => (int) 0,
'contain' => [],
'matching' => [],
'extraOptions' => [],
'repository' => object(App\Model\Table\PeopleTable) {}
}
$filters = [
(int) 0 => 'en'
]
$f_1 = 'en'
$f_2 = [
(int) 0 => 'en'
]
App\Controller\PeopleController::index() - APP/Controller/PeopleController.php, line 55
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 610
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Routing\Dispatcher::dispatch() - CORE/src/Routing/Dispatcher.php, line 67
Cake\Controller\Controller::requestAction() - CORE/src/Routing/RequestActionTrait.php, line 181
App\Controller\MenusController::actionRequest() - APP/Controller/MenusController.php, line 822
eval - APP/Controller/MenusController.php(439) : eval()'d code, line 1
App\Controller\MenusController::index() - APP/Controller/MenusController.php, line 439
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 610
Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120
Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94
Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 235
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Http\Middleware\SecurityHeadersMiddleware::__invoke() - CORE/src/Http/Middleware/SecurityHeadersMiddleware.php, line 254
Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65
Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162
Former Officers
McGill University, Montreal
KLI for Evolution and Cognition Research, Altenberg
Federal University of ABC, Sao Paulo
KLI for Evolution and Cognition Research
University Campus Bio-Medico of Rome
Mississippi State University & Univiersity of Mississippi Medical Center