By juliejohnson26 on
I have just installed IMCE and FCKEditor but am having trouble getting images uploaded into a body of text using the Insert Image/Upload tab. I have followed all the advice in the IMCE ReadMe doucment but it hangs when I go to the Upload tab and browse my computer by using the Choose File button, select the image and click on the "Send it to the server" button. The Image Properties box looks like it's doing something...it has a nice row of little boxes that shimmers in a variety of grays as if it's processing the request, but it hangs and goes no further. Anyone know what I've done wrong?
Comments
Try checking the permissions
Try checking the permissions of your "images" folder
Permissions
Permissions seem to be set correctly. Any other suggestions?
I am having the same problem
If I let it sit long enough, it will pop up with the file select box though. I have not figured out any more than that though. If you do get an answer, please post it back here.
Regards
This worked for me
I had the same problem and solved it by editing /sites/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php
first you must change the value of $Config['Enabled'] from false to true. But I guess you already done that. Thats what I did before I got the same problem as you have.
The solution is to either edit $Config['UserFilesPath'] to point to a directory where files can be written (I think the default installation makes /sites/default/files/ writeable) or simply create a /userfiles directory with write permissions.
That solved it for me, hope it works for you too :)