- π©πͺGermany tstoeckler Essen, Germany
Going to go ahead and assume this is fixed. Please re-open if this re-appears or alternatively open a new issue. Thanks!
Our site does not have the Media Library module installed at all. However, we are seeing errors related to this module when Config Overlay is installed.
Specifically, when visiting /admin/config/development/configuration
, the following messages repeat 5 times:
Notice: Undefined index: core.entity_form_mode.media.media_library in Drupal\config_overlay\Config\ExtensionOptionalStorage->isValidOptionalConfig() (line 87 of modules/contrib/config_overlay/src/Config/ExtensionOptionalStorage.php).
Warning: file_get_contents(/core.entity_form_mode.media.media_library.yml): failed to open stream: No such file or directory in Drupal\config_overlay\Config\ExtensionOptionalStorage->isValidOptionalConfig() (line 93 of modules/contrib/config_overlay/src/Config/ExtensionOptionalStorage.php).
Warning: filemtime(): stat failed for /core.entity_form_mode.media.media_library.yml in Drupal\Component\FileCache\FileCache->set() (line 126 of core/lib/Drupal/Component/FileCache/FileCache.php).
Then the following messages repeat 5 times:
Notice: Undefined index: core.entity_view_mode.media.media_library in Drupal\config_overlay\Config\ExtensionOptionalStorage->isValidOptionalConfig() (line 87 of modules/contrib/config_overlay/src/Config/ExtensionOptionalStorage.php).
Warning: file_get_contents(/core.entity_view_mode.media.media_library.yml): failed to open stream: No such file or directory in Drupal\config_overlay\Config\ExtensionOptionalStorage->isValidOptionalConfig() (line 93 of modules/contrib/config_overlay/src/Config/ExtensionOptionalStorage.php).
Warning: filemtime(): stat failed for /core.entity_view_mode.media.media_library.yml in Drupal\Component\FileCache\FileCache->set() (line 126 of core/lib/Drupal/Component/FileCache/FileCache.php).
I'm on Drupal 8.9.0 with PHP 7.2.3 running on nginx/1.16.1 (Pantheon).
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Going to go ahead and assume this is fixed. Please re-open if this re-appears or alternatively open a new issue. Thanks!