I have a custom content type based on book and am trying to add an image upload field. I go to the content type, manage fields, add new field, put in a label, put in a field name, pull down Type of data to store "image", and get image as "Form element to edit the data". I hit save. Place it where I want in the field order. Click save.
Go to my content area, the label is there, but not the field. I have the following image modules: image, image_upload, imageapi, imagecache, imagefield all up to date.
This worked previous to me updating to 6.8 and changing to a different server. Any idea what the issue might be? I may or may not be on 6.x-2.1 as though I have uploaded it, the available update report says it needs to be updated. Yes, I deleted the old file. Yes, I ran update.php.
Please look at problem in graphic attached. Previous answer "Sounds like your images are not found on your new server.
If you're using imagecache, check the server has write permissions on your files/imagecache folder.
You can look at http://drupal.org/node/224913 for imagecache troubleshooting."
The problem is not that the images are not showing up but that the field to browse to and enter the images is not showing up. Would that be an imagecache issue? See under the title Cover Image. No field appears.
thanks,
Cherie
| Comment | File | Size | Author |
|---|---|---|---|
| Picture 2.png | 32.65 KB | cheriejd |
Comments
Comment #1
karens commentedSupport requests are not 'critical', 'critical' is for bugs that keep the code from working. And if this is an image_upload field, you should be asking this on the image_upload queue, so I am moving it there.
Comment #2
bojanz commentedAs far as I can see, this has nothing to do with image_upload, since we don't use CCK at all.
Comment #3
cheriejd commentedI reinstalled both CCK, Image, and image_upload and it appears to be working.