+ Reply to Thread
Results 1 to 3 of 3

Thread: Error M23, M25, M26 (M85)

  1. #1
    Join Date
    Jul 2005
    Posts
    2

    Exclamation Error M23, M25, M26 (M85)

    When i try to use the testlink i get this error:

    "FAILED to send alert message. Check your server error logs. [M85]"


    When i try to use the form i get this error:

    "An error occurred while processing the form ([M23]).
    Please contact us directly since this form is not working ([M25]).
    We apologize for any inconvenience this error may have caused. [M26]"

    Therefore i contact you as im told :-)


    I have only changed these two lines in the PHP-script:

    $TARGET_EMAIL = array(EMAIL_NAME."^mailto@anisky3d\.com$");
    define("DEF_ALERT","^mailto@anisky3d\.com$");


    What am i doing wrong?

  2. #2
    Join Date
    Dec 2003
    Posts
    3,901

    Default Re: Error M23, M25, M26 (M85)

    Hi,

    Try these instead:
    PHP Code:
    $TARGET_EMAIL = array("^mailto@anisky3d\.com$");
    define("DEF_ALERT","mailto@anisky3d.com"); 
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

  3. #3
    Join Date
    Jul 2005
    Posts
    2

    Default Re: Error M23, M25, M26 (M85)

    Thank you so much! It works without a problem now thx :-)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. ([m23])., ([m24]).([m26]).([m27]).
    By smudgie in forum FormMail Subscription Support
    Replies: 1
    Last Post: 17-Aug-2005, 09:31 PM
  2. An error occurred while processing the form ([M23]).
    By larryjk in forum FormMail Subscription Support
    Replies: 1
    Last Post: 22-Jul-2005, 10:52 PM
  3. "Error while processing the form [M23]"
    By railer in forum FormMail Subscription Support
    Replies: 3
    Last Post: 20-May-2005, 10:16 PM
  4. An error occurred while processing the form ([M23]).
    By DirtyHowi in forum FormMail Subscription Support
    Replies: 0
    Last Post: 11-Apr-2005, 01:00 AM
  5. error message [M23], [M25], [M26]
    By benji in forum FormMail Subscription Support
    Replies: 12
    Last Post: 11-Mar-2005, 01:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts