Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#109 2005-07-15 12:17:20
- mreeves
- New Member
- Registered: 2005-07-08
- Posts: 4
Re: [plugin] [ORPHAN] vdh_flickr
Not sure if it is the cause of your particular problem but I was getting the same message a couple of hours ago – I went to flickr.com and there was a message up explaining they were experiencing technical problems. As of this minute however my installation is connecting to flickr without a problem.
Last edited by mreeves (2005-07-15 12:32:42)
Offline
#110 2005-07-15 12:49:48
Re: [plugin] [ORPHAN] vdh_flickr
Yeah- I had the same problem last night. Just after I talked this plugin up on the TextDrive forums, Flickr tanked.
Offline
#111 2005-07-15 14:05:08
Re: [plugin] [ORPHAN] vdh_flickr
I’ve experienced this problem about 5 hours ago. Flickr seems to go down for a few hours every now and then.
But in this moment everything is running fine on my site again.
Offline
#112 2005-08-04 13:19:44
Re: [plugin] [ORPHAN] vdh_flickr
Help the clueless newbie =(
Alright, I don’t know much about PHP or this whole Interweb thing (why am I even trying to make my own webpage…? :) Anyway, I’ve performed a clean install of TextPattern using this .htaccess file:
(I don’t know how to escape Textile so I’ve just put in leading \:/)
\> cat .htaccess
\# DirectoryIndex index.php index.html
\# Options +FollowSymLinks
\# RewriteBase /home/ahmadia/public_html
\
\<IfModule mod_rewrite.c>
\ RewriteEngine On
\ RewriteCond %{REQUEST_FILENAME} -f [OR]
\ RewriteCond %{REQUEST_FILENAME} -d
\ RewriteRule ^(.+) – [PT,L]
\
\ RewriteRule ^(.*) index.php
\</IfModule>
\
Diagnostics appear to run fine, but after installing the v8 beta plugin, creating a new section and article, I get a weird error stack referring to already-defined variables, etc… My webpage is at http://www.ahmadia.net (TextDriven), and the test page is at: http://www.ahmadia.net/aron_gallery. All help is appreciated!
Last edited by aron (2005-08-04 13:29:07)
Offline
#113 2005-08-04 20:04:03
Re: [plugin] [ORPHAN] vdh_flickr
You can copy multiple lines of code into the forum by wrapping ist in < code> … < /code> (without the spaces in between).
The problem you have has never occurred to me, but please make sure you use a current version of textpatter. I think rc3 and above will do.
In newer versions of textpattern you can set a production state. Setting it to “live” might help you get rid of the problems.
Offline
#114 2005-08-05 10:01:00
Re: [plugin] [ORPHAN] vdh_flickr
Hahah, you got it!
Setting the production status from ‘debugging’ to ‘live’ fixed the problem.
+10 karma points for you, and I owe you a beer if you’ll be in Munich sometime in August.
Offline
#115 2005-08-05 19:54:21
Re: [plugin] [ORPHAN] vdh_flickr
Hrhr, thanks! What a pity I will be sailing in the north of Germany at that time…
Offline
#116 2005-08-14 23:16:22
Re: [plugin] [ORPHAN] vdh_flickr
I am also getting the “failed to connect to flickr.com!” error. I have no idea what’s wrong. Everything seems right.
bludrop studios .::. Creative Expression
Offline
#117 2005-08-15 14:40:25
Re: [plugin] [ORPHAN] vdh_flickr
Hi guys, do you have your code indented properly? (I would think the vdh_flickr_show_nsid wouldn’t work…) Here’s one of my successful uses:
<code>
<txp:vdh_flickr_thumbnails nsid= “79598448@N00” set=“700915” thumbnail_size=“m”/>
</code>
You can see it demo’d on the front of my <a href=” http://www.ahmadia.net”>Ahmadia Family website</a>. Larf is definitely the expert on these things so you may need to wait for him to come back from sailing :).
Offline
#118 2005-08-15 14:44:01
Re: [plugin] [ORPHAN] vdh_flickr
Gah! Make sure there are two spaces before the: <code>
<txp:
</code> the < code > tag appears to eat space :(.
Offline
#119 2005-08-15 18:44:33
Re: [plugin] [ORPHAN] vdh_flickr
I tried that and it still doesn’t work.
bludrop studios .::. Creative Expression
Offline