- π¬π§United Kingdom ken-g
This issue should have been already resolved in 7.x-3.x-dev and released in 7.x-3.3.
Please test with the latest release to see if this is still a problem here. Thanks.
Deprecated in PHP 8.0: Required parameter $id follows optional parameter $type in file
src/modules/contrib/openlayers/src/Types/Collection.php //239 line;
Deprecated in PHP 8.0: Required parameter $export follows optional parameter $object_type in file
src/modules/contrib/openlayers/src/Openlayers.php //106 line
if (empty($object_type)) {
$object_type = NULL;
}
if (empty($type)) {
$type = array();
}
Needs review
3.0
OL API
The issue particularly affects sites running on PHP version 8.0.0 or later.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This issue should have been already resolved in 7.x-3.x-dev and released in 7.x-3.3.
Please test with the latest release to see if this is still a problem here. Thanks.