I see the "loading images 0/73" when I view my node but then after it loads, there is nothing in the view; please see 2 attached screen shots.

I am using Drupal 7.20 and I have the imageflow library installed.

What am I doing wrong?

CommentFileSizeAuthor
imageflow after.png10.01 KBmonaw
image flow loading.png13.1 KBmonaw
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

monaw’s picture

Title: Nothing shows up » I see an error

I see the following error message in the logs:

Notice: Undefined index: lightbox in imageflow_form_preset_edit_submit() (line 544 of /mypath/modules/imageflow/includes/imageflow.admin.inc).

Does this module need another module? Perhaps a lightbox module?

monaw’s picture

Ok, I commented out that line in the code but still nothing. I also installed colorbox 2.x but still nothing...

monaw’s picture

Title: I see an error » Nothing shows up
monaw’s picture

Hello, is anyone there?

jamesbenison’s picture

I'd try not using 73 images and see if that helps.

The undefined index lightbox thing is a glitch I made, but it should not impact the way the module works in any way.

It may also be that the image paths got broken when drupal released 7.20. That problem should be fixed in the latest dev.

jamesbenison’s picture

Status: Active » Closed (fixed)

Images not showing up are addressed in this thread: https://drupal.org/node/1811050

A fix for the problem in #1 has also been committed.