Title: allhands's Replies | WordPress.org

---

# allhands

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

 *   [Profile](https://wordpress.org/support/users/allhands/)
 *   [Topics Started](https://wordpress.org/support/users/allhands/topics/)
 *   [Replies Created](https://wordpress.org/support/users/allhands/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/allhands/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/allhands/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/allhands/engagements/)
 *   [Favorites](https://wordpress.org/support/users/allhands/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: [[User Avatar] User Avatar mess up and send a Warning.](https://wordpress.org/support/topic/user-avatar-mess-up-and-send-a-warning/)
 *  [allhands](https://wordpress.org/support/users/allhands/)
 * (@allhands)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/user-avatar-mess-up-and-send-a-warning/#post-1701017)
 * Go to your plugin editor, bring up user-avatar/user-avatar.php, and change line
   100 from:
 * mkdir(WP_CONTENT_DIR.”/uploads/avatars/”, 0777, true);
 * to:
 * mkdir(WP_CONTENT_DIR.”/uploads/avatars/”, 0777);
 * Probably has something to do with the OS or version of PHP running, but this 
   worked fine for me.

Viewing 1 replies (of 1 total)