πŸ‡ΊπŸ‡ΈUnited States @ronalpha

Account created on 6 March 2012, over 12 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States ronalpha

form_id was returning null or empty when executing form validation logic.
This code _antibot_generate_key($form['#form_id']); in antibot.module

Changed to
_antibot_generate_key($form_state->getValue('form_id'));
Now the form_id is returning the correct value and the form is processed with no antibot related errors.

πŸ‡ΊπŸ‡ΈUnited States ronalpha

@chdeepak @ anand.panure... this is related to simplesamlphp/saml2 changes on 4.6.11. https://github.com/simplesamlphp/saml2/compare/v4.6.10...v4.6.11. Try going back to 4.6.10

πŸ‡ΊπŸ‡ΈUnited States ronalpha

Error: Cannot access property starting with "\0". ... issue appears to be related to the update of simplesamlphp/saml2 to 4.6.11. See https://github.com/simplesamlphp/saml2/compare/v4.6.10...v4.6.11. Try going to 4.6.10.

Production build 0.69.0 2024