- Issue created by @SocialNicheGuru
- First commit to issue fork.
- 🇩🇪Germany marcus_johansson
Is it correct that you haven't installed AI Automators and still get this error when creating a media field?
Or did you have it installed and uninstalled it?
- 🇺🇸United States SocialNicheGuru
Yes, I am getting this error
ddev drush pmu ai ai_automators
In PmCommands.php line 175:
The following module(s) are not installed: ai, ai_automators. No modules to unins
tall. - 🇺🇸United States SocialNicheGuru
Hmmm....
the field ai_automator_multi is not in the drupal/ai module.
It is referenced here in google_places.
../google_places/src/Plugin/Field/FieldType/GooglePlacesMultifieldItem.php:19: * category = "ai_automator_multi",
This field does not exist in the new Drupal ai module, ai 1.2-dev.
- 🇺🇸United States SocialNicheGuru
changing to a support request so i can troubleshoot some more.
- 🇺🇸United States SocialNicheGuru
So google_places was enabled on the system. it only requires Drupal/ai.
Field categories are only fetched from enabled modules and ai_automators was not enabled.🐛 Require ai_automators modules in composer.json and .info.yml Active
- 🇺🇸United States SocialNicheGuru
This might be a flaw in the implementation: https://www.drupal.org/node/3375748#comment-16189629 →