Project:Views Slideshow: ImageFlow
Version:6.x-1.x-dev
Component:User interface
Category:support request
Priority:critical
Assigned:zzztetsuozzz
Status:active

Issue Summary

My site [chelseabswim.com] is having trouble with ImageFlow. ONLY in IE will ImageFlow not work but every other browser works with it.

I need help ASAP before my boss kills me.

Regards

Comments

#1

I also get this error on all IEs but in this case it is IE8.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Timestamp: Mon, 3 Aug 2009 21:44:59 UTC

Message: Invalid argument.
Line: 18
Char: 5
Code: 0
URI: http://www.chelseabswim.com/modules/views_slideshow_imageflow/views_slid...

#2

Priority:critical» normal
Assigned to:Anonymous» zzztetsuozzz

Hi,

Maybe, you have added the snippet for the lightbox combinaison as I do?

I have the same error, no display on all IE.

Thanks

#3

So what should I do to fix this?

#4

Bump!

#5

Bumping again!

#6

Priority:normal» critical

Does anyone know how to fix this?

OR

Does this just not work on IE properly?

If this doesn't work on IE consistently can someone tell me so I can use something more stable?

Regards

#7

Same error as in #1 on IE 8.

Has anybody solved this problem?

Thanks

#8

I had the same problem untill i embedded that view which displays a block of imageflow inside a node

<?php
 
print views_embed_view($name, $display_id);
?>

this solved the problem ...anybody knows why ? ;D

#9

Status:active» fixed

#10

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

#11

@sunn

How can I do that? Tell me please.

#12

Status:closed (fixed)» active

I'm having this issue in IE8 also, I disabled js caching to make it easier to digest and the error points to the error being on the following line:

loadingBar.style.width = finished+'%';

(Which sounds about right as all IE8 displays is a partially completed loading bar!)

I have embedded the view, firstly into a block and then into a page as a test and it has not corrected the problem.

The code I used for the block/page is:

<?php
print views_embed_view('Main_Images', 'block_1');
?>

which displays the view correctly in Firefox & Chrome.

As you can see, I didn't pass any arguments, is that a requirement? If so what do I pass?

#13

in ie8 the image loading stops at 3 of 4!!! The gallery is not shown!

SOLVED caused by an own script!

#14

Subscribe

#15

Apfel007,

What did this script do? And what did you do?

I have the same issue: Imageflow is working fine in all browsers, but in IE (8 and 9), the script stops loading images before the full number is reached. I have 100 images, and it always halts at 93. I reduced the number to 50 in the view, and the script stops at 45 every time. It never finishes in IE. No scripting errrors or nothing else tells me what might be wrong.

If I reduce it to 5 images, it works, but 20 doesn't. Then it halts at 16 images and is stuck.

I also notice that my CPU load increases significantly as soon as the loading is stuck, and stays high until I leave the page with imageflow.

I use this imageflow view in a block.

Another odd thing is that if I log in as admin in IE, edit the view and preview it, the screen goes blank! The page loads and all the HTML is there, but the screen is just white...
I usually work in Firefox, and preview works fine there.

Any suggestions? The client obviously wants all images to show and at least more than 5!

Martin

#16

I was having this problem and I uninstalled modules until it worked. For me the module causing the problem was draggableviews 6.x-3.5.

#17

My solution for now has been to make two view blocks: a static grid with the images for IE and the imageflow block for all other browsers. A little PHP in the block controls for the two, and IE users don't experience the counter stopping before having loaded all images. This works for now, and the client is happy, but I'd still love to have a real solution.

I can't put my finger on any modules that might interfere with imageflow. The Drupal installation in question is quite modest and standard, using no exotic modules, but I might experiment with uninstalling some to test their influence.

Martin

#18

Actually it was a combination of draggable views and an image missing from one of the nodes used in the view. Once I added the image to the node, it worked.

#19

Just replace original file in "libraries/imageflow". and put Slideshow to False.

AttachmentSize
imageflow.zip 10.81 KB
nobody click here