Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have run into an issue with a complex Ajax enabled form in a custom module (Drupal 9.5). In certain error scenarios I get
Symfony\Component\HttpKernel\Exception\HttpException: The specified #ajax callback is empty or not callable
because the triggering_element can't be found in /Drupal/Core/Form/FormAjaxResponseBuilder.php . So I ended up setting the property manually in my validate function like this:
When users create or modify the token and rebuild the cache, then immediately the website and mobile app goes down. when we check the logs there is an error as below
Hi all,
I’m encountering errors related to missing libraries in Drupal: Commerce Price requires the commerceguys/intl library.
Address requires the commerceguys/addressing library.
In composer.json, I have:
"commerceguys/addressing": "dev-master",
"commerceguys/intl": "^dev-master"
I've run composer update and cleared the cache, but the issue persists. Any other steps to fix this?