|
maybe is your xmlrpc.php
in a folder
like
www-your address-com/blabla/xmlrpc.php
Posted 6 months ago.
( permalink
)
|
|
Nope, it's directly under e-markus.com. If you post it in your browser, you'll see that it's there because it returns "XML-RPC server accepts POST requests only."
Posted 6 months ago.
( permalink
)
|
|
***
SecFilterEngine Off
SecFilterScanPOST Off
***
the ht.access
@root folder
change to .htaccess
than register_globals to Off
**done
and stuff like that
normaly no problem wordpress and flickr
i self and for friends do that many times without problems
Posted 6 months ago.
( permalink
)
|
|
OK, I tried to figure out what exactly you wanted me to do. My original .htaccess folder looked like this:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
I changed it to this and tried it:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
SecFilterEngine Off
SecFilterScanPOST Off
# END WordPress
It didn't work, so I tried this:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
SecFilterEngine Off
SecFilterScanPOST Off
register_globals Off
# END WordPress
That didn't work either. Am I putting the added lines in the wrong place? I changed the .htaccess file back to the original configuration in the meantime.
Posted 6 months ago.
( permalink
)
|
|
Oh yeah, and I got an internal server error from my blog on that second configuration.
Posted 6 months ago.
( permalink
)
|
|
The line to turn off register globals should actually read:
php_flag register_globals off :)
Posted 6 months ago.
( permalink
)
|
|
When I use this in my .htaccess, I just get an internal server error on my blog:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Posted 6 months ago.
( permalink
)
|
|
Still not working. And my technical support e-mail from last week still hasn't been answered. I guess I'll just stick to using Wordpress's NextGen Gallery plugin.
Posted 6 months ago.
( permalink
)
|
|
I'm having the same problem here. There is no "API Endpoint" listed in my xmlrpc.php file.
Posted 6 months ago.
( permalink
)
|
|
i'm having some problems too! My blog is www.filmnoirnmore.wordpress.com
How am i suspose to set it up?? IT's not working!!
Posted 6 months ago.
( permalink
)
|
|
grobanite19gal Please see here:
www.flickr.com/help/blogging/
Posted 6 months ago.
( permalink
)
|
|
thanks!
Posted 6 months ago.
( permalink
)
|
|
The Flickr blogging section doesn't address this, and i'm getting the exact same error stating that the API endpoint doesn't work. Anyone else having this problem?
Posted 6 months ago.
( permalink
)
|
|
This is really frustrating. I got one of my wordpress blogs setup correctly by removing the and when I tried to do it for my second wordprss blog I get the API error. Still no clue as to what the solution is.
Posted 6 months ago.
( permalink
)
|
|
Mine is doing the same thing! I just set up my wordpress page up a couple days ago, but I can't imagine that would have an effect. I've tried it time and time again - keeps giving me the same error you all are having.
Posted 6 months ago.
( permalink
)
|
|
not only with wordpress but blogger as well, pain.
Posted 6 months ago.
( permalink
)
|
|
I had the same problem but had it resolved on my wordpress, by sheer luck -
My wordpress is installed on my server (http://cathyma.com)
I first went to my server and confirmed that the file xmlrpc.php does exist under my domain, and double-checked with the property of the file which has the address /cathyma.com/xmlrpc.php
I then went to Flickr import blog and put /cathyma.com/xmlrpc.php, didn't work at first. Tried again with cathyma.com/xmlrpc.php (*note i.e. without "http://") and it works.
See if it works for you guys?
Posted 6 months ago.
( permalink
)
|
|
Same problem, can't find a way to solve it :(
Posted 5 months ago.
( permalink
)
|

|
Greet D- you have one that was added a few minutes ago. Is that not the one you were trying to add? We show some timed-out messages for that blog in the last 10 minutes when trying to connect.
Edit to add-
If anyone has access to their own setup logs on the server, you may be able to find additional information. I've looked through some more logs and I see several other blog setup attempts generate timeout errors. I'm able to setup a WP blog fine, so do let us know if you can get any information from the server log on your end when trying to set it up.
Posted 5 months ago.
( permalink
)
Kevin (staff) edited this topic 5 months ago.
|
|
i was having the same problem ...
i entered my blog address without the
(www.davidsmeaton.com/xmlrpc.php) and it worked just fine.
hope that helps! :)
Posted 5 months ago.
( permalink
)
|
|
Still not working for me...tried all of the suggestions...
Updated WP
renamed xmlrpc.php
tried with and without http
added php code to xmlrpc.php
Anything else I can try?
Posted 5 months ago.
( permalink
)
|

|
Hello Brandon, I took a look at the server logs and it appears that your host was not reachable when we made the call to it. (the exact error message was "Network is unreachable (7)" ) It might just be a temporary hiccup but if you continue to have trouble you will probably want to contact your host.
Posted 5 months ago.
( permalink
)
|
|
Hello, i'm having the same problem as all these people.
writingwrong.com/xmlrpc.php
tried with the and without.
my blog isn't installed in a subdirectory or anything of the like. the file itself is there, so i'm not sure what i'm doing wrong.
www.writingwrong.com/img/wtfflickr.jpg
Posted 5 months ago.
( permalink
)
|
|
I'm also having this problem. I'm running WordPress 2.3.2 and when I try to hit up my xmlrpc.php file through my web browser the error says "The precondition on the request for the URL /xmlrpc.php evaluated to false."
Blog at www.twergi.net
Edit: I tried a couple tricks from the wordpress forums, now I'm having the same error as the first guy.
Posted 5 months ago.
( permalink
)
twergi edited this topic 5 months ago.
|
|
I tried cathyma suggestion by leaving out the www. part and just typed in my domain name mydomain.com/blog/xmlrpc.php .
remember that your wordpress blog may be in a subdomain folder.
btw thanks cathy =)
Posted 5 months ago.
( permalink
)
|
|
Great advice cathyma (CMa)! The blog I write for is set up as part of a sub-domain so removing the "www" worked perfectly (artofmybeat.com/xmlrpc.php). Thanks again!
Posted 5 months ago.
( permalink
)
|
|
I am having the same problem: tried typing address in without http//: but it still says "The endpoint you entered was not correct"...and I know my WordPress is not timed out. This is really frustrating and time consuming. Any suggestions? Appreciate any and all help..
Posted 5 months ago.
( permalink
)
|
|
I'm also having the exact same problem - as with The Sparkus I can get to the file myself (and get the XML-RPC server accepts POST requests only. message) by going to:
www.tompagenet.co.uk/xmlrpc.php
But no amount of entering that as my endpoint will save me from the The endpoint you entered was not correct. message. I've also tried without the initial h ttp, (i.e. starting with www) with no luck.
I'm using the latest version of WordPress (2.3.3). Any ideas?
Posted 5 months ago.
( permalink
)
|
|
it worked by removing the http: for me... thanks
Posted 5 months ago.
( permalink
)
|
|
Here are some entries from my access log on my site. The successful logs are from Digg and GoogleDocs, while Flickr appears to be causing a 400 status error.
64.191.203.34 - - [08/Mar/2008:15:46:40 +0000] "POST //xmlrpc.php HTTP/1.0" 200 537 "-" "The Incutio XML-RPC PHP Library"
64.191.203.34 - - [08/Mar/2008:15:46:41 +0000] "GET / HTTP/1.0" 200 17884 "-" "-"
64.191.203.34 - - [08/Mar/2008:15:46:41 +0000] "GET /xmlrpc.php?rsd HTTP/1.0" 200 737 "-" "-"
64.191.203.34 - - [08/Mar/2008:15:46:41 +0000] "GET /xmlrpc.php?rsd HTTP/1.0" 200 737 "-" "-"
209.191.105.151 - - [08/Mar/2008:15:48:26 +0000] "POST /xmlrpc.php HTTP/1.1" 400 940 "-" "Flickr"
209.191.121.75 - - [08/Mar/2008:15:49:08 +0000] "POST /xmlrpc.php HTTP/1.1" 400 940 "-" "Flickr"
74.181.99.147 - - [08/Mar/2008:15:49:25 +0000] "GET /xmlrpc.php HTTP/1.1" 200 60 "-" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12"
209.191.121.80 - - [08/Mar/2008:15:49:34 +0000] "POST /xmlrpc.php HTTP/1.1" 400 940 "-" "Flickr"
Posted 4 months ago.
( permalink
)
|
|
OK, the problem fixed itself for me, but not the way I would have hoped. It seems that it was a problem with my theme. I recently switched my theme back to the WP default theme because I was having separate issues, and now my blog is able to communicate with Flickr. :(
Hopefully it works with whatever new theme I pick cause the WP default theme is lame.
Posted 4 months ago.
( permalink
)
|
|
Posted 4 months ago.
( permalink
)
spiki_org edited this topic 4 months ago.
|
|
removing the "http" as suggested by CMa above worked for me.
Posted 4 months ago.
( permalink
)
|
|
Use the Web-Sniffer to see if your xmlrpc.php file is returning a 404 error. If it is, check out this blog post. It worked for me. If you can edit your .htaccess file, it might work for you, too.
Posted 4 months ago.
( permalink
)
|
|
Changing http to https worked for me.
speechless
Posted 4 months ago.
( permalink
)
|
|
Different hosting providers will have their systems set up differently therefore what works for one person may not work the next person...
I used the full URL (http://www.mydomain.com/xmlrpc.php)
To get it to work I had to add the following to the .htaccess file located at my domain root (http://www.mydomain.com/.htaccess) :
<Files xmlrpc.php>
SecFilterInheritance Off
<\Files>
Note the closing left slash on the Files tag.
It worked instantly!
Good luck!
Posted 4 months ago.
( permalink
)
angelzrustedhalo edited this topic 3 months ago.
|
|
hey! thanks so much! I just removed the "http://" and it worked :D:D awesome awesome
Posted 4 months ago.
( permalink
)
|
|
same here! ta!
Posted 4 months ago.
( permalink
)
|
|
Guy Fischer solved my problem by providing that blog reference. THANKS :)
Posted 3 months ago.
( permalink
)
|
|
Sorry for my ignorance but where can I find the .htaccess file on my server,
my address is: boudaz.com/blog/xmlrpc.php
Posted 3 months ago.
( permalink
)
|
|
Since I have tried everything here and could not find a solution to my problem, I went to Wordpress and downloaded this pluigin:
wordpress.org/extend/plugins/wordpress-flickr-manager/
Easy peasy.
Posted 3 months ago.
( permalink
)
|
|
Just wanted to mention that this worked for me after I realized that I needed to add the wordpress folder to the URL.
www.mydomainname.com/wordpress/xmlrpc.php
Posted 3 months ago.
( permalink
)
|
|
I just wanted to add that if you are using a self-hosted wordpress blog more than likely you can use the MetaWeblogAPI or BloggerAPI options as well... they worked just fine for me when the regular atom enabled blog option did not... hope this helps!
Posted 3 months ago.
( permalink
)
|
|
I've tried all the fixes suggested here to no avail with my self hosted Wordpress blog. The email to Flickr support just re-directed me to this thread. If anybody runs across a solution let me know!
Posted 3 months ago.
( permalink
)
|
|
since i've tried everything and couldn't find an answer that worked, i would like to re-state aromaticbodyoils' advice:
Try the wordpress flickr plugin, it works perfectly!
wordpress.org/extend/plugins/wordpress-flickr-manager/
Posted 3 months ago.
( permalink
)
|
|
Yahoo Flickr and Wordpress blogging.
William Dayton May 3rd, 2008 Edit
I had been trying to get yahoo Flickr and wordpress to work together for a long time on my older version of Wordpress version 2.1. I finally upgraded to Wordpress version 2.5 and viola! It works perfectly. So for all of you out there who have been struggling with getting yahoo’s flickr to work with Wordpress - upgrade your WPress installation to the latest 2.5 or higher version and it will work like it’s supposed to! Below is the test post confirmation!
All of my files are in default locations, I've not moved anything around. P.S. I also self-host my own. Thanks!
—————————
This is a test post from , a fancy photo sharing thing.
Posted 3 months ago.
( permalink
)
|
|
Wow. This can be frustrating.
I was trying to add a second blog using the same procedure as the one that worked for me before (see above) and it was not working!
I'm using wp 25. and the wp user I'm using is an admin.
As it was a new wp user, I made sure to log into wp at least once to complete any lingering new account squeekiness and it still did not work.
I tried using the regular wp blog admin user and it worked immediately. So I repeated the flickr blog setup process using my new wp admin for the Nth time -and it worked.
I do not know why.
I then figured out (by demoting the user and sending test flickr posts) that the wp user level must be "Author" or higher.
Posted 3 months ago.
( permalink
)
angelzrustedhalo edited this topic 3 months ago.
|
|
BTW, on the Flickr side of things, the user name is case sensitive!
If on wp you used: mydbuserFlickr
you must use the same here. Seems obvious but I kept fighting with mydbuserflickr....
Posted 3 months ago.
( permalink
)
|
|
After reading Angel's post I tried one more thing: creating a new user with a seperate login. I designated the new user as an administrator and it worked!
Hopefully this will help someone...
Posted 3 months ago.
( permalink
)
|
|
I have tried everything mentioned here...trying different versions of my URL, updating the hta access, adding a new user at Wordpress, etc.. NOTHING has worked. When I try to add a blog to Flickr it accepts the API - www.bittersweetblog.com/xmlrpc.php, but it will not accept my username and password.
Anyone have any thoughts? Thanks!
Posted 3 months ago.
( permalink
)
|
|
If you changed your user name "admin" to something else after setting up your blog, try providing that initial user name wordpress assigned you.
They probably sent it in an email to you --- User Name: admin
Password: combo of letters/#s
That's how I was finally able to set things up.
Posted 2 months ago.
( permalink
)
|
|
Cross-posting on this topic here:
OK. Call me stupid. Not sure how, but I decided to go back to basics and upload a fresh version of my xmlrpc.php file to my server. That did the trick for some reason. The version I had live on my site had this at line 16:
>> $HTTP_RAW_POST_DATA = mysql_escape_string(trim($HTTP_RAW_POST_DATA));
However, the clean new version (also WP 2.3 I'm using) had the following:
>> $HTTP_RAW_POST_DATA = trim($HTTP_RAW_POST_DATA);
Quite worrisome, really. No idea how that could have changed. There's a thread on a similar issue for users of Ecto that I found on this as well. wordpress.org/support/topic/168814
You can download the legacy versions of WP here: wordpress.org/download/release-archive/
Posted 2 months ago.
( permalink
)
|
|
FINALLY! Thank you Jetrotz! I replaced the xmlrpc.php file and that did the trick for me too :)
Posted 2 months ago.
( permalink
)
|
|
Hello,
I have tired every single solution in this thread and nothing works. Still getting "The endpoint you entered was not correct." when trying to add by blog.
I even tried old WP 2.3 version of xmlrpc.php which made no difference.
Raw access log:
68.142.214.50 - - [13/May/2008:00:28:25 -0400] "POST /xmlrpc.php HTTP/1.1" 400 938 "-" "Flickr"
209.191.105.137 - - [13/May/2008:00:28:31 -0400] "POST /xmlrpc.php HTTP/1.1" 301 319 "-" "Flickr"
209.191.105.137 - - [13/May/2008:00:28:34 -0400] "GET /xmlrpc.php HTTP/1.1" 400 938 "-" "Flickr"
This sucks! :(
Thanks for the help,
Will
Posted 2 months ago.
( permalink
)
|
|
I have been trying to add flickr to my wordpress.com blog. I do it just as Wordpress and flickr say, but I keep getting error message about wrong end. I cannot figure out for the life of me what I'm doing wrong.
Please help. (Actually same as very 1st post on this thread)
Posted 2 months ago.
( permalink
)
|
|
It is absurd, and a bit silly.
But I have gotten caught 2x now by this.
the xmlrpc.php looked to me on the login page like an "i". as in xmirpc
I changed it to what it is: xmLrpc
and wala!!!
Doesnt seem to respond to the more systemic problems described here. But I was getting the same symptoms and this was the solution.
Posted 2 months ago.
( permalink
)
|
|
the "solution" posted above by jetrotz worked for me.
Posted 2 months ago.
( permalink
)
|
|
remove the 'http' part and just add www.yourblog.com/xmlrpc.php
and it will work fine!
ashish
www.pluggd.in
Posted 2 months ago.
( permalink
)
|
|
Been there done that, same result. Does not matter if there is no http or www or if there is. Same error.
I've tried other services that use xmlrpc.php and they can all access it just fine. Only flickr is having an issue. :(
Posted 2 months ago.
( permalink
)
|
|
I have tried every option discussed in this thread and nothing is working. I am using 2.5.1.
Dont want to use the plugin as I'm hoping I can email the images to the designated email and then have it post automatically to my blog.
Posted 2 months ago.
( permalink
)
|
|
Me too.. I have tried every option discussed in this thread and nothing is working. I am using 2.5.1.
Don't want to use the plugin as I'm hoping I can email the images to the designated email and then have it post automatically to my blog.
Posted 6 weeks ago.
( permalink
)
|
|
My server was returning a 302 (page moved) error and redirecting to www.website.com, for whatever reason. I renamed the file to xmlrpc1.php and it didn't work, but when I renamed it nothing.php, it worked! Flickr appears to be happy anyway. This could work for others - give it a go. I renamed on the server and then uploaded another xmlrpc.php so that both files are there. I have a feeling pingbacks won't work though, so I will have to find out how to change 'xmlrpc.php' wherever wordpress references it internally.
Posted 3 weeks ago.
( permalink
)
|
|
I'm still having this trouble. I was able to get one blog set up and running, now the second blog won't work at all. I've gone through every post and nothing. I just upgrading to 2.5.1, re uploaded the xmlrpc.php file, etc.
Posted 3 weeks ago.
( permalink
)
|
|
Using WordPress 2.5.1 with my WP installed in a subdirectory, the fix that worked was to create a new .htaccess file in the WP subdirectory and include the data:
<Files xmlrpc.php>
SecFilterInheritance Off
</Files>
Posted 2 weeks ago.
( permalink
)
|
|
Jonathanhstrauss, if I do that I get a 500 Internal Server Error.
However, that gave me an idea...

That finally fixed it. :)
Posted 2 weeks ago.
( permalink
)
|
|
I tried with "http://" with no success.
On removing the "http://" it worked fine for me.
Very strange. It might be helpful for flickr to put a few suggestions on the "Add a Blog" page to save people some time!
This was with a wordpress blog.
Posted 18 hours ago.
( permalink
)
|