Closed (fixed)
Project:
Imageflow
Version:
7.x-1.0-alpha3
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2013 at 19:08 UTC
Updated:
10 Jul 2013 at 20:23 UTC
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?
| Comment | File | Size | Author |
|---|---|---|---|
| imageflow after.png | 10.01 KB | monaw | |
| image flow loading.png | 13.1 KB | monaw |
Comments
Comment #1
monaw commentedI 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?
Comment #2
monaw commentedOk, I commented out that line in the code but still nothing. I also installed colorbox 2.x but still nothing...
Comment #3
monaw commentedComment #4
monaw commentedHello, is anyone there?
Comment #5
jamesbenison commentedI'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.
Comment #6
jamesbenison commentedImages not showing up are addressed in this thread: https://drupal.org/node/1811050
A fix for the problem in #1 has also been committed.