I need a very urgent help. I was trying to deploy my code into prod server, I installed better exposed filter and Preserve Changed Timestamp modules. In local system pushed all the related changes of composer.json and composer.lock along with some additional custom module code changes . This changes worked well in dev server , in QA server and even Stage server as well. But in production it got failed. I got below error.
We are currently experiencing garbled characters in the subject of emails sent from our Drupal site.
Garbled characters occur when we enter the email subject in Japanese characters with more than 257 bytes.
To clarify this issue, I have the following questions about email subject specifications when using contribute module "webform".
・Is there a specification for email subjects?
・Is there an upper limit on the number of characters or bytes that can be set for an email subject?
Hello I have a custom form with 2 date fields
In the submit I run a query that returns an error when I don't enter the date
I found a solution but I don't know if it is the right solution and if it is ok to operate like this
Below is the code