OJS3 email empty at some cases

Dear @asmecher,

Is there a way where I can see the subject/body of these emails, so I can create a quick script to insert the data? Is this data saved in any XML file?

Thank you
Alberto

Hi @ambs,

The subject and body of these emails are in locale/xx_YY/emailTemplates.xml, where xx_YY is the locale name.

Regards,
Alec Smecher
Public Knowledge Project Team

1 Like

Hi

Quick dirty hack in Perl - Quick hack to load templates into OJS · GitHub

Template loaded. Will now test to see how things are working.

Hi, @asmecher

Thanks for your help. It looks like it got solved now. I just wonder what other templates might be missing.
Cheers

I had the exact same problem, but just the NOTIFICATION entry was missing in email_templates_default . I manually added it to the table and now the NOTIFICATION template is visible, let me see if there will be any more blank e-mails showing up.

1 Like