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 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.
I have a content type that uses CKEditor from core to create content. I have an issue with the tables in CKEditor which are missing the headings. This creates an inconsistency between the tables from views which do have headings, and tables created in CKEditor by users which do not.
I did some research and found this CKEditor doc page which lets you define default headings with: