Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,513
- Themes
- 10,431
- Plugins
- 15,340
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
To fix any odd problems regarding permissions, you can CHMOD it using PHP.
Add the code above line 128 where it says "$success_message = "Your avatar has been uploaded.";
chmod("/PATH/TO/FORUMS/".$config->avatar_dir . $user_filename, 0666);