image upload just hangs?

Permalink
Have tried yesterday and today to upload an image using the file manager to no avail.

The thing just sits there and hangs, every other function in the file manager appears to work fine but not the image upload.

Any ideas please.

 
kappi replied on at Permalink Reply
Also just noticed that at certain times Ive added a block and when I want to go back and edit it, the area doesn't go gray to show editing availability. I had to go back to a previous version and then do a work around.
kappi replied on at Permalink Reply
Am I the only person using concrete5 that has had this problem?
jbx replied on at Permalink Reply
jbx
Could do with some more info...

What version of Concrete5 are you using?
What browser are you using?
What type of file and what file size are you uploading?
kappi replied on at Permalink Reply
Hi,

Firefox - up to date version 3.6.11
Filesize: 5.6k
Concerete5 version 5.4.1

Thanks
Mike0051 replied on at Permalink Reply
Mike0051
I'm haveing the same problem.
seems to be with any file.


IE8
Filesize: 50K
Concrete5 version: 5.4.1
Hkofoed replied on at Permalink Reply
Same problem here....

IE8
C5 v. 5.4.1
Hkofoed replied on at Permalink Reply
This helped me solve the problem. Now image upload works fine....

http://www.concrete5.org/developers/bugs/5-4-1/ie-file-upload-bug/...
edenxavier replied on at Permalink Reply
edenxavier
I remember a few people had similar problems, but it ended up being a permissions problem where /files wasn't chmod 777. Perhaps you can check around if it's directory permissions?
pedropiedade replied on at Permalink Reply
In my case the GD library wasn't installed on the server.
So I just did this (Ubuntu 12.04):

apt-get update
apt-get install php5-gd


And that did it.