- 🇳🇱Netherlands steven buteneers
This issue will be fixed in the next release and is fixed in combination with issue #2978769
Automatically closed - issue fixed for 2 weeks with no activity.
i get a lot of php notices
Notice: Undefined index: weight in Drupal\Core\Asset\AssetResolver::sort()
from web/modules/contrib/cookie_content_blocker/src/Render/HtmlResponseAttachmentsProcessor.php.
There it calls uasort with a sorting function from Drupal\Core\Asset\AssetResolver. This function assumes indices weight and group. But somehow the time cookie_content_blocker wants so sort, there is no weight. i only get the notices directly after clearing cache when aggreagtion of css/js and advagg are enabled, on the second reload there are no notices. so i think something is missing the first time....
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This issue will be fixed in the next release and is fixed in combination with issue #2978769
Automatically closed - issue fixed for 2 weeks with no activity.