I can confirm this issue (bug?)
Same here, it's OK at DEV (where cache, etc. are cleared every run) and fail on Production.
I had opened an issue here: https://www.drupal.org/project/antibot/issues/3446650 🐛 Javascript error when webform block and views_exposed_filter are present on the same page Active
but I think my issue is one more of lots of issues with D10 and Antibot
Finally, it seems my issue is still around. I get it only on Production site, not in DEV site. I thought it could be due to js aggregation (because DEV refresh cache, etc), but disabling JavaScript aggregation doesn't solve my issue
It seems your patch can NOT be applied on last module versions 1.8.0:
- Installing drupal/similarterms (1.8.0): Extracting archive
- Applying patches for drupal/similarterms
https://www.drupal.org/files/issues/2021-06-30/1762448-other-entity-type... → (Support other entities than nodes)
Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2021-06-30/1762448-other-entity-type... →In Patches.php line 326:
Cannot apply patch Support other entities than nodes ( https://www.drupal.org/files/issues/2021-06-30/1762448-other-entity-type... → )!
calbasi → created an issue.
Just use this module:
https://www.drupal.org/project/paragraphs_jquery_ui_accordion →
I get this error on webforms but not in the login page. Drupal 9.5.11, php 8.1, Antibox 2.0.3
Give a try to:
Same here. Honeypot doesn't help
Try this: https://www.drupal.org/project/similarterms/issues/3258551 💬 Similar By Terms: Nid in drupal 9 Closed: outdated
By the way, my view stop to run after the upgrade, but just doing a minor change on the contextual filter, save, and then reverse the change, the view run well again. No idea why :-)
Alternative, if you do NOT want to update all your modules, but just core and dependencies, you can run this command:
composer update "drupal/core-*" drush/drush --with-all-dependencies --dry-run
I think it's better just test the core upgrade, before attempt a real upgrade, with the composer update --dry-run command.
Added Drupal Console composer remove code
It's labeled as Drupal 10 compatible
Not sure if I could just uninstall and reinstall again in Production ECA module... Could it do the trick?
The strange point, for me is:
- The error warning is not shown in my DEV site
- The module is running OK in Production
I've tried: https://www.drupal.org/node/3034742#comment-14183957 →
without success.
By the way, I deployed ECA using the usual steps from DEV to Production:
git pull
composer install --no-dev
drush updb
drush config import
drush cc
It was an early version of ECA a year ago...
Hi, I'm not sure if this:
could be interesting for you.
It's the Moodle - Matrix integration, coming in the new 4.3 Moodle version. It seems they use a client to emulate Matrix inside Moodle.
This line at settings.php do the trick in my hand:
$config['symfony_mailer.mailer_transport.sendmail']['configuration']['query']['command'] = ini_get('sendmail_path') . ' -t';
@drupaldope , are you sure you have any node with the exact same title that any of your content words/phrases? Test with a vocabulary, if you have one and maybe it will be easier for you to debug. Or use links instead tooltips, and be sure your links are visible (text-decoration, etc).
In my hand I think the README text should to notice that it's not enough enabling the main module, and you need to activate one of the two submodules (nodes or taxonomies)
I didn't realize your message. Thanks a lot for your patch and your commit!
3 years after #14 and the module description has not been corrected?? Why?
Same here! I suppose there is any config combination options what produce this effect. If not, all users get this issue.
In my case, the issue is due opendir restrictions. If disabled it in my web account (ispconfig) and then I have not issue at all.
I can confirm #5 (I'm using a d10 from scratch install)
I'm not coder, but maybe I could try to do it just to learn some php if nobody else want to try to solve it.
Version 3.1 don't solve this issue.
Ps. I'm sorry, I didn't read your petition #3