: explode(): Passing null to parameter #2 ($string) of type string is deprecated [in
Code
$WIGOS_Station_Identifier = !empty($satellite['WIGOS_Station_Identifier']) ? explode("-", $satellite['WIGOS_Station_Identifier']) : NULL;
$WSI_link = isset($satellite['link']) && !empty($satellite['link']) ? '<a href="' . $this->Url->build($satellite['link']) . '" target="_blank">' . h(explode("-", $satellite['WIGOS_Station_Identifier'])[3]) . '</a>' : h(explode("-", $satellite['WIGOS_Station_Identifier'])[3]);
?>
Cake\Error\ErrorTrap->handleError() [internal], line ??
/home/site/wwwroot/templates/Satellites/view.php /home/site/wwwroot/templates/Satellites/view.php, line 62
/home/site/wwwroot/vendor/cakephp/cakephp/src/View/View.php /home/site/wwwroot/vendor/cakephp/cakephp/src/View/View.php, line 1188
Cake\View\View->_evaluate() /home/site/wwwroot/vendor/cakephp/cakephp/src/View/View.php, line 1145
Cake\View\View->_render() /home/site/wwwroot/vendor/cakephp/cakephp/src/View/View.php, line 785
Cake\View\View->render() /home/site/wwwroot/vendor/cakephp/cakephp/src/Controller/Controller.php, line 712
Cake\Controller\Controller->render() /home/site/wwwroot/vendor/cakephp/cakephp/src/Controller/Controller.php, line 516
Cake\Controller\Controller->invokeAction() /home/site/wwwroot/vendor/cakephp/cakephp/src/Controller/ControllerFactory.php, line 166
Cake\Controller\ControllerFactory->handle() /home/site/wwwroot/vendor/cakephp/cakephp/src/Controller/ControllerFactory.php, line 141
Cake\Controller\ControllerFactory->invoke() /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/BaseApplication.php, line 362
Cake\Http\BaseApplication->handle() /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/Runner.php, line 86
Cake\Http\Runner->handle() /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/Middleware/BodyParserMiddleware.php, line 157
Cake\Http\Middleware\BodyParserMiddleware->process() /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/site/wwwroot/vendor/cakephp/cakephp/src/Routing/Middleware/RoutingMiddleware.php, line 118
Cake\Routing\Middleware\RoutingMiddleware->process() /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php, line 159
Cake\Http\Middleware\CsrfProtectionMiddleware->process() /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/site/wwwroot/vendor/cakephp/cakephp/src/Routing/Middleware/AssetMiddleware.php, line 69
Cake\Routing\Middleware\AssetMiddleware->process() /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/site/wwwroot/vendor/cakephp/cakephp/src/Error/Middleware/ErrorHandlerMiddleware.php, line 115
Cake\Error\Middleware\ErrorHandlerMiddleware->process() /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/Runner.php, line 82
Cake\Http\Runner->handle() /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/Runner.php, line 60
Cake\Http\Runner->run() /home/site/wwwroot/vendor/cakephp/cakephp/src/Http/Server.php, line 104
Cake\Http\Server->run() /home/site/wwwroot/webroot/index.php, line 42
[main]