🇨🇦Canada tneo
I have added the rules 4 module to the composer.json file. After that I executed the update all command.
cat modules/contrib/rules/rules.info.yml
name: Rules
type: module
description: 'React on events and conditionally evaluate actions.'
package: Rules
core_version_requirement: ^10.3 || ^11
dependencies:
- drupal:config
- typed_data:typed_data
configure: entity.rules_reaction_rule.collection
# Information added by Drupal.org packaging script on 2024-07-25
version: '4.0.0'
project: 'rules'
datestamp: 1721935275
🇨🇦Canada tneo
I'm left in a limbo state for 1 out of 3 sites. This issue is not resolved when going from 10.3.0 to 10.3.1 using the above commands do not resolve the site not being able to access the admin pages. I don't get that only a single site has this issue though. Is there a way I can remove the rules module and update correctly?