XF 1.2 Avatars not uploading to Server

Merlinthewiz

New member
Using GD library and cannot upload images for some reason for avatars.

Have set permissions under public_html for data and internal data and all sub folders and index.php
to 0777 through Cpanel.

Still cannot get avatars to upload properly...

Error is: "
The image could not be processed by the server. Please try another or contact the site owner."

Have tried Jpg, Png, and related.

Any suggestions?
 
This error is only thrown if the image fails to be read by the image processor or the thumbnailing process fails at some point. This could be an issue with GD not working correctly or it could indicate that your host has disabled the GD functions (for some reason?).

If you can use ImageMagick, give that a try. If not, you may want to contact your host to see if they know if GD isn't working correctly or if they've disabled any functions in PHP (and if so, it really needs to be removed).
 
Top Bottom