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 created a views block with social media icons. In the preview, the icons are displayed vertically one above the other, but when added to the Social Bar region, they appear in a horizontal arrangement and go outside the region width on the left and right sides.
It's strange that I can place this block anywhere in the theme at will, except in the region where it should belong.
Since this region rotates the content 90°, I also made my block in a horizontal arrangement, but here too I get the same result.
I have a clean install which is up and running but I keep getting this error in the recent log messages
"Error: Call to a member function view() on array in Drupal\views\Plugin\views\field\EntityField->getItems() (line 856 of /home/domainname/public_html/core/modules/views/src/Plugin/views/field/EntityField.php)."
When I look at the error log on the server I have this message
Is it possible to create a user role that only gives the right to edit an authenticated user?
For example, to change the status from blocked to active after a registration request.
We upgraded Drupal 9.5 to Drupal 10.1 however CKEditor 5 errors out whenever you go to a page to edit.
The error "PluginNotFound Exception": throw new PluginNotFoundException($plugin_id, sprintf('The "%s" plugin does not exist. Valid plugin IDs for %s are: %s', $plugin_id, static::class, $valid_ids));
We cannot find where this is coming from nor a work-around. Any help is appreciate.