Can't Upload Any Images.

jor956

Active member
I have a problem where I cannot upload any images at all, be it an avatar, an upload in a post, or anything else, could somebody take a look here, and tell me what's wrong, this didn't happen to my previous installation, is there something wrong with how I've done it?
-Thanks. ;)
 
I just chmodded them now, for some reason I didn't need to on my previous installation; I just get never ending loading in the top right of the screen, chmodding everything didn't change it either.
 
Try the .htaccess fix.

Code:
#    Mod_security can interfere with uploading of content such as attachments. If you
#    cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
#    SecFilterEngine Off
#    SecFilterScanPOST Off
#</IfModule>
 
I registered on your forum and tested some uploads. Small images work fine. But larger images stall like you described.

Two similar threads:

1) http://xenforo.com/community/threads/certain-avatars-refuses-to-upload.18769/

This guy was running Litespeed which had a bug with uploading files. Upgrading Litespeed fixed it.

2) http://xenforo.com/community/thread...n-time-exceeded-when-uploading-avatars.17982/

This guy apparently had a problem with Imagemagick. No specific fix was reported. The problem just randomly went away.
 
I registered on your forum and tested some uploads. Small images work fine. But larger images stall like you described.

Two similar threads:

1) http://xenforo.com/community/threads/certain-avatars-refuses-to-upload.18769/

This guy was running Litespeed which had a bug with uploading files. Upgrading Litespeed fixed it.

2) http://xenforo.com/community/thread...n-time-exceeded-when-uploading-avatars.17982/

This guy apparently had a problem with Imagemagick. No specific fix was reported. The problem just randomly went away.
I have never heard of Imagemagick or Litespeed in my life, ahha, I'll keep looking for a way to figure this out.
 
Top Bottom