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

CommentFileSizeAuthor
#19 imageflow.zip10.81 KBdureaghin
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

j4ckripp3r’s picture

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...

zzztetsuozzz’s picture

Assigned: Unassigned » zzztetsuozzz
Priority: Critical » Normal

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

j4ckripp3r’s picture

So what should I do to fix this?

j4ckripp3r’s picture

Bump!

j4ckripp3r’s picture

Bumping again!

j4ckripp3r’s picture

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

bensemmel’s picture

Same error as in #1 on IE 8.

Has anybody solved this problem?

Thanks

Anonymous’s picture

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

Anonymous’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

zietbukuel’s picture

@sunn

How can I do that? Tell me please.

ITMonkey’s picture

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:

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?

Apfel007’s picture

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

SOLVED caused by an own script!

dureaghin’s picture

Subscribe

vertikal.dk’s picture

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

xenophyle’s picture

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.

vertikal.dk’s picture

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

xenophyle’s picture

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.

dureaghin’s picture

FileSize
10.81 KB

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