- Issue created by @dan_metille
- 🇬🇧United Kingdom MrDaleSmith
This is a duplicate of https://www.drupal.org/project/ai/issues/3489154 🐛 PHP Fatal errors in AI Automators Active
When using the Simple Crawler module in conjunction with the Drupal AI Automator module, an error occurs due to a missing getTextFormat() method in the GeneralHelper class.
Not sure if this is the best fix, but this patch adds the getTextFormat() method to return a default text format ID, resolving the error.
Steps to Reproduce:
Proposed Resolution:
Implement the getTextFormat() method in the GeneralHelper class to return a default text format ID ('basic_html').
Active
1.0
AI Automators
This is a duplicate of https://www.drupal.org/project/ai/issues/3489154 🐛 PHP Fatal errors in AI Automators Active