By keschrich on
I recently installed the RC of drupal 4.6, and overall everything is working quite nicely.
I am having one problem at the moment though: When I try to create an image, i select the file i want to upload, hit either submit or preview, and the node is created, but no image is ever uploaded. I have installed the CVS versions of upload.module, image.module, and img_assist.module. Image is set to use the ImageMagick library and the paths are correctly set (also didn't work using built-in GD2 library).
If anybody has any advice I could try, I would appreciate it. Thank you
Comments
Watch out for pop-up blocking
This is the first thing I'd check, just in case. If you are using Internet Explorer or an Internet Security program, make sure that pop-up blocking is turned off. Also, at this point, I'm able to use Firefox to upload images just fine... it's using Internet Explorer that causes some weird issues (see bug reports for the tinymce.module and image_assist). I have been able to get image_assist and image uploads working fine without integration into the tinymce text editor (and everything works fine under Firefox-- darn that microsoft stuff!) You might also check permissions on the image_assist and image directories... I think that this initially gave me some problems. However, I'm just trying to figure this stuff out myself. Good luck.
Permissions issue
It was a permissions problem after all, I completely overlooked it. /drupal/files was not set 755.
Thanks for the tip!