Everything seems to be working fine except my image attach feature. When I create a new page/story, I don't see any way to attach a file/image. I have upgraded to the latest version of "image" by copying the "image" directory to sites/all/modules. The "upload" and "image" modules are all activated and I configured "image" and got a green results message saying my changes were saved successfully. Isn't there supposed to be an "attachment upload" section beneath the post editor now?

Any help would be greatly appreciated.

Cheers!

Comments

joachim’s picture

have you also enabled imageattach module and enabled attached images on the relevant node types?

dastaten’s picture

Yes, I forgot to mention that. I did enable them there as well.

joachim’s picture

In which case, I'm not sure. Try the steps on the image troubleshooting page.

sagar ramgade’s picture

Hi,

After enabling the image attach module you need to edit the content type and enable the option of attached images in that content type.
Then you will be able to see the attach image field.

Acquia certified Developer, Back end and Front specialist
Need help? Please use my contact form

dastaten’s picture

I have done that already and it is still not showing.

sagar ramgade’s picture

Are you getting confused between enable attachments on edit content type and enable attached images.
As you mentioned that you have upgraded to the latest version of the image module.
Right way to do this is to delete the old image module folder and then add new image module folder in sites/all/modules

Run update.php

Acquia certified Developer, Back end and Front specialist
Need help? Please use my contact form

m13’s picture

ImageMagik toolkit

dastaten’s picture

But it said there was a problem. I copied the .inc file to the includes folder and that seemed to fix part of the problem. But it still isn't showing up and it says something about having to install ImageMagik toolkit on my server? I don't understand why it's so complicated to just upload an image and stick it in a post. I may just have to manually upload images to my server and then link to them.

----------------------------

I think I must have screwed something up along the way. I'm going to do a fresh install.

joachim’s picture

You don't need ImageMagick. You can just enable the imageGD toolkit module.