Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter stimuluscer

    (@stimuluscer)

    Can I have some help with this please?

    Thread Starter stimuluscer

    (@stimuluscer)

    I Found this on another post and tried change the permissions as follows:

    in wp-content/plugins/really-simple-captcha.really-simple-captcha.php

    /* Mode of temporary image files */
    $this->file_mode = 0777;

    /* Mode of temporary answer text files */
    $this->answer_file_mode = 0770;

    But it didn’t work

    Anyone got any ideas?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    See CAPTCHA

    Use correct tags.

    Thread Starter stimuluscer

    (@stimuluscer)

    Hi,

    I looked at the info and tried putting in:
    define( ‘WPCF7_CAPTCHA_TMP_DIR’, ‘/your/file/path’ );
    into the config file but it broke the site

    I then looked at the wp-contents/uploads/wpcf7_captcha, and this is what was in the htaccess file in that folder:

    Order deny,allow
    Deny from all
    <Files ~ “^[0-9A-Za-z]+\.(jpeg|gif|png)$”>
    Allow from all
    </Files>

    Any other suggestions please?

    Thread Starter stimuluscer

    (@stimuluscer)

    Hi there

    Still not working, what else can I try?

    Many thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘"Message sent" message dosen't appear after puttting captcha into form’ is closed to new replies.