Fatal Error: Call To Undefined Function

Discussion in 'Installation' started by ukflyer, Jun 29, 2003.

  1. ukflyer

    ukflyer Guest

    Hey! I keep getting this message after the signup page...any ideas?.....this is the full message..

    Fatal error: Call to undefined function: mail() in /users/ionichost.com/jbplanet/amember/plugins/payment/free/free.inc.php on line 50


    Cheers
    JB
  2. alex-adm

    alex-adm Guest

    Seems your hosting doesn't allow you to send e-mails from PHP applications. Is it free host?
  3. Guest

    Guest Guest

    hey Alex,

    Yes it is. Is there anything i can do..?

    Thanks.

    JB
  4. alex-adm

    alex-adm Guest

    Well, I can suggest you to change hosting. Or disable email functionality in aMember:
    find lines starting with
    mail(....
    and replace it to:
    //mail(...

Share This Page