Page 5 of 5

Re: [v0.2] MooFlow

PostPosted: Thu Dec 03, 2009 12:17 pm
by bluff
daKmoR wrote:it's rather strange...

your MooFlow.js file contains this content?
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  <head>
  6.  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  7.  <meta http-equiv="X-UA-Compatible" content="chrome=1">
  8.  <title>Source/Common/javascript/Source/uthando/Interface/MooFlow.js at master from vincentbluff's Uthando-CMS - GitHub</title>
  9.  <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub" />
  10.  <link rel="fluid-icon" href="http://github.com/fluidicon.png" title="GitHub" />


html in an js file? I guess that can't work :p


@daKmoR it seems @supunna just saved the github page instead of downloading the js code.

@supunna you do have to make IE8 emulate IE7 as this is a major bug with IE8 it seems Microsoft are breaking backwards compatibility. "They are a law unto themselves". IE8 will not work in my site without:
  1. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />


and on your test page you need to add the MooTools library and the JS code for MooFlow not the saved github page but the code. You could of done this by clicking on the raw option and then saving the code. :shock:

Re: [v0.2] MooFlow

PostPosted: Thu Dec 03, 2009 12:26 pm
by supunna
OK, thank you…  8-)

Re: [v0.2] MooFlow

PostPosted: Thu Dec 10, 2009 2:42 pm
by geoid

Re: [v0.2] MooFlow

PostPosted: Thu Feb 11, 2010 8:09 pm
by behanj
Hi,

At the risk of sounding like a lick-arse - Great Script!
I'm using it on a site I'm developing, which can be seen at http://www.raplom.com/pjsecurity
The MooFlow script works perfectly on my local PC, but for some reason it isn't working on the this server.
In firebug I get the following error -
el.div is undefined

Line 343


The firebug console reports this error over and over.

Even though this isn't a problem with the script as it runs perfectly on my dev pc, can you give me an idea as to why I'm getting this error on the server?

Thanks,
John

Re: [v0.2] MooFlow

PostPosted: Thu Feb 11, 2010 8:29 pm
by bluff
Your problem lies with the first image in the mooFlow set: http://www.raplom.com/pjsecurity/img/faslogo.gif
it points to a non existing image but your server is deliving an custom page for the response and mooFlow is trying to make a picture out of it which it can't because it is all html code. Either take this picture out or upload it to to respecting directory and your problem show go away and mooFlow should work then.

Re: [v0.2] MooFlow

PostPosted: Fri Feb 12, 2010 12:33 pm
by behanj
Hi Bluff,

Thanks for that. It works perfectly now.

The image was there, but it was named FASLogo.gif and was referenced in the code as faslogo.gif. I didn't realise capitals made a difference, so thanks for that.

How did you know that the image was missing? I spent some time trying to figure out what the Firebug errors meant but didn't have a clue and hadn't thought to look at the images as a possible reason.

Thanks a million for your help and quick reply, it's much appreciated.

All the best,
John