How did you uninstall the rules module? Can I do this for the user roles on my site as that is the indicated missing plugin?
I have the issue with Drupal\Component\Plugin\Exception\PluginNotFoundException: The "user_role" plugin does not exist.
Updated from 10.2.7 to 10.3.0
I have the error going from 10.2.7 to 10.30.0 is there a fix for this?
The website encountered an unexpected error. Try again later.
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "user_role" plugin does not exist. Valid plugin IDs for Drupal\rules\Core\ConditionManager are: rules_data_comparison, rules_data_is_empty, rules_list_contains, rules_list_count_is, rules_entity_has_field, rules_entity_is_new, rules_entity_is_of_bundle, rules_entity_is_of_type, rules_node_is_of_type, rules_node_is_promoted, rules_node_is_published, rules_node_is_sticky, rules_path_alias_exists, rules_path_has_alias, rules_text_comparison, rules_entity_field_access, rules_user_has_role, rules_user_is_blocked in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
ooooo permissions..
I'll try the solution
- $ find . -type d -exec chmod g+w {} \;
- $ find . -type f -exec chmod 664 {} \;
cheers
I am experiencing this on my site and have looked at the leaflet github solution but have no idea how to implement the fix.
Is there a fix for this marker issue?