Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
In my logs I am getting
Type: views
Location https://<domain_name>.org/admin/config/development/logging
Referrer https://<domain_name>.org/admin/config/development/logging
Message: A non-existent config entity name returned by FieldStorageConfigInterface::getBundles(): entity type: brick, bundle: content, field name: field_inmail
Severity: Error
I am working on a site that will contain a list of entity locations. What I want to do is start "wider" and narrow it. (i.e. start by selecting country, then if we pick "United States" we next select the state, and so on.
I'm encountering a couple of issues/questions.
The first is one of terminology. If I select "United States", then the next option should be to choose a "State"; however, if I select "Canada", then the next option would be to choose a "Province" (Yes, I realize I could just call it "State/Province" but...)
I'm working on a Drupal 10.5.1 site that's showing me a warning message: Warning: Undefined array key "#submit_button" in Drupal\Core\Render\Element\Button::preRenderButton() (line 92 of core/lib/Drupal/Core/Render/Element/Button.php).
This looks like it's related to something in the Core innards of Drupal into which I'm not comfortable poking my proverbial finger.
Has anyone else been seeing this message?
Any idea of what I should do - besides ignoring it?