Viewing 12 replies - 1 through 12 (of 12 total)
  • This URL is supposed to show the CAPTCHA image but it comes up 404 not found. either the file is missing, or you have a .htaccess rewrite rule that does that.
    /wp-content/plugins/si-contact-form/captcha/securimage_show.php

    Here is the help page:
    http://www.fastsecurecontactform.com/problem-captcha-image

    Thread Starter chriszee

    (@chriszee)

    Thanks Mike, I appreciate your support.
    Checked everything, didn’t find what the cause is yet.

    What is in your WordPress .htaccess rewrite rule?

    Hi,

    I’m also having the same problem – no captcha images.

    I’ve tried all of your suggestions about permissions and changing php in adv.

    I get a number of php errors when I try to call this: php
    /wp-content/plugins/si-contact-form/captcha/securimage_show.php

    Warning: session_start() [function.session-start]: open(/home/content/22/10225422/tmp/sess_9c09c74036cb7f5efe83c2e32783da8a, O_RDWR) failed: No such file or directory (2) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 427

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

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

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 882

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 883

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 884

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 885

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 886

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 902

    My site is whoismjm.com (form in right sidebar)

    thanks for your assistance.

    Thread Starter chriszee

    (@chriszee)

    htaccess rewrite rule is 744

    sorry misunderstood… my htaccess:

    # BEGIN WordPress
    #
    RewriteEngine on
    #
    # Unless you have set a different RewriteBase preceding this point,
    # you may delete or comment-out the following RewriteBase directive
    # RewriteBase /
    #
    # if this request is for “/” or has already been rewritten to WP
    RewriteCond $1 ^(index\.php)?$ [OR]
    # or if request is for image, css, or js file
    RewriteCond $1 \.(gif|jpg|php|ico|css|js)$ [NC,OR]
    # or if URL resolves to existing file
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    # or if URL resolves to existing directory
    RewriteCond %{REQUEST_FILENAME} -d
    # then skip the rewrite to WP
    RewriteRule ^(.*)$ – [S=1]
    # else rewrite the request to WP
    RewriteRule . /index.php [L]
    #
    # END wordpress

    Thread Starter chriszee

    (@chriszee)

    Hi Mike,

    thanks again for looking into this for me.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thanks Chris,

    I tried using yours and it made no difference. Based on the php errors when I try to view the missing captcha image, it doesn’t seem to have anything to do with the plugin directory, but a temp cache directory?

    Warning: session_start() [function.session-start]: open(/home/content/22/10225422/tmp/sess_13751d474fbcd521534ebeb914c6fd52, O_RDWR) failed: No such file or directory (2) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 427
    
    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 427
    
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 427
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 882
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 883
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 884
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 885
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 886
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php:427) in /home/content/22/10225422/html/wp-content/plugins/si-contact-form/captcha/securimage.php on line 902

    Your server has broken php sessions, you can ask your web host to fix that
    http://www.fastsecurecontactform.com/session-start-error

    Thread Starter chriszee

    (@chriszee)

    Mike, the captcha image works on other wordpress blogs I own on my dedicated server.

    perhaps this has something to do with a theme template?

    http://www.jewishterrorism.com/contact-2/

    @chriszee

    You still have a server redirect problem, finding out why is your solution. Ask your web host for help. It is not a problem caused by this plugin.

    Thread Starter chriszee

    (@chriszee)

    interesting my other wordpress sites using this do not have the same problem, on the same dedicated server.

    perhaps if I created a totally new contact page and form it may fix itself.

    I have a feeling total cache or super cache has screwed it up.. glad I dont use them anymore.

    thanks again Mike for your support.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Captcha image not showing’ is closed to new replies.