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.
We have written a Drupal module controller. It allows a user to select a course then enroll in the course. Upon successful enrollment the user is allowed to select another course and enroll in that course. After doing the enrollment process successfully 5 to 6 even 12 times in a row the course enrollment fails with this error in the browser console.
I have a custom form in which I want to add several inputs. In the following test, I add a "car2" field. Visually I can see the new input created, but when I submit the form, "car2" is not present in $form and $form_state, there is only "car1".
But the return of the above is not matching with the thumbprint.
when I open the cert and check "Details" --> Thumbprint , it is different than what is returned from above function. when I check here "signature algorithm = sha256RSA" and "signature hash algorithm = sha256"
First time touching Drupal 9 and I have got a site working locally on my computer using Docksal , Docker on Ubuntu 22.04 WSL 2 where I can test/make any changes. I have a Frequently Asked Question page and View,Edit , API etc options at the top of the page which looks like this. Here's some glimpse of how it looks like:
This FAQ page after inspecting in browser looks like this: