- Issue created by @voloda86
- Issue was unassigned.
- 🇧🇪Belgium ericvl
Did you first uninstalled the module before you applied the path and then installed the module again?
Maybe a stupid question but never the less... - 🇸🇰Slovakia voloda86
- I uninstall module in UI, next remove it with composer.
- Than install with composser (composer require 'drupal/at_tool:^2.0')
- enable in UI.
- Than apply the patch.
Try to use your idea:
- I uninstall module in UI, next remove it with composer.
- Than install with composser (composer require 'drupal/at_tool:^2.0')
- apply patch: https://www.drupal.org/project/at_tool/issues/3416105#comment-15437381 🐛 Theme "at_tools" missing RTBC
- Enable At tools and AT Theme generator in UI
Getting the same errors.
- 🇮🇳India rushiraval
@voloda86
Please following step. It working fine for me
Install
- composer require drupal/stable:^2.0
- composer require 'drupal/at_tool:^2.0'
This will install
- drupal/stable (2.0.0)
- drupal/adaptivetheme (5.4.0)
- drupal/at_tool (2.0.5)
then Enable AT Tool and AT Theme Generator from UI.
It works fine for me for on Drupal : 10.2.5 ( PHP : 8.2.7)
we need a better developer MattBloomfelt I think has no idea what is going on
- Status changed to Closed: outdated
6 months ago 10:17am 4 July 2024 - 🇮🇳India rushiraval
This issue fixed in latest release so closing it as out of date. if you may reopen this issue if face same issue in latest release.