Pages don't load...sometimes.

2»

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited February 1, 2007
    imageinc wrote:
    You're right... it wouldn't.

    Note that Advanced mode doesn't affect the *scan*, only the manual tools you can use from the sidebar.

    And gee: look. It's on *my* page, too.

    Hey, Andy: this looks like it's coming from you guys; ask around, eh?
    What is coming from us?
  • marlinspikemarlinspike Registered Users Posts: 2,095 Major grins
    edited February 1, 2007
    Andy wrote:
    What is coming from us?

    My error. It's in everybody's (well...two so far) page and it doesn't show up in our footers in our customization section, but it shows up when we go to the page and look at the source code.
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited February 1, 2007
    My error. It's in everybody's (well...two so far) page and it doesn't show up in our footers in our customization section, but it shows up when we go to the page and look at the source code.
    Interesting - I'll try to find out, Richard.
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited February 1, 2007
    Andy wrote:
    Interesting - I'll try to find out, Richard.
    Richard, it's some kind of code that Onethumb uses. we've shown him this thread. Stay tuned.
  • alberto3554alberto3554 Registered Users Posts: 28 Big grins
    edited February 2, 2007
    Java script errors
    Andy wrote:
    Richard, it's some kind of code that Onethumb uses. we've shown him this thread. Stay tuned.
    Any idea wether this request (http://www.dgrin.com/showthread.php?t=52554&highlight=javascript+error) will be implemented soon ? I do think that javascript calls are creating a lot of havoc (Hmm is this correct english ? headscratch.gif), due to adblockers and proxies. Have seen this issue on FF to with AdBlock Plus blocking http://edge.quantserve.com/quant.js

    For people interested, quantserve is related to quantcast. see http://quantcast.com/

    Bert
  • {JT}{JT} Registered Users Posts: 1,016 Major grins
    edited February 2, 2007
    Alberto, I replied to the other post - but will state here as well. While the alert would be useful in knowing for sure something is wrong - the end result will still be the same thing, a gallery that will not load.


    Any idea wether this request (http://www.dgrin.com/showthread.php?t=52554&highlight=javascript+error) will be implemented soon ? I do think that javascript calls are creating a lot of havoc (Hmm is this correct english ? headscratch.gif), due to adblockers and proxies. Have seen this issue on FF to with AdBlock Plus blocking http://edge.quantserve.com/quant.js

    For people interested, quantserve is related to quantcast. see http://quantcast.com/

    Bert
  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited February 2, 2007
    Any idea wether this request (http://www.dgrin.com/showthread.php?t=52554&highlight=javascript+error) will be implemented soon ? I do think that javascript calls are creating a lot of havoc (Hmm is this correct english ? headscratch.gif), due to adblockers and proxies. Have seen this issue on FF to with AdBlock Plus blocking http://edge.quantserve.com/quant.js

    For people interested, quantserve is related to quantcast. see http://quantcast.com/

    Bert

    Bert,

    I have done some testing...and i see no ill effects of blocking this quant.js file using AdBlock. ne_nau.gif

    David
    David Parry
    SmugMug API Developer
    My Photos
  • alberto3554alberto3554 Registered Users Posts: 28 Big grins
    edited February 2, 2007
    devbobo wrote:
    Bert,

    I have done some testing...and i see no ill effects of blocking this quant.js file using AdBlock. <img src="https://us.v-cdn.net/6029383/emoji/ne_nau.gif&quot; border="0" alt="" >

    David

    Well thats because the code changed, previously the code was like this (see samples earlier in this thread) :
    <*script type="text/javascript"*>
    _qacct="*";
        quantserve();
    <*/script*>
    

    Now it is:
    <*script type="text/javascript"*>
    _qacct="*";
    if(window.quantserve) {
        quantserve();
    }
    <*/script*>
    

    Somebody fixed the call to the function <img src="https://us.v-cdn.net/6029383/emoji/mwink.gif&quot; border="0" alt="" >

    Bert
  • marlinspikemarlinspike Registered Users Posts: 2,095 Major grins
    edited February 3, 2007
    So...why am I still getting this quant serv error?
  • alberto3554alberto3554 Registered Users Posts: 28 Big grins
    edited February 4, 2007
    So...why am I still getting this quant serv error?
    Do you really see the same error in the firebug console or is the code displayed changed ? I mean do you still see:
    _qacct="*";quantserve();
    

    or
    _qacct="*";if(window.quantserve) {quantserve();}
    

    It should be the latter headscratch.gif ohterwise you are seeing different code then I am.

    Bert
  • jbstrickjbstrick Registered Users Posts: 4 Beginner grinner
    edited February 5, 2007
    Important Question?
    How did this code get inserted into all of our sites?
  • marlinspikemarlinspike Registered Users Posts: 2,095 Major grins
    edited February 5, 2007
    Do you really see the same error in the firebug console or is the code displayed changed ? I mean do you still see:
    _qacct="*";quantserve();
    

    or
    _qacct="*";if(window.quantserve) {quantserve();}
    

    It should be the latter headscratch.gif ohterwise you are seeing different code then I am.

    Bert

    Well, what I meant is I'm still getting "an" error about a similar thing.
  • bwgbwg Registered Users, Retired Mod Posts: 2,119 SmugMug Employee
    edited February 5, 2007
    Well, what I meant is I'm still getting "an" error about a similar thing.
    You have Google Analytics installed. It will throw an error as well if it is being blocked. We have a fix in testing now.
    Pedal faster
  • bwgbwg Registered Users, Retired Mod Posts: 2,119 SmugMug Employee
    edited February 7, 2007
    bigwebguy wrote:
    You have Google Analytics installed. It will throw an error as well if it is being blocked. We have a fix in testing now.
    the google analytics fix just went live.
    Pedal faster
Sign In or Register to comment.