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...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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!!!
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!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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...
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?
Same here!
http://www.users.madasafish.com/~sarakirkpatrick/simpleviewer4/gallery.html
php file is here
http://www.users.madasafish.com/~sarakirkpatrick/simpleviewer4/flickerViewer.php
Any help would be greatly appreciated:)
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
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....
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!
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
location: http://www.edoardoluppari.it/photos_flickr/flickr_viewer.php
web host: www.tophost.it (in italy)
thanks!
My host is godaddy. The location of my php file is:
www.sethmorris.com/simpleviewer/flickrviewer.php
Thanks, Dustin!!!
Oops...
the php file is actually at www.sethmorrisphotography.com/simpleviewer/flickrviewer.php
Just installed FlickrViewer and I'm having the same issue. Does anyone have any idea what the problem is? Is there a fix?
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!
:)
did anyone solve this problem?
dustin where are you?
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
I have the same problem, is it depending on hosting provider or not?
P.S. I believe my provider has up-to-date PHP. This thread had the most replies, is there a fix for this problem?
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
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/
Thanks, I found fix too!! My Flickr sets were not set to "Safe". All works now.
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!
<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.
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
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.
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
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!