Project:CCK Multimage
Version:5.x-1.1
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I am not able to get the images to display at all on the page. My page is here: http://needyl.com/page/17

Looking at the source code, it looks like the images aren't there at all.

I've tried different sized cache images, to no avail.

Any ideas?

Comments

#1

This is what I'm doing -

I create a new content type called "project".
I add an image field projectimages, with the maximum size of 400x400, alt text, and multiple values. Right now this is just set to "default" for which image to display.
Created content using the content type "project" with three images in the image field. Images display at full size and stack.
Created a preset called "multimage" that scales to Inside Dimensions 400x400.
Upload and activate CCK Multimage.
Set CCK Multimage to use preset "multimage" on full and left teaser as the default. Checked detailed CSS and work with IE6
Edit "project" so that projectimages use CCK Multimage on "Full". Label and Teaser are hidden.
Images don't show at all. They aren't even in the source code.
If I switch them back to default or to the preset, they show again.

Using CCK 5.x-1.6
CCK Multimage 5.x-1.1
Image cache 5.x-1.3

What am I doing wrong here?

#2

I really don't know what's going on. Are you overriding the theming functions using a node-project.tpl.php file by any chance?

Try adding it to another content type and see what happens.

Silvio

#3

I've tried creating new content types from scratch, and I get the same results.

I'm not knowingly overriding them. It's possible that I might be on accident, though. Is there a default version of that file that I could replace mine with to see if that solves the problem? Would that explain why the images aren't even showing up in the html?

Thanks for your help.

#4

It's seems like the module isn't even importing the JavaScript files. Only Drupal.js and jQuery.js are included, when there should be more. Try switching themes temporarily to see if it works. If this doesn't work, then I really don't know what is causing the problem.

Silvio

#5

Didn't work when I switched themes. I tried putting the code from the multimage.js file into the drupal.js file to see if that would trigger it, and nothing.

I might just scrap the whole thing and start with a fresh install. I can't get any of the multiple image modules to work.

I did notice that this code is showing up on my image cache admin page (/admin/settings/imagecache)
$Id: imagecache.module,v 1.19.2.28 2007/06/16 17:22:41 dopry Exp $

Any chance there might be a bug there that's causing the trouble?

#6

At this point, no one else has reported a similar issue, so even though it might be a bug, the chances are slim. However, if I do find what's causing the issue, I'll let you know.

Silvio

#7

Having the same problem.

No images displayed.

#8

Ok, solved it by correcting the .htaccess in files-directory.
Just left the RewriteEngine Off uncommented.

edit: btw. it was an imagecache issue.

#9

Got same problem here. Seems like ImageCache is adding its own image path that is flawed.

Example:
http://mysite.com/sites/mysite.com/files/imagecache/%252Fanuxfnn2.jpg

should be

http://mysite.com/sites/mysite.com/files/imagecache/anuxfnn2.jpg

When I try to change where the CCK Multimage-images are to be stored, I get the same error as above:

http://mysite.com/sites/mysite.com/files/imagecache/%252Fcck_multimage/w...

Here I tried to get CCK Multimage to store the files in the directory cck_multimage

CCK 5.x-1.7
CCK Multimage 5.x-1.1
ImageCache 5.x-2.1