Missing TPL_EMAIL_VER_TEXT_PROFILE...

Discussion in 'Templates customization' started by sunseapromos, Mar 9, 2011.

  1. sunseapromos

    sunseapromos Member

    Joined:
    Apr 26, 2010
    Messages:
    72
    I activated the:

    Verfiy E-Mail Address on Profile
    verify email address entered by customer on Profile page,
    aMember will send email to specified email address.
    User will have to click link from message
    in order to approve email change

    and when I tested it out by changing my email address in a test member's account, it logged me out to this page:
    http://www.christianhomebusinessassoc.com/amember/profile.php

    with this error message:
    WARNING: constant() [function.constant]: Couldn't find constant _TPL_EMAIL_VER_TEXT_PROFILE in line 108 of file common.inc.php

    The only profile template I found was the member's regular backoffice page.

    Please advise what I need to do to resolve this error message and/or get the correct template page to dial up after a member changes their email address.

    Thank you,
    Claudia Beck
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Add this to /amember/language/en.php:
    PHP:
    define ('_TPL_EMAIL_VER_TEXT_PROFILE''Please check your email - verification email message has been just emailed to you. Once you receive this message, read it and follow instructions in this email to complete your email verification.');
  3. sunseapromos

    sunseapromos Member

    Joined:
    Apr 26, 2010
    Messages:
    72
    Perfect -- thank you! :)

    Claudia

Share This Page