LIST (2000-2000)Notice (8): Trying to access array offset on value of type null [ROOT/templates/Satelliteprogrammes/view.php, line 140]Code Context foreach ($sat['satelliteinstruments'] as $satinst) {
$satinst['instrument']['acro_sort'] = strtolower($satinst['instrument']['acronym']);
$instruments[] = $satinst['instrument'];
$templateFile = '/var/www/webroot/oscar-uat/templates/Satelliteprogrammes/view.php'
$dataForView = [
'satelliteprogramme' => [
'id' => (int) 95,
'acronym' => 'LIST',
'name' => 'Lidar Surface Topography',
'description' => '<ul>
<li>Single-satellite programme, addressing land topography.</li>
<li>Programme in the framework of the NASA Earth Science Decadal Survey: NASA Goddard Space Flight Center (GSFC) leader.</li>
<li>The platform is actively stabilised over 3 axes.</li>
<li>The design life time of the satellites is 3 years.</li>
<li>Sunsynchronous orbit TBD.</li>
<li>See details at <a href="http://decadal.gsfc.nasa.gov/LIST.html">http://decadal.gsfc.nasa.gov/LIST.html</a>.</li>
</ul>',
'datacirculation' => '<ul>
<li>TBD.</li>
</ul>',
'spaceagency_id' => (int) 29,
'satelliteprogrammeclassification_id' => (int) 2,
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'slug' => 'list',
'otheragencies' => [],
'spaceagency' => [
'id' => (int) 29,
'acronym' => 'NASA',
'name' => 'National Aeronautics and Space Administration',
'image' => resource,
'country_id' => 'USA',
'url' => 'http://www.nasa.gov',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'slug' => 'nasa'
],
'satellites' => [
(int) 0 => [
[maximum depth reached]
]
],
'start' => '0',
'end' => '0',
'number_sat' => (int) 1
],
'neighbors' => [
'prev' => [
'slug' => 'ldcm'
],
'next' => [
'slug' => 'megha_tropiques'
]
]
]
$satelliteprogramme = [
'id' => (int) 95,
'acronym' => 'LIST',
'name' => 'Lidar Surface Topography',
'description' => '<ul>
<li>Single-satellite programme, addressing land topography.</li>
<li>Programme in the framework of the NASA Earth Science Decadal Survey: NASA Goddard Space Flight Center (GSFC) leader.</li>
<li>The platform is actively stabilised over 3 axes.</li>
<li>The design life time of the satellites is 3 years.</li>
<li>Sunsynchronous orbit TBD.</li>
<li>See details at <a href="http://decadal.gsfc.nasa.gov/LIST.html">http://decadal.gsfc.nasa.gov/LIST.html</a>.</li>
</ul>',
'datacirculation' => '<ul>
<li>TBD.</li>
</ul>',
'spaceagency_id' => (int) 29,
'satelliteprogrammeclassification_id' => (int) 2,
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {
'time' => '2013-02-22 01:38:57.000000+00:00',
'timezone' => 'UTC',
'fixedNowTime' => false
},
'slug' => 'list',
'otheragencies' => [],
'spaceagency' => [
'id' => (int) 29,
'acronym' => 'NASA',
'name' => 'National Aeronautics and Space Administration',
'image' => resource,
'country_id' => 'USA',
'url' => 'http://www.nasa.gov',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'slug' => 'nasa'
],
'satellites' => [
(int) 0 => [
'id' => (int) 515,
'acronym' => 'LIST',
'satelliteprogramme_id' => (int) 95,
'slug' => 'list',
'launch_day' => '0',
'launch_month' => '0',
'launch_year' => '0',
'eol_day' => '0',
'eol_month' => '0',
'eol_year' => '0',
'satelliteinstruments' => [
[maximum depth reached]
]
]
],
'start' => '0',
'end' => '0',
'number_sat' => (int) 1
]
$neighbors = [
'prev' => [
'slug' => 'ldcm'
],
'next' => [
'slug' => 'megha_tropiques'
]
]
$sat = [
'id' => (int) 515,
'acronym' => 'LIST',
'satelliteprogramme_id' => (int) 95,
'slug' => 'list',
'launch_day' => '0',
'launch_month' => '0',
'launch_year' => '0',
'eol_day' => '0',
'eol_month' => '0',
'eol_year' => '0',
'satelliteinstruments' => [
(int) 0 => [
'id' => (int) 6095,
'instrument_id' => (int) 0,
'satellite_id' => (int) 515,
'startdate' => null,
'startdate_reliability' => 'assumed',
'eoldate' => null,
'eoldate_reliability' => 'assumed',
'status' => 'N/A',
'status_history' => 'never degraded',
'nrt_availability' => null,
'nrt_hyperlink' => '',
'gsics_availability' => null,
'gsics_hyperlink' => null,
'data_access_link' => '',
'comment' => '',
'instrument' => null
]
]
]
$launchDate = '0-0-0'
$eolDate = '0-0-0'
$instruments = []
$satinst = [
'id' => (int) 6095,
'instrument_id' => (int) 0,
'satellite_id' => (int) 515,
'startdate' => null,
'startdate_reliability' => 'assumed',
'eoldate' => null,
'eoldate_reliability' => 'assumed',
'status' => 'N/A',
'status_history' => 'never degraded',
'nrt_availability' => null,
'nrt_hyperlink' => '',
'gsics_availability' => null,
'gsics_hyperlink' => null,
'data_access_link' => '',
'comment' => '',
'instrument' => null
]include - ROOT/templates/Satelliteprogrammes/view.php, line 140
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1160
Cake\View\View::_render() - CORE/src/View/View.php, line 1121
Cake\View\View::render() - CORE/src/View/View.php, line 751
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 688
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 530
Cake\Controller\ControllerFactory::invoke() - CORE/src/Controller/ControllerFactory.php, line 79
Cake\Http\BaseApplication::handle() - CORE/src/Http/BaseApplication.php, line 229
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Http\Middleware\CsrfProtectionMiddleware::process() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 128
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 58
Cake\Routing\Middleware\RoutingMiddleware::process() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Routing\Middleware\AssetMiddleware::process() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 68
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Notice (8): Undefined index: id [APP/View/Helper/MathformatHelper.php, line 108]Code Context // set up the value in the array
$arySort[$aryRow[$strIndex]] = $aryRow[$strSortBy];
$aryData = [
(int) 0 => [
'acro_sort' => ''
]
]
$strIndex = 'id'
$strSortBy = 'acro_sort'
$strSortType = false
$arySort = []
$aryResult = []
$aryRow = [
'acro_sort' => ''
]
App\View\Helper\MathformatHelper::array_natsort() - APP/View/Helper/MathformatHelper.php, line 108
include - ROOT/templates/Satelliteprogrammes/view.php, line 143
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1160
Cake\View\View::_render() - CORE/src/View/View.php, line 1121
Cake\View\View::render() - CORE/src/View/View.php, line 751
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 688
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 530
Cake\Controller\ControllerFactory::invoke() - CORE/src/Controller/ControllerFactory.php, line 79
Cake\Http\BaseApplication::handle() - CORE/src/Http/BaseApplication.php, line 229
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Http\Middleware\CsrfProtectionMiddleware::process() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 128
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 58
Cake\Routing\Middleware\RoutingMiddleware::process() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Routing\Middleware\AssetMiddleware::process() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 68
Notice (8): Undefined index: id [APP/View/Helper/MathformatHelper.php, line 122]Code Context // if the key matches
if ($aryOriginal[$strIndex]==$arySortKey)
// add it to the output array
$aryData = [
(int) 0 => [
'acro_sort' => ''
]
]
$strIndex = 'id'
$strSortBy = 'acro_sort'
$strSortType = false
$arySort = [
'' => ''
]
$aryResult = []
$aryRow = [
'acro_sort' => ''
]
$arySorted = ''
$arySortKey = ''
$aryOriginal = [
'acro_sort' => ''
]
App\View\Helper\MathformatHelper::array_natsort() - APP/View/Helper/MathformatHelper.php, line 122
include - ROOT/templates/Satelliteprogrammes/view.php, line 143
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1160
Cake\View\View::_render() - CORE/src/View/View.php, line 1121
Cake\View\View::render() - CORE/src/View/View.php, line 751
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 688
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 530
Cake\Controller\ControllerFactory::invoke() - CORE/src/Controller/ControllerFactory.php, line 79
Cake\Http\BaseApplication::handle() - CORE/src/Http/BaseApplication.php, line 229
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Http\Middleware\CsrfProtectionMiddleware::process() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 128
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 58
Cake\Routing\Middleware\RoutingMiddleware::process() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Routing\Middleware\AssetMiddleware::process() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 68
Notice (8): Undefined index: acronym [ROOT/templates/Satelliteprogrammes/view.php, line 148]Code Context echo "<li>";
echo $this->Html->link($inst['acronym'], array('controller' => 'instruments', 'action' => 'view',$inst['slug']) );
$templateFile = '/var/www/webroot/oscar-uat/templates/Satelliteprogrammes/view.php'
$dataForView = [
'satelliteprogramme' => [
'id' => (int) 95,
'acronym' => 'LIST',
'name' => 'Lidar Surface Topography',
'description' => '<ul>
<li>Single-satellite programme, addressing land topography.</li>
<li>Programme in the framework of the NASA Earth Science Decadal Survey: NASA Goddard Space Flight Center (GSFC) leader.</li>
<li>The platform is actively stabilised over 3 axes.</li>
<li>The design life time of the satellites is 3 years.</li>
<li>Sunsynchronous orbit TBD.</li>
<li>See details at <a href="http://decadal.gsfc.nasa.gov/LIST.html">http://decadal.gsfc.nasa.gov/LIST.html</a>.</li>
</ul>',
'datacirculation' => '<ul>
<li>TBD.</li>
</ul>',
'spaceagency_id' => (int) 29,
'satelliteprogrammeclassification_id' => (int) 2,
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'slug' => 'list',
'otheragencies' => [],
'spaceagency' => [
'id' => (int) 29,
'acronym' => 'NASA',
'name' => 'National Aeronautics and Space Administration',
'image' => resource,
'country_id' => 'USA',
'url' => 'http://www.nasa.gov',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'slug' => 'nasa'
],
'satellites' => [
(int) 0 => [
[maximum depth reached]
]
],
'start' => '0',
'end' => '0',
'number_sat' => (int) 1
],
'neighbors' => [
'prev' => [
'slug' => 'ldcm'
],
'next' => [
'slug' => 'megha_tropiques'
]
]
]
$satelliteprogramme = [
'id' => (int) 95,
'acronym' => 'LIST',
'name' => 'Lidar Surface Topography',
'description' => '<ul>
<li>Single-satellite programme, addressing land topography.</li>
<li>Programme in the framework of the NASA Earth Science Decadal Survey: NASA Goddard Space Flight Center (GSFC) leader.</li>
<li>The platform is actively stabilised over 3 axes.</li>
<li>The design life time of the satellites is 3 years.</li>
<li>Sunsynchronous orbit TBD.</li>
<li>See details at <a href="http://decadal.gsfc.nasa.gov/LIST.html">http://decadal.gsfc.nasa.gov/LIST.html</a>.</li>
</ul>',
'datacirculation' => '<ul>
<li>TBD.</li>
</ul>',
'spaceagency_id' => (int) 29,
'satelliteprogrammeclassification_id' => (int) 2,
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {
'time' => '2013-02-22 01:38:57.000000+00:00',
'timezone' => 'UTC',
'fixedNowTime' => false
},
'slug' => 'list',
'otheragencies' => [],
'spaceagency' => [
'id' => (int) 29,
'acronym' => 'NASA',
'name' => 'National Aeronautics and Space Administration',
'image' => resource,
'country_id' => 'USA',
'url' => 'http://www.nasa.gov',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'slug' => 'nasa'
],
'satellites' => [
(int) 0 => [
'id' => (int) 515,
'acronym' => 'LIST',
'satelliteprogramme_id' => (int) 95,
'slug' => 'list',
'launch_day' => '0',
'launch_month' => '0',
'launch_year' => '0',
'eol_day' => '0',
'eol_month' => '0',
'eol_year' => '0',
'satelliteinstruments' => [
[maximum depth reached]
]
]
],
'start' => '0',
'end' => '0',
'number_sat' => (int) 1
]
$neighbors = [
'prev' => [
'slug' => 'ldcm'
],
'next' => [
'slug' => 'megha_tropiques'
]
]
$sat = [
'id' => (int) 515,
'acronym' => 'LIST',
'satelliteprogramme_id' => (int) 95,
'slug' => 'list',
'launch_day' => '0',
'launch_month' => '0',
'launch_year' => '0',
'eol_day' => '0',
'eol_month' => '0',
'eol_year' => '0',
'satelliteinstruments' => [
(int) 0 => [
'id' => (int) 6095,
'instrument_id' => (int) 0,
'satellite_id' => (int) 515,
'startdate' => null,
'startdate_reliability' => 'assumed',
'eoldate' => null,
'eoldate_reliability' => 'assumed',
'status' => 'N/A',
'status_history' => 'never degraded',
'nrt_availability' => null,
'nrt_hyperlink' => '',
'gsics_availability' => null,
'gsics_hyperlink' => null,
'data_access_link' => '',
'comment' => '',
'instrument' => null
]
]
]
$launchDate = '0-0-0'
$eolDate = '0-0-0'
$instruments = [
(int) 0 => [
'acro_sort' => ''
]
]
$satinst = [
'id' => (int) 6095,
'instrument_id' => (int) 0,
'satellite_id' => (int) 515,
'startdate' => null,
'startdate_reliability' => 'assumed',
'eoldate' => null,
'eoldate_reliability' => 'assumed',
'status' => 'N/A',
'status_history' => 'never degraded',
'nrt_availability' => null,
'nrt_hyperlink' => '',
'gsics_availability' => null,
'gsics_hyperlink' => null,
'data_access_link' => '',
'comment' => '',
'instrument' => [
'acro_sort' => ''
]
]
$inst = [
'acro_sort' => ''
]include - ROOT/templates/Satelliteprogrammes/view.php, line 148
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1160
Cake\View\View::_render() - CORE/src/View/View.php, line 1121
Cake\View\View::render() - CORE/src/View/View.php, line 751
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 688
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 530
Cake\Controller\ControllerFactory::invoke() - CORE/src/Controller/ControllerFactory.php, line 79
Cake\Http\BaseApplication::handle() - CORE/src/Http/BaseApplication.php, line 229
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Http\Middleware\CsrfProtectionMiddleware::process() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 128
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 58
Cake\Routing\Middleware\RoutingMiddleware::process() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Routing\Middleware\AssetMiddleware::process() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 68
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Notice (8): Undefined index: slug [ROOT/templates/Satelliteprogrammes/view.php, line 148]Code Context echo "<li>";
echo $this->Html->link($inst['acronym'], array('controller' => 'instruments', 'action' => 'view',$inst['slug']) );
$templateFile = '/var/www/webroot/oscar-uat/templates/Satelliteprogrammes/view.php'
$dataForView = [
'satelliteprogramme' => [
'id' => (int) 95,
'acronym' => 'LIST',
'name' => 'Lidar Surface Topography',
'description' => '<ul>
<li>Single-satellite programme, addressing land topography.</li>
<li>Programme in the framework of the NASA Earth Science Decadal Survey: NASA Goddard Space Flight Center (GSFC) leader.</li>
<li>The platform is actively stabilised over 3 axes.</li>
<li>The design life time of the satellites is 3 years.</li>
<li>Sunsynchronous orbit TBD.</li>
<li>See details at <a href="http://decadal.gsfc.nasa.gov/LIST.html">http://decadal.gsfc.nasa.gov/LIST.html</a>.</li>
</ul>',
'datacirculation' => '<ul>
<li>TBD.</li>
</ul>',
'spaceagency_id' => (int) 29,
'satelliteprogrammeclassification_id' => (int) 2,
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'slug' => 'list',
'otheragencies' => [],
'spaceagency' => [
'id' => (int) 29,
'acronym' => 'NASA',
'name' => 'National Aeronautics and Space Administration',
'image' => resource,
'country_id' => 'USA',
'url' => 'http://www.nasa.gov',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'slug' => 'nasa'
],
'satellites' => [
(int) 0 => [
[maximum depth reached]
]
],
'start' => '0',
'end' => '0',
'number_sat' => (int) 1
],
'neighbors' => [
'prev' => [
'slug' => 'ldcm'
],
'next' => [
'slug' => 'megha_tropiques'
]
]
]
$satelliteprogramme = [
'id' => (int) 95,
'acronym' => 'LIST',
'name' => 'Lidar Surface Topography',
'description' => '<ul>
<li>Single-satellite programme, addressing land topography.</li>
<li>Programme in the framework of the NASA Earth Science Decadal Survey: NASA Goddard Space Flight Center (GSFC) leader.</li>
<li>The platform is actively stabilised over 3 axes.</li>
<li>The design life time of the satellites is 3 years.</li>
<li>Sunsynchronous orbit TBD.</li>
<li>See details at <a href="http://decadal.gsfc.nasa.gov/LIST.html">http://decadal.gsfc.nasa.gov/LIST.html</a>.</li>
</ul>',
'datacirculation' => '<ul>
<li>TBD.</li>
</ul>',
'spaceagency_id' => (int) 29,
'satelliteprogrammeclassification_id' => (int) 2,
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {
'time' => '2013-02-22 01:38:57.000000+00:00',
'timezone' => 'UTC',
'fixedNowTime' => false
},
'slug' => 'list',
'otheragencies' => [],
'spaceagency' => [
'id' => (int) 29,
'acronym' => 'NASA',
'name' => 'National Aeronautics and Space Administration',
'image' => resource,
'country_id' => 'USA',
'url' => 'http://www.nasa.gov',
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {},
'slug' => 'nasa'
],
'satellites' => [
(int) 0 => [
'id' => (int) 515,
'acronym' => 'LIST',
'satelliteprogramme_id' => (int) 95,
'slug' => 'list',
'launch_day' => '0',
'launch_month' => '0',
'launch_year' => '0',
'eol_day' => '0',
'eol_month' => '0',
'eol_year' => '0',
'satelliteinstruments' => [
[maximum depth reached]
]
]
],
'start' => '0',
'end' => '0',
'number_sat' => (int) 1
]
$neighbors = [
'prev' => [
'slug' => 'ldcm'
],
'next' => [
'slug' => 'megha_tropiques'
]
]
$sat = [
'id' => (int) 515,
'acronym' => 'LIST',
'satelliteprogramme_id' => (int) 95,
'slug' => 'list',
'launch_day' => '0',
'launch_month' => '0',
'launch_year' => '0',
'eol_day' => '0',
'eol_month' => '0',
'eol_year' => '0',
'satelliteinstruments' => [
(int) 0 => [
'id' => (int) 6095,
'instrument_id' => (int) 0,
'satellite_id' => (int) 515,
'startdate' => null,
'startdate_reliability' => 'assumed',
'eoldate' => null,
'eoldate_reliability' => 'assumed',
'status' => 'N/A',
'status_history' => 'never degraded',
'nrt_availability' => null,
'nrt_hyperlink' => '',
'gsics_availability' => null,
'gsics_hyperlink' => null,
'data_access_link' => '',
'comment' => '',
'instrument' => null
]
]
]
$launchDate = '0-0-0'
$eolDate = '0-0-0'
$instruments = [
(int) 0 => [
'acro_sort' => ''
]
]
$satinst = [
'id' => (int) 6095,
'instrument_id' => (int) 0,
'satellite_id' => (int) 515,
'startdate' => null,
'startdate_reliability' => 'assumed',
'eoldate' => null,
'eoldate_reliability' => 'assumed',
'status' => 'N/A',
'status_history' => 'never degraded',
'nrt_availability' => null,
'nrt_hyperlink' => '',
'gsics_availability' => null,
'gsics_hyperlink' => null,
'data_access_link' => '',
'comment' => '',
'instrument' => [
'acro_sort' => ''
]
]
$inst = [
'acro_sort' => ''
]include - ROOT/templates/Satelliteprogrammes/view.php, line 148
Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1160
Cake\View\View::_render() - CORE/src/View/View.php, line 1121
Cake\View\View::render() - CORE/src/View/View.php, line 751
Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 688
Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 530
Cake\Controller\ControllerFactory::invoke() - CORE/src/Controller/ControllerFactory.php, line 79
Cake\Http\BaseApplication::handle() - CORE/src/Http/BaseApplication.php, line 229
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 77
Cake\Http\Middleware\CsrfProtectionMiddleware::process() - CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 128
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Http\Runner::run() - CORE/src/Http/Runner.php, line 58
Cake\Routing\Middleware\RoutingMiddleware::process() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 162
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73
Cake\Routing\Middleware\AssetMiddleware::process() - CORE/src/Routing/Middleware/AssetMiddleware.php, line 68
Cake\Http\Runner::handle() - CORE/src/Http/Runner.php, line 73