1. drjjw
  2. Bug Report
  3. Friday, January 08 2021, 05:35 PM
I have created an email override at:

/plugins/jsn/socialnetwork/app/View/Themed/Blue/Emails/html/invite.ctp

However, even after clearing cache the email changes do not happen. I can only get them to happen if I directly edit the base file:

plugins/jsn/socialnetwork/app/View/Emails/html/invite.ctp
admin Accepted Answer
Admin
Hi,
sorry for late reply, it was a weekend.

We are doing some testing and will come back soon with a solution. Thanks for the report :)
  1. more than a month ago
  2. Bug Report
  3. # 1
admin Accepted Answer
Admin
Hi,
we have found the issue, to fix it please follow these steps:
- Open file /plugins/jsn/socialnetwork/app/Controller/AppController.php
- at line 612 replace this code:
->to($to)
with this:
->theme($this->theme)->to($to)


We will add this fix in the next release.

Still thanks for your report :D
  1. more than a month ago
  2. Bug Report
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.