[wp-xmlrpc] PHP Library

Glenn Ansley glenn at fullthrottledevelopment.com
Tue Jun 15 18:38:18 UTC 2010


In my experience the "Invalid Data: Please go back and try again."
string usually means your hitting a PHP error is your code. Anything
from a missed semicolon to calling an undefined function.

Hope that helps.

Glenn Ansley
http://fullthrottledevelopment.com
http://twitter.com/glennansley

On Tue, Jun 15, 2010 at 2:26 PM, eric at eamann.com <eric at eamann.com> wrote:
> I'm not sure what you mean by PHP library ... but I'm assuming you mean a
> reference of some kind?
>
>
>
>
>
> Your best bet would be a PHP Xref site that's specific to WordPress (like
> this one:
> http://phpxref.ftwr.co.uk/wordpress/nav.html?_functions/index.html).  Then
> you can navigate all of the functions and documentation a will.  The files I
> see you looking through the most often would be xmlrpc.php and
> wp-includes/class-IXR.php ...
>
>
>
> But if you mean "library" in some other context, please explain ...
>
>
>
> On June 15, 2010 at 5:51 PM Tim Golen <tim at golen.net> wrote:
>
>> Is there already an existing PHP library for the Wordpress API? I'm still
>> running into problems and don't need to reinvent the wheel if it's already
>> been done. The MetaWeblog API mentions a PHP library, but it comes up with
>> a
>> 404 error, and the MetaWeblog site hasn't been updated since 2003.
>>
>> Errors like "Invalid Data: Please go back and try again." when trying to
>> do
>> something rather simple like create a comment can get really frustrating.
>>
>> Thanks,
>> Tim
>
> _______________________________________________
> wp-xmlrpc mailing list
> wp-xmlrpc at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-xmlrpc
>
>


More information about the wp-xmlrpc mailing list