Closed ReLater closed 1 year ago
$_threshold
$baseurl
$task
$parameters.menu
While I was able to fix the first ones amateurishly, I have no idea how to do it with the last one (and stopped debugging).
Solved by several prs.
Steps to reproduce the issue
$_threshold
is deprecated. (libraries\src\Cache\CacheStorage.php:108).$baseurl
is deprecated. (libraries\src\MVC\View\HtmlView.php:165)$task
(libraries\src\Object\CMSObject.php:186)$parameters.menu
(libraries\src\Object\CMSObject.php:186)While I was able to fix the first ones amateurishly, I have no idea how to do it with the last one (and stopped debugging).