PHP Warning: Trying to access array offset on value of type null in /var/www/html/vendor/bobosch/ods-osm/Classes/Controller/PluginController.php line 543'
Even if the warnings would be tolerated, this would end in the follwoing error:
Call to a member function getPublicUrl() on null
/var/www/html/vendor/bobosch/ods-osm/Classes/Provider/Leaflet.php'
line: 294
The problem is the usage of $GLOBALS['TSFE']->lastImageInfo which got removed.
When using something like
I get a PHP warning:
PHP Warning: Trying to access array offset on value of type null in /var/www/html/vendor/bobosch/ods-osm/Classes/Controller/PluginController.php line 543'
Even if the warnings would be tolerated, this would end in the follwoing error:
Call to a member function getPublicUrl() on null /var/www/html/vendor/bobosch/ods-osm/Classes/Provider/Leaflet.php' line: 294
The problem is the usage of $GLOBALS['TSFE']->lastImageInfo which got removed.