Hi, i can´t configure my wordpress based blog, flock says to me that it can´t find any API in my blog... it happen to me since 0,76, in 0,75 i have posted normally... When i configure manually, it says: Error retrieving blogs. re-enter your username and password, and it is a infinite bucle...
What can i do?









TaZZiTo
Sorry, i post my nick in name topic... sorry
Evan Hamilton
Hey TaZZiTo,
I've updated your post topic so it's easier for others with the same problem to find.
Evan Hamilton
Community Ambassador
evan at flock dot com
------------------------------
blog.evanhamilton.com
TaZZiTo
No one solution?
I have returned to firefox and safari until flock works fine...
meimaimaggio
I have the same problem: I host my own Wordpress blog but can't seem to get Flock to find any API key. I'm not sure if I am doing the right things to configure it manually but I experience the same things as TaZZiTo. Any help?
anakrinokairos
yep, the same here
I have a self-hosted WP 2.3.1 blog and flock says: There is no API ... (I'm using the newest Flock 1.0.1)
anakrinokairos
oops, I tested it once again - and it works.
yesterday it didn't
I don't know why, because I didn't change anything. But I'm glad it works now.
john erik metcalf
humm... not working for me. trying to connect to my self-hosted wp 2.1.3 install.
Conor
Same problem here. Error message is:
There was an error detecting your blog settings. Click OK and re-enter the username and password. To manually configure your blog, click Cancel.
Manual configuration doesn't help. Is Wordpress supported?
hbsolomon
It detected the API wrong, but just by setting it up manually, putting in my login and password after it detects, and letting it save, I can update from within Flock perfectly, tags and all. Try just making a post after you plug in your url and data.
hbsolomon
It detected the API wrong, but just by setting it up manually, putting in my login and password after it detects, and letting it save, I can update from within Flock perfectly, tags and all. Try just making a post after you plug in your url and data.
Conor
I don't understand how Wordpress could have detected the API wrong, but whatever. Setting it up manually hasn't helped me, as I keep getting the same error. I've tried "ATOM" and all those different options from the drop-down menu. It just keeps asking me for my login and password again.
I'm using the login and password I use to edit my blog posts.
Mike Dosik
hbsolomon,
What configuration did you have to set manually to get Flock working with Wordpress? We've been able to configure Flock with it in our QA lab.
Thx,
Mike Dosik
Director, Engineering Services
Flock, Inc.
Conor
Mike, was there any editing necessary for mod_security/htaccess? I'm really surprised you guys got it to work before launch, because no one I've asked to download Flock has successfully set up their self-hosted Wordpress blog with it.
Paulrus
I am having the same issues. I have a self-hosted Wordpress blog and I never can get past the username/password screen. It just keeps throwing out an error and then asking for it again. It's very frustrating.
erwan
There is a lot of reasons why your server configuration may make self-hosted blogs not work. If you want to get an idea of whether your server is correctly configured or not:
* Look at the source code of your page. Find the "RSD" file referred in header.
* Open that file in Flock. Look what API is preferred, and find the URL to xmlrpc.php.
* Open that file in Flock. It should say "XML-RPC server accepts POST requests only.". Sometimes you will see that the file is not accessible, and you need to change rights.
If that doesn't help, see if other desktop blogging tools work. If it works everywhere except in Flock, then congratulations! You found a bug. Please fill it in bugzilla (or come back here to get help filling it). If it doesn't work in any desktop client, then ask for help on Wordpress.org to get your XML-RPC working.
Daniel Lackey
Howdy folks,
We are aware that some folks are having issues setting up self-hosted Wordpress blogs. There is a bug open about this at https://bugzilla.flock.com/show_bug.cgi?id=11172 and we are working to figure this out. Thanks for your reports!
Daniel Lackey
Community Support
ronocdh
Voted for it. Thanks for posting, Daniel. Hey, everyone else in this thread! Sign up and vote on that bug report, because I want this fixed! =)
Choe, Tae-Hyeon
Hi, i can´t configure my wordpress based blog, flock and ScribeFire says to me that it can´t find any API in my blog...
Help me....~!
Choe, Tae-Hyeon
Hi, i can´t configure my wordpress based blog, flock and ScribeFire says to me that it can´t find any API in my blog...
Help me....~!
ronocdh
Guys, try to go to the bug report Daniel was kind enough to provide. Voting and commenting on that thread will help us get this issue addressed!
Daniel Sollero
Hi, I just made it.
It is working now. I have 2 blogs on the same server. In one the Blog This was working and in the other it wasn't.
I compared the 2 xmlrpc.php files and found one difference.
The one working had this line different:
# fix for mozBlog and other cases where '<?xml' isn't on the very first line
if ( isset($HTTP_RAW_POST_DATA) )
$HTTP_RAW_POST_DATA = trim($HTTP_RAW_POST_DATA);
The one which was not working had this:
# fix for mozBlog and other cases where '<?xml' isn't on the very first line
if ( isset($HTTP_RAW_POST_DATA) )
$HTTP_RAW_POST_DATA = mysql_escape_string(trim($HTTP_RAW_POST_DATA));
I copied the working xmlrpc.php file (BACKUP YOUR OLD ONE!) to the other server and everything worked.
I hope this helps everyone.
Curtis
@daniel -- thanks! I just tried your fix and so far it looks to be working great.
Thanks so much for sharing this.
shane-n-tn
I tried Daniel's fix for mine and the code I had was already correct. Flock still won't detect wp as my API. Any other ideas?
shane-n-tn
actually nevermind I got it working
hieronymouse
The solution for me was:
Create an an .htaccess file, upload to website root directory. The file contains:
SecFilterInheritance Off
ref: http://codeinzen.net/2007/10/27/xml-rpc-issue-with-wordpress/
hieronymouse
sorry - the code in previous post didn't copy properly. See the referenced site.
(http://codeinzen.net/2007/10/27/xml-rpc-issue-with-wordpress/)
eric foster
I had the same problem connecting my blog with Flickr, so at least in my case, I do not believe it is a problem on the Flock side. I scoured the forums in regards to the flickr/blog issue, and found about 30% of the folks finding solutions....none worked for me nor many others....
Dan Marner
Daniel's Fix worked for me. I.e, editing xmlrpc.php to remove the "mysql_escape_string". I'm not sure whether to call this a Flock problem or a Wordpress problem, but other clients (MarsEdit, Ecto) worked without needing this hack.
I can't endorse this fix in general. "mysql_escape_string" is often used to clean up input to prevent SQL injection attacks-- removing it could have security ramifications.
Ubertight - Bert Deckers
people...
i had the same problem, and first checked everything in this post:
erwan
November 28, 2007 - 2:19pm
Everything seemed fine, but still no movement. Than i figured it had to be a simpler problem...
maybe some of you are looking too far... if you are using wordpress.org...
Go to this link: http://yourblog.com/wp-admin/options-writing.php
and make sure that the checkbox that goes with the line "Enable the WordPress, Movable Type, MetaWeblog and Blogger XML-RPC publishing protocols." is checked! By default it is turned off.
This simple "fix" has killed the "bug" for me.
Works like a charm.
Any luck for you guys?
melks
Indeed, that worked a trick for me ;-)
Avalon Enigma
Ubertight - Bert Deckers...
You are a prince among men... It worked like a charm!
Fidel Salazar
Everything was solved just as Ubertight - Bert Deckers describe.
Thanks, regards.
Gary
Spent about an hour messing with the "flock-ing" thing until I found this post. Thanks much for making my afternoon!