@Renrhaf solution is correct in my situation too!
Thank you so much!
#17 works for me.
Thanks @erutan!
Hi friends! When I check the available translations, I come across the following:
In my case, when I download the data from a View, I encounter the following message:
"Export complete. Download the file false" id="vde-automatic-download">here if the file is not automatically downloaded."
Upon inspecting the 'views_data_export_auto_download.js' file, I noticed that the file only downloads automatically if the 'downloadEnabled' attribute is set to 'true'.
To address this issue, I made a translation change and modified the message to:
"Export complete. Download the file true" id="vde-automatic-download">here if the file is not automatically downloaded."
Additionally, I included the line $view->element['#attached']['library'][] = 'views_data_export/views_data_export'; in the view to invoke the necessary library.
I agree with statement #16.
Upon thorough examination of the code, specifically in the .module files, I identified four instances of a potential issue related to blanck space.
After resolving this issue, my sitemap now generates flawlessly.
#10 works for me saving a textfield value
ยกHi!
If you are using smtp module too and you check the _smtp_mailer_send function in smtp.module and debug it by dpm using devel module, and get in the Sender variable the problem is because before to send the mail the Sender has <>, so you need to delete the <> and de email will be send ok.