Smarty Error [256] sending test email

Discussion in 'Troubleshooting' started by dschwa, Apr 20, 2012.

  1. dschwa

    dschwa Member

    Joined:
    Jun 1, 2006
    Messages:
    37
    ERROR [256] Smarty error: [in admin/email_test.html line 5]: [plugin] modifier 'escapes' is not implemented (core.load_plugins.php, line 118) in line 1102 of file /home/userxxxxxxxxx/public_html/amember/smarty/Smarty.class.php

    More important but maybe related. Email templates are sending without the tags filled in..

    Login, Password etc. fields are blank in the email.

    We need to send out 100 notifications today.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    You can disregard above error. This is just an error in template(which is fixed in latest v3)
    In regards to variables in templates, can you provide an example of template that you use?
  3. dschwa

    dschwa Member

    Joined:
    Jun 1, 2006
    Messages:
    37
    Standard plain text

    Dear {$name_f} {$name_l},

    Thank you for subscribing on {$config.site_title}!

    Your User ID: {$login}
    Your Password: {$pass}

    Log-on to view the available online technical training courses at: http://www.knowledgepoint.cadlearning.com/moodle

    Log-on to manage your account at:
    {$config.root_url}/member.php

    --
    Best Regards,
    {$config.site_title}
    {$config.root_url}
  4. dschwa

    dschwa Member

    Joined:
    Jun 1, 2006
    Messages:
    37
    this is 3.1.8 Pro
  5. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    This is a copy of signup template I believe?
    So do you mean that user receive signup message after registration and variables are blank in that message?
    Or do you try to use that template in aMember CP -> Email users ?
  6. dschwa

    dschwa Member

    Joined:
    Jun 1, 2006
    Messages:
    37
    I just tested another amember install on the same server and it sends perfectly.
  7. dschwa

    dschwa Member

    Joined:
    Jun 1, 2006
    Messages:
    37
    We are importing users so they do not get sent the email. I send it out as a mass email and yes the variables are blank.
  8. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Try to use these variables for login/password: {$user.login} {$user.pass} if this does not help, contact us in helpdesk.

Share This Page