Title: johnchen88's Replies | WordPress.org

---

# johnchen88

  [  ](https://wordpress.org/support/users/johnchen88/)

 *   [Profile](https://wordpress.org/support/users/johnchen88/)
 *   [Topics Started](https://wordpress.org/support/users/johnchen88/topics/)
 *   [Replies Created](https://wordpress.org/support/users/johnchen88/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/johnchen88/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/johnchen88/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/johnchen88/engagements/)
 *   [Favorites](https://wordpress.org/support/users/johnchen88/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Contact Form 7] Spinning Arrow with WP 3.3.1, Contact Form 7 & Really Simple CAPTCHA](https://wordpress.org/support/topic/spinning-arrow-with-wp-331-contact-form-7-really-simple-captcha/)
 *  [johnchen88](https://wordpress.org/support/users/johnchen88/)
 * (@johnchen88)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/spinning-arrow-with-wp-331-contact-form-7-really-simple-captcha/page/2/#post-2643322)
 * Here is the solution from c[aljos](http://wordpress.org/support/topic/plugin-really-simple-captcha-submit-appears-to-be-timing-out-but-its-really-working):
 * On line 69 till 73 in wp-content/plugins/really-simple-captcha.really-simple-
   captcha.php the temperary files are set to closed permissions, so they can’t 
   be deleted afterwards. So I changed the permision to:
 * /* Mode of temporary image files original:0444 */
    $this->file_mode = 0777;
 * /* Mode of temporary answer text files Original:0440 */
    $this->answer_file_mode
   = 0770;
 * It works for me locally (this issue only exists for local host, no issue with
   my Hostgator hosting site)

Viewing 1 replies (of 1 total)