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.
I am having a torrid time trying to set some custom values in my settings.local.php file.
My changes are ignored and instead values are assigned from a previous version of settings.local.php
I became aware of this because I tried to set up a database entry for a migration. The migration key wasn't recognised. Debugging in IntelliJ I can see that the new database array values in settings.local.php are ignored and the host value assigned is one which I used previously.
A custom view of the webform results' table has the appearance issue. The parent class for this table is defined in webform.admin.css asset of the Webform module. I've made a subclass of it in the custom theme's styles.css file to alter its appearance in that particular view, but something simply doesn't work. How can I connect them to implement the outcome correctly?
P.S. The custom theme is based on Bootstrap Barrio 5, differing mainly in the color settings.
In my drupal recent log messages I am continuously getting the following error but am not able to debug the source of this .
User error: "attributes" is an invalid render array key in Drupal\Core\Render\Element::children() (line 98 of /var/www/html/website_name/web/core/lib/Drupal/Core/Render/Element.php)