Menu

#5 Reposted from other bug item - "No Recipient Addresses Found

open-fixed
nobody
None
5
2005-07-15
2005-06-07
karlcore
No

I uploaded the page and the gallery works fine :-)
But the contactform doesn't work: after submitting it
displays: "No recipient addresses found in header".
I've seen
this in the guestbook of grindminded too.

Discussion

  • karlcore

    karlcore - 2005-06-07

    Logged In: YES
    user_id=1213748

    Please check your configuration again.

     
  • Nobody/Anonymous

    Logged In: NO

    This problem is in includes/content/contact_content.php on
    line 31
    The variable $recipient is being set to $site_owner_email -
    this value isn't set in config.php. You can changing line 31 to:
    $recipient = $admin_email;

    or

    You can manually set the address in contact_content.php

     
  • karlcore

    karlcore - 2005-07-15

    Logged In: YES
    user_id=1213748

    Thanks for the heads-up. I have looked at this again and
    made the fix to Ver. 1.1.1

     
  • karlcore

    karlcore - 2005-07-15
    • status: open --> open-fixed
     

Log in to post a comment.