help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Error in german language file plg_jem_mailer.ini

Error in german language file plg_jem_mailer.ini

4 years 6 months ago
#27038
Hi all
I just noticed an error in the german language file plg_jem_mailer.ini which causes the file not to be loaded:
on line 200
PLG_JEM_MAILER_LOG_SEND_ERROR="Fehler beim Senden einer Emails an "_QQ_"%s"_QQ_"_QQ_
at the end "_QQ_ has to be removed in order to work (compared to the english version)
This bug may be due to strange Transifex behavior
Discussed here: issues.joomla.org/tracker/joomla-cms/15378
HTH
The following user(s) said Thank You: jojo12

Please Log in or Create an account to join the conversation.

Re: Error in german language file plg_jem_mailer.ini

4 years 6 months ago
#27049
Indeed there's something really strange!

Please Log in or Create an account to join the conversation.

Re: Error in german language file plg_jem_mailer.ini

4 years 6 months ago
#27050
A bit of research and I found this:

The Transifex files are linked to the source on Github. Every 24 Transifex is updated automatically.

The link to Github for this pluging is at:
raw.githubusercontent.com/jemproject/JEM-Project/master/plugins/plg_jem_mailer/language/en-GB/en-GB.plg_jem_mailer.ini

And the string reads:
Code:
PLG_JEM_MAILER_LOG_SEND_ERROR="Error sending email to "_QQ_"%s"_QQ_
but off course it should be:
Code:
PLG_JEM_MAILER_LOG_SEND_ERROR="Error sending email to "_QQ_"%s"_QQ_"

The only way to correct this is to update the Github source.

Let me discuss with Jojo via PM

Please Log in or Create an account to join the conversation.

Re: Error in german language file plg_jem_mailer.ini

4 years 6 months ago
#27064
I tried with
Code:
PLG_JEM_MAILER_LOG_SEND_ERROR="Error sending email to "_QQ_"%s"_QQ_"
but then the language file isn't working
so I propose:
PLG_JEM_MAILER_LOG_SEND_ERROR="Error sending email to %s"
Then the language file is working, but how can I test the email?
Does anyone know, what I have to do to get an email with this error notice?

Please Log in or Create an account to join the conversation.

Re: Error in german language file plg_jem_mailer.ini

4 years 6 months ago
#27068
This message is used only in logging as far as i can see in the code.
You have turn on Joomla Debugging (see here docs.joomla.org/Using_JLog ) and you have to set the debug plugin to log almost everything. Then change an email adress to a wrong adress and book an event this user.
I have used your PLG_JEM_MAILER_LOG_SEND_ERROR in my german language file and it worked
from the log file:
2020-05-12T21:07:58+00:00 WARNING ::1 jem Error sending email to unknown@infotech.ch : SMTP-Fehler! Die folgenden Empfänger sind nicht korrekt: unknown@infotech.ch: : Recipient address rejected: User unknown in virtual mailbox table
HTH
The following user(s) said Thank You: jojo12

Please Log in or Create an account to join the conversation.

Time to create page: 0.520 seconds