Menu

Sort-of blank page...

Help
Kindred
2007-04-05
2013-04-19
1 2 > >> (Page 1 of 2)
  • Kindred

    Kindred - 2007-04-05

    When I load the flickrviewer, I get the "loading" bar and the links at the bottom of the screen to SimpleViewer and FlickrViewer, but the rest of the page is blank.

    I set up an API, I have the set ID and the flickr URL...

     
    • slurpee7

      slurpee7 - 2007-04-10

      I am getting the exact same thing. Could it be an issue with the hosting companies have URL fopen() turned off. Is this call in the flickrviewer.php file anywhere?

       
    • 4807'er

      4807'er - 2007-04-21

      I'm having almost exactly the same thing.....

      I get the loading bar..and then just a single arrow 'button' but no photos or error messages.

      So near..but yet so far!!

      Please can someone help.....

      Thanks

       
    • nizu

      nizu - 2007-07-01

      So do I! the same problem, also with simpleviewer 1,7.
      I tried both Internet Explorer and Firefox, but nothing happened but the empty body after the loading animation.
      It's strange because of Simple Viewer without FlickrViewer works perfectely....

       
    • nickerachi

      nickerachi - 2007-07-03

      Same here!!  Simpleviewer was working fine, but once I added the new index.html file and the flickrviewer.php file, i get the loading bar and the arrow.  That's it.

      Weird thing is, I can load the same folder onto a different FTP, and it works fine.  But not on this one.  Both FTP's are godaddy... i can't figure out the difference between the two!

      ARG!!  This is such an awesome thing... just wish I could get it working!

       
    • Dustin Senos

      Dustin Senos - 2007-07-03

      Hey Guys,

      Could you post the location of your flickrviewer.php and the web host you are using? I will look into the issues.

      Cheers,

      Dustin Senos

       
      • nizu

        nizu - 2007-07-04

        location: http://www.edoardoluppari.it/photos_flickr/flickr_viewer.php
        web host: www.tophost.it (in italy)

        thanks!

         
    • nickerachi

      nickerachi - 2007-07-04

      My host is godaddy.  The location of my php file is:

      www.sethmorris.com/simpleviewer/flickrviewer.php

      Thanks, Dustin!!!

       
      • nickerachi

        nickerachi - 2007-07-04

        Oops...

        the php file is actually at www.sethmorrisphotography.com/simpleviewer/flickrviewer.php

         
    • TWAndrews

      TWAndrews - 2007-09-16

      Just installed FlickrViewer and I'm having the same issue.  Does anyone have any idea what the problem is?  Is there a fix?

       
    • musicprovoc

      musicprovoc - 2007-09-29

      same here! any news on this yet?

      http://www.rachaelburns.net/simpleviewer/flickrViewer.php

      my host is GoDaddy

      and my index file is here

      http://www.rachaelburns.net/simpleviewer/index.html

      thanks in advance!

      :)

       
    • nizu

      nizu - 2007-10-29

      did anyone solve this problem?
      dustin where are you?

       
    • psodini

      psodini - 2007-11-14

      i have the exact same problem!! i'd love to use this, too!!!

      i also use godaddy hosting...

      index file here:

      http://www.pamelamurphyphotography.com/test/index.html

      and php file here:

      http://www.pamelamurphyphotography.com/test/flickrViewer.php

       
    • artistpavel

      artistpavel - 2007-11-29

      I have the same problem, is it depending on hosting provider or not?

       
    • artistpavel

      artistpavel - 2007-11-29

      P.S. I believe my provider has up-to-date PHP. This thread had the most replies, is there a fix for this problem?

       
    • artistpavel

      artistpavel - 2007-11-29

      Ok, I officially give up and continue using the standard Flickr Slide Show option, which is almost the same thing but without customizing abilities.  I may get back to Simplerviewer later

       
      • psodini

        psodini - 2007-11-30

        As it turns out I had two problems!
        1) My hosting acct (godaddy) did not handle the cache. I had to set the variable $ttl to 0.
        2) My hosting account was set up as Windows not Linux and did not support PHP!

        Once I changed these two settings, then I was fine. You can check out my site below, in use. Thanks to Dustin for his help!!!

        http://www.pamelamarie.net/

         
    • artistpavel

      artistpavel - 2007-11-30

      Thanks, I found fix too!! My Flickr sets were not set to "Safe". All works now.

       
    • svenett

      svenett - 2007-12-06

      I was having the same issue and tried psodini's fix of changing the ttl to 0. This fixed my issue. I use dreamhost for my web hosting. Hope this info helps!

       
    • Toua Lee

      Toua Lee - 2008-04-26

      <script type="text/javascript" src="swfobject.js"></script>

      change src source in index file to swobject.js like i have there.
      that's what's missing and what the flickrviewer site doesn't have on their instructions.

       
    • DarkByke

      DarkByke - 2008-05-10

      What's happening with mine?  I've changed everything properly, set my variables to 0 just in case my host doesn't support php....

      http://members.shaw.ca/calvinwallace/simpleviewer/index.html
      http://www.members.shaw.ca/calvinwallace/simpleviewer/flickrViewer.php

       
    • Karlis Lauva

      Karlis Lauva - 2008-05-21

      same thing for me.
      on my local machine it works fine (apache 2.2), but on the BigBytes.net server it is not working...
      http://65.254.58.18/~anetefo/index.html
      and http://65.254.58.18/~anetefo/flickrviewer.php

      ttl is set to 0.

       
    • Macca

      Macca - 2008-07-11

      I had the same issues guys until i got to the post from "psodini (psodini)" and for me the ttl = 0 fixed it. I'm with crystaltech!

      it was driving me crazy up to that point! kinda lost why some people got it working locally and not on there hosted site!

      good luck

       
    • Amy Chapman

      Amy Chapman - 2008-07-17

      I don't know if this will help anyone, but after trying all the options above, I was still getting a blank page.

      After leaving it for a month and coming back to it, I realized that I had mistakenly entered a URL in the setid option, rather than just the set number.

      So for example, I had this
      $setid = 'http://www.flickr.com/photos/username/sets/1234567/';

      but the correct way is
      $setid = '1234567/';

      now it works perfectly.

      hope this helps someone who did the same!

       
1 2 > >> (Page 1 of 2)

Log in to post a comment.

MongoDB Logo MongoDB