MyBB Community Forums

Full Version: Can't upload Avatar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
When using a URL you cannot upload an avatar

NOTE: You can though is you upload it from your computer

[Image: 1zg46ci.png]

On pokesunrise.co.cc
What's the avatar url?
All avatar URLs will not load

This is the one I was using: http://img1.jurko.net/avatar_2078.gif
That never works.......
http://community.mybb.com/thread-77748.h...id+URL.%22

According to here, a plugin was the conflict.

Try disabling all your plugins and testing it again.

Also ensure the uploads/avatars folder has been CHMOD to 777.
Have you tried to go to http://img1.jurko.net/avatar_2078.gif and right click on the image to save it to your computer and then upload it from your computer?
That works, but members have complained about not being able to upload that way, I'll go check the CH Mod
(2010-11-13, 03:50 AM)Guy89 Wrote: [ -> ]That works, but members have complained about not being able to upload that way, I'll go check the CH Mod

If it works that way, then it's most likely not the CHMOD 777 issue.

More likely a plugin is conflicting. Try turning them all off first.
The CHMod is correct, and disabling the plugins did not work.
In ./inc/init.php, find:
define("TIME_NOW", time()); 

Add after:
define("NO_PLUGINS", 1); 

If it's OK after doing this, it's a plugin, if it still happens, it's something else.
Pages: 1 2