contact form cannot find files

Joseph Alotta's Avatar

Joseph Alotta

01 Sep, 2010 02:35 AM via web

I think it is because I am building the new website in a subdirectory www.opendoorinvestments.com/2010

But I don't know how to fix this.

This is the webpage http://opendoorinvestments.com/2010/page3/page3.php

Warning: session_start() [function.session-start]: open(/home/users/web/b77/sl.opendoorinvestments/public_html/cgi-bin/tmp/sess_263a3fb6673d02c087bf2aae0b4b38e3, O_RDWR) failed: No such file or directory (2) in /hermes/bosweb/web007/b77/sl.opendoorinvestments/public_html/2010/page3/page3.php on line 3

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /hermes/bosweb/web007/b77/sl.opendoorinvestments/public_html/2010/page3/page3.php:3) in /hermes/bosweb/web007/b77/sl.opendoorinvestments/public_html/2010/page3/page3.php on line 3

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/bosweb/web007/b77/sl.opendoorinvestments/public_html/2010/page3/page3.php:3) in /hermes/bosweb/web007/b77/sl.opendoorinvestments/public_html/2010/page3/page3.php on line 3

Thank you so much,

Joe.

  1. Support Staff 2 Posted by Luke Hefson on 02 Sep, 2010 10:23 AM

    Luke Hefson's Avatar

    Hi Joe,

    Thanks for the message. I'm sorry to hear that you are having issues with RapidWeaver, I understand what an inconvenience this may be for you.

    Are you able to consistently recreate this issue in a new test site on a test location of your server? You mention your contact form being located in a subdirectory - by this, do you mean that you are nesting your contact form with in another page in the Page List and publishing using RapidWeaver's built-in publishing?

    Kind regards,

    Luke

    -- Luke Hefson

    Support & QA, Realmac Software

    Our support team are in the office between 9am and 5pm UK time, Monday to Friday, and we aim to answer all requests within one business day.

  2. 3 Posted by Joseph J Alotta on 02 Sep, 2010 05:28 PM

    Joseph J Alotta's Avatar

    Hi Luke,

    Thanks for getting back to me. I put the question to the host support team and
    they have logged it.

    Regarding RapidWeaver, I am not discouraged in the least. I am so enjoying your
    program and am willing to tell others what a great program this is.

    The technical problem is small and will soon be fixed and then I will not have
    any other issues. And I get a great web design and easy to change content.

    Thanks so much,

    Joe.

  3. Support Staff 4 Posted by Luke Hefson on 06 Sep, 2010 02:31 PM

    Luke Hefson's Avatar

    Let us know how you get on Joe!

    Kind regards,

    Luke

    -- Luke Hefson

    Support & QA, Realmac Software

    Our support team are in the office between 9am and 5pm UK time, Monday to Friday, and we aim to answer all requests within one business day.

  4. Luke Hefson closed this discussion on 06 Sep, 2010 02:31 PM.

  5. Joseph J Alotta re-opened this discussion on 06 Sep, 2010 04:37 PM

  6. 5 Posted by Joseph J Alotta on 06 Sep, 2010 04:37 PM

    Joseph J Alotta's Avatar

    It is fixed, up and running. Thank you.

    Now I am gradually adding more content.

    opendoorinvestments.com

  7. 6 Posted by Pat on 06 Sep, 2010 06:40 PM

    Pat's Avatar

    Hi,
    The Contact form is not working, when published it comes back with the message "I'm sorry, there seems to have been an error trying to send your email. Please try again." Which I have but still the same. I even tried a demo version of FormLoom and it did not work either. This site is hosted on Yahoo Small Business, if that's is any help. I've sent them the mail with the text from your 'Contact' FAQ but no reply as yet.

    Regards
    Pat

  8. Support Staff 7 Posted by Luke Hefson on 07 Sep, 2010 09:28 AM

    Luke Hefson's Avatar

    Hi Pat,

    Thanks for your message - I'm sorry you're having issues with the RapidWeaver Contact Form. Please could you try the following steps, and if you're still having issues could you open a new, private discussion here:

    http://support.realmacsoftware.com/

    Kind regards,

    Luke

    -- Luke Hefson

    Support & QA, Realmac Software

    Our support team are in the office between 9am and 5pm UK time, Monday to Friday, and we aim to answer all requests within one business day.

  9. Luke Hefson closed this discussion on 07 Sep, 2010 09:28 AM.

  10. Pat Mooney re-opened this discussion on 07 Sep, 2010 10:45 AM

  11. 8 Posted by Pat Mooney on 07 Sep, 2010 10:45 AM

    Pat Mooney's Avatar

    Hi Luke,
    first thank yo for your reply. I contacted Yahoo who are hosting this
    site and they sent the following information wit some Peal script. I'm
    not sure where or how I can put this into the 'Contact Form'. If you
    could send me how to do this, that would save me a hugh amount of time
    looking everywhere.

    Again thank you for your quick reply.

    I've pasted in below the part that relates to the script.

    Regards
    Pat

    Below is a sample Perl script you can use to send email. You will need
    to specify the "to" and "from" address.

    Note: Notice that the subject line in the sample script below ends with
    two \n characters. These characters are required to separate the email
    header from the email body with a blank line. If you are not seeing the
    body of your email, be sure to double-check that these characters are
    present.

    #!/usr/bin/perl
    print "Content-type: text/html\n\n";

    $title='mail test';
    $to='MAIL ADDRESS TO SEND TO';
    $from= '***@YOURDOMAIN.COM <mailto:***@YOURDOMAIN.COM>';
    $subject='Using Sendmail';

    open(MAIL, "|/usr/sbin/sendmail -t");

    ## Mail Header
    print MAIL "To: $to\n";
    print MAIL "From: $from\n";
    print MAIL "Subject: $subject\n\n";
    ## Mail Body
    print MAIL "This is a test message from Yahoo! \n";

    close(MAIL);

    print "<html><head><title>$title<
    /title></head>\n<body>\n\n";

    ## START HTML content
    print "<h1>$title</h1>\n";
    print "<p>A message has been sent from $from to $to";
    ## END HTML CONTENT
    print "\n\n</body></html>";

  12. 9 Posted by Pat Mooney on 07 Sep, 2010 02:43 PM

    Pat Mooney's Avatar

    Hi again Luke,
    got that sorted it was a setting on the Yahoo Small Business Web service
    that had to be set to the same email address as what is set in the
    'Contact' form. Also if you run into this problem agian with someone
    else on Yahoo server the email address has to be set in the PHP setting
    on the web admin site with the email address ending in the
    "***@thewebsitename.com" so in this case @thecrailgallery.com

    Again thanks for you help.

    Kind regards
    Pat Mooney

  13. Nik Fletcher closed this discussion on 07 Sep, 2010 03:00 PM.

Comments are currently closed for this discussion. You can start a new one.