+ Reply to Thread
Results 1 to 2 of 2

Thread: Help trying to set up a form to email and send info to file

  1. #1
    Join Date
    Jan 2004
    Posts
    1

    Default

    Help.....I am new to this and am trying to set up a form that forwards the info to email and a file. I followed the directions in the formmail document but I am getting this error. I followed the link to function.session-start however, I do not understand what I need to do.

    Warning: session_start() [function.session-start]: open(/tmp\sess_3a5a40be16aa27e1927c340de090667d, O_RDWR) failed: No such file or directory (2) in d:\inetpub\mucc.org\FormMail.php on line 263

    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at d:\inetpub\mucc.org\FormMail.php:263) in d:\inetpub\mucc.org\FormMail.php on line 263

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at d:\inetpub\mucc.org\FormMail.php:263) in d:\inetpub\mucc.org\FormMail.php on line 263

    Warning: Cannot modify header information - headers already sent by (output started at d:\inetpub\mucc.org\FormMail.php:263) in d:\inetpub\mucc.org\FormMail.php on line 712

    Warning: Unknown(): open(/tmp\sess_3a5a40be16aa27e1927c340de090667d, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

    Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

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

    Default

    Hi rridsdale,

    Welcome to the FormMail forums!

    The problem you are seeing is not with the FormMail script, but with the installation of PHP on your server.

    You need to contact your system administrator and get them to fix the php.ini file.

    open(/tmpsess_3a5a40be16aa27e1927c340de090667d, O_RDWR)
    the file path shown is missing a '/': it should be:

    open(/tmp/sess_3a5a40be16aa27e1927c340de090667d, O_RDWR)
    *

+ 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. send an email in HTML
    By michecosta in forum FormMail Subscription Support
    Replies: 3
    Last Post: 25-May-2004, 09:18 PM
  2. Directing Form to File - Need Help
    By rongreen in forum FormMail Subscription Support
    Replies: 13
    Last Post: 02-Mar-2004, 04:53 AM
  3. William,Failed to send email.
    By shama07 in forum FormMail Subscription Support
    Replies: 1
    Last Post: 31-Jan-2004, 04:08 AM
  4. POST form data as well as email
    By zippy in forum FormMail Subscription Support
    Replies: 20
    Last Post: 24-Jan-2004, 05:29 PM
  5. autoresponder to email from form
    By rebirth in forum FormMail Subscription Support
    Replies: 2
    Last Post: 21-Jan-2004, 05:43 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