Title: mrmuu's Replies | WordPress.org

---

# mrmuu

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SI CAPTCHA Anti-Spam] [Plugin: SI CAPTCHA Anti-Spam] File Permissions Prevent Registration](https://wordpress.org/support/topic/plugin-si-captcha-anti-spam-file-permissions-prevent-registration/)
 *  [mrmuu](https://wordpress.org/support/users/mrmuu/)
 * (@mrmuu)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-si-captcha-anti-spam-file-permissions-prevent-registration/#post-1875045)
 * The folder need to be writable with the user running Apache, in my case, the 
   folder owner was the ftp user, group was the same as apache was using but the
   permissions was set to 755, changing to 775 solved the problem
 *     ```
       # pwd
       /usr/share/wordpress/wp-content/plugins/si-captcha-for-wordpress/captcha-secureimage
       # ls -l | grep captcha-temp
       drwxr-xr-x 2 wordpress www-data  4096 2011-02-21 10:43 captcha-temp
       # chown g+w captcha-temp
       # ls -l | grep captcha-temp
       drwxrwxr-x 2 wordpress www-data  4096 2011-02-21 10:43 captcha-temp
       ```
   

Viewing 1 replies (of 1 total)