• I am having issues with the Fast Secure contact form. I host thru Godaddy and recently changed my hosting from windows deluxe to linux 4g. I had the plugin working previously but then after the switch the captcha image stop displaying. I then tried to uninstall and reinstall and now it get the following errors.

    Warning: session_start() [function.session-start]: open(/var/chroot/home/content/04/8260904/tmp/sess_hsradrqf1pme0rn46nscmftbd7, O_RDWR) failed: No such file or directory (2) in /home/content/04/8260904/html/garyreber/wp-content/plugins/si-contact-form/si-contact-form.php on line 1431

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/content/04/8260904/html/garyreber/wp-content/plugins/si-contact-form/si-contact-form.php:1431) in /home/content/04/8260904/html/garyreber/wp-content/plugins/si-contact-form/si-contact-form.php on line 1431

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/04/8260904/html/garyreber/wp-content/plugins/si-contact-form/si-contact-form.php:1431) in /home/content/04/8260904/html/garyreber/wp-content/plugins/si-contact-form/si-contact-form.php on line 1431

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/04/8260904/html/garyreber/wp-content/plugins/si-contact-form/si-contact-form.php:1431) in /home/content/04/8260904/html/garyreber/wp-includes/pluggable.php on line 934

    Warning: Unknown: open(/var/chroot/home/content/04/8260904/tmp/sess_hsradrqf1pme0rn46nscmftbd7, 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 () in Unknown on line 0

    I have contacted godaddy but they say it is not on the server side it is a plugin issue. Any suggestions would be appreciated. I saw a old post talking about this issue and being related to the php session temp location but again Godaddy said it is nothing on their side.

    Regards,
    Gary

Viewing 10 replies - 16 through 25 (of 25 total)
  • Lewis

    (@lewisdavis88)

    Hi, thanks for your help, but when I go to the index.php file, where exactly do I put the session code?
    thanks

    Lewis

    (@lewisdavis88)

    Ah sorry ive read the thread proparly now and ive added this:

    session_save_path(‘/home/content/88/8601388/html/sessions’);

    in the wp-config.php file, however I get:
    Fatal error: Call to undefined function phpsession_save_path() in /home/content/88/8601388/html/wp-config.php on line 1

    Lewis

    (@lewisdavis88)

    This is the site:

    https://jakobbelbin.com/

    You probl. put the session_save_path next to your <?php call
    <?phpsession_save_path(
    but it should be

    <?php
    session_save_path(

    Lewis

    (@lewisdavis88)

    Perfect, I put that in both files and it worked.

    Thank you so much!

    Dear Hattendesign,

    I am sorry but I really want to ask you some questions which troubled me a long time.

    I am from China, and days I bought a theme abundance from themeforest.net, and I installed it to my hosting( bought from Godaddy.com), it okay, but when I install the plugin of Woocommerce as instructed from the documentation, problem occured as below,

    Warning: session_start() [function.session-start]: open(/var/chroot/home/content/34/8666534/tmp/sess_5rto6eqcsdk8q5j9bvul681920, O_RDWR) failed: No such file or directory (2) in /home/content/34/8666534/html/wp-content/plugins/woocommerce/woocommerce.php on line 13

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/34/8666534/html/wp-content/plugins/woocommerce/woocommerce.php:13) in /home/content/34/8666534/html/wp-content/plugins/woocommerce/woocommerce.php on line 13

    Could you take a moment to help me fix this problem?! thank you so much!

    BEST REGARDS,

    CHASE

    Hattendesign! Thanks a ton for your quick fix. Helped me a lot.

    Best,
    Dilip.

    FYI, apparently GoDaddy is now familiar with this common problem. I had the same issue and was ready to start making code changes but followed this link I found on another post:
    https://www.fastsecurecontactform.com/session-start-error

    All I did was contact them as it suggested, they asked what plug-in I was trying to use, saw the error messages, and in a few minutes they said try it again. Errors gone!

    I was having this same problem. Thank you guys so much for the help!!!

    thanks this worked for me with ipage.com hosting

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Fast Secure contact form’ is closed to new replies.