help to better help you:

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

[SOLVED] bug with joomla! 3.7.0: jem_mailer only in english

  • jojo12
  • Topic Author
  • Away
  • Administrator
  • Administrator
  • Posts: 3975
  • Thanks: 490

[SOLVED] bug with joomla! 3.7.0: jem_mailer only in english

7 years 7 months ago
#23745
To verify:
In my different sites my default language is german, but after update to Joomla! 3.7.0 I only get english mails from jem_mailer.
Do you experience the same? Please answer!

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

Re: [SOLVED] bug with joomla! 3.7.0: jem_mailer only in english

7 years 7 months ago
#23746
Hi Jojo,

just found the problem. It's in de-DE.plg_jem_mailer.php line 200. :whistle:
Please change it from
Code:
PLG_JEM_MAILER_LOG_SEND_ERROR="Fehler beim Senden eines E-Mails and "_QQ_"%s"_QQ_"_QQ_txss_
to
Code:
PLG_JEM_MAILER_LOG_SEND_ERROR="Fehler beim Senden eines E-Mails and "_QQ_"%s"_QQ_
(including the last "Gänsefüßchen" to get an even number)

But why does it work in J! 3.6?
There the file was read by Joomla and all _QQ_ were replaced by escaped double quotes before it is given to parse_ini_string(). With J! 3.7 instead parse_ini_file() is called directly - which seems to be less tolerant...


Please mark #1136 as fixed if you corrected it on transifex. :)
The following user(s) said Thank You: jojo12

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

  • jojo12
  • Topic Author
  • Away
  • Administrator
  • Administrator
  • Posts: 3975
  • Thanks: 490

Re: [SOLVED] bug with joomla! 3.7.0: jem_mailer only in english

7 years 7 months ago
#23747
yes, now the german mails are back, thanks.
How it is in other languages?

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

Re: [SOLVED] bug with joomla! 3.7.0: jem_mailer only in english

7 years 6 months ago
#23765
Sorry, but not solved for me.
Can't find the file de-DE.plg_jem_mailer.php in my installation.
Joomla 3.7/ JEM 2.2.0

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

  • jojo12
  • Topic Author
  • Away
  • Administrator
  • Administrator
  • Posts: 3975
  • Thanks: 490

Re: [SOLVED] bug with joomla! 3.7.0: jem_mailer only in english

7 years 6 months ago - 7 years 6 months ago
#23767
This file is normally in plugins/jem/mailer/language/de-DE/.
Last edit: 7 years 6 months ago by jojo12.

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

Re: [SOLVED] bug with joomla! 3.7.0: jem_mailer only in english

7 years 6 months ago
#23768
Strange.
I can't even find the plugins folder below components/com_jem/
Beside of my updatet Joomla site (3.6 to 3.7) I configured a complete new installation of Joomla 3.7 with JEM 2.2.0 -> no such folder. :unsure:

Next I will try is to overwrite the en-GB folder in plugins/jem/mailer/language/ with german ini files.
The following user(s) said Thank You: SeanGibson

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

Time to create page: 0.462 seconds