MyBB Community Forums

Full Version: Avatar Section Not Working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

Whenever anyone tries to upload an avatar, use an avatar from another URL, or remove an avatar, it directs them to an error page. Sometimes the changes they made still go through, despite this error page, but sometimes they don't.

Here is the message I receive:

Quote:Warning: opendir(/uploads/avatars) [function.opendir]: failed to open dir: No such file or directory in /home/lostandf/public_html/inc/functions_upload.php on line 112

Warning: Cannot modify header information - headers already sent by (output started at /home/lostandf/public_html/inc/functions_upload.php:112) in /home/lostandf/public_html/inc/functions.php on line 621


Can anyone tell me how to fix this?

URL for forum is: lostandfoundrp.com
Okay, I got it working.

Apparently I deleted the period before

"uploads/avatar"

It must read:

"./uploads/avatar"

... That fixed it, anyway, lol.