• Okay, I have tried the url fixes you suggested but I was unable to find a solution. I have tried changing to the twenty thirteen theme and I have tried the .htaccess solution to no avail. When clicking on the captcha image I am getting this:

    Warning: session_start() [function.session-start]: SAFE MODE Restriction in effect. The script whose uid is 649 is not allowed to access /tmp owned by uid 0 in /home/forehand/domains/forehandfrenzy.com/public_html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 427

    Fatal error: session_start() [function.session-start]: Failed to initialize storage module: files (path: ) in /home/forehand/domains/forehandfrenzy.com/public_html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 427

    Any suggestions would be greatly appreciated.

    https://www.ads-software.com/plugins/si-contact-form/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi forehandfrenzy can you check the folder’s permission on the following path

    is not allowed to access /tmp

    Let me know if that helps you.

    Kind regards

    PHP Sessions are broken on your server, so lets turn that feature off so the form will not try to use it..
    Go to the form edit page advanced tab, uncheck this setting:
    Enable PHP sessions
    then click save changes

    This is a global setting that affects all forms.

    Thread Starter forehandfrenzy

    (@forehandfrenzy)

    Okay, not able to find a /tmp folder on the server to change permissions. Not sure if I am just not finding it or if it isn’t there. Also, I disabled PHP settings and I’m still not able to see the CAPTCHA image.

    If you have cache plugin, be sure to clear the page cache.

    The session error is because the PHP server has safe mode enabled. Safe mode should not be enabled, it does nothing to enhance security and breaks too much functionality.

    The PHP sessions setting in my plugin is supposed to be unchecked by default.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘New CAPTCHA won't display’ is closed to new replies.