MyBB Community Forums

Full Version: Avatar url cant be used
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sorry this is my phpmyadmin setting which is disable
exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source

My problem is I cant use avatar url. there is error message like this
Quote:Please correct the following errors before continuing:

The file upload failed. Please choose a valid file and try again.

I use VPS, what should i do?
may be you tried to upload not supported image files ...

just make a trial wit jpg image... if problem occur again... report here...
sorry i blocked upload images from my site, so i just allowing user whom used image url only
Check your php info file to see if curl or fsock is enabled, if not you will have to enable one of those functions to have the ability to fetch remote files(avatars)

To check your php info you can check it in Admincp >> Tools & Maintenance >> View PHP Info
curl
cURL support enabled
cURL Information libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5

but i dont find fsock? how to enable it?
up up up
If cURL is already enabled then the above error would show for any of the following reasons:

- is_uploaded_file returns false
- Avatar fetched was empty or zero in size
- Avatar fetched could not be moved to the avatar folder (check chmods?)
- Avatar fetched is not a valid image. It may show as an image but the mime-type may be incorrect due to the remote server's encoding/configuration