XML-RPC MetaWeblog API plugin

This forum is for general questions about extensions for Joomla! version 1.5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
User avatar
pvh123
Joomla! Ace
Joomla! Ace
Posts: 1156
Joined: Wed Oct 05, 2005 7:25 am
Location: Emmen

Re: XML-RPC MetaWeblog API plugin

Post by pvh123 » Sun Feb 10, 2008 3:57 pm

This really has the "woooow" factor.

I tested it using Windows Live writer and it worked first time.

Just a question about when to use such a facility, because one can also grant a user sufficient permission to log in on the Website in order to write an article (moderated or not).
So, in what circumstance would one use the standard article piublishing facility (after all, J! is a CMS!) and otherwise when to use the xmlrpc blogging facility.
The only difference IMHO is that for the blogging function you need no direct access to the respective website.

I am curious at your reactions :)
Note: Sending me private messages for personal support, without this been requested, would lead to ignoring any of your posts in future!

nikez2k4
Joomla! Intern
Joomla! Intern
Posts: 54
Joined: Wed Jan 18, 2006 11:52 am
Location: Derby, UK

Re: XML-RPC MetaWeblog API plugin

Post by nikez2k4 » Mon Feb 11, 2008 10:31 am

Hey Justo

I have been having a play around with the last and this version and everything seems to work great :)

I have been testing out some posts of various lengths and have found a problem with how the post is generated. I dont know if this is an issue with your plugin or the template I am using...I suspect it is the former but without looking at your code in detail I can't say for sure.

It seems as though the div wrapper, or whatever is used to contain the post, doesn't have a 100% width. It only streches as wide as the content it holds, i.e. if there is an image that is 500px then the width of the entire post will only be 500px instead of 100% (or the entire width of the content area).

I have taken some screenshots which should explain what I mean:

Still some unused space:
Image

All the space used:
Image

The second thing I have noticed is that, while in the second picture the text extends the width of the post, when you post a second blog entry the width of the first one is reduced without reason:

Image


In reponse to your previous post:
justo.derivera wrote:
justo.derivera wrote: Yes, there is indeed a xml-rpc call to get the template (getTemplate()), I'm working on implementing it.
I tested the get template option on WLW (I don't know of any other editor that uses it) and it worked almost perfectly :)

I will release the new version soon.
Is getTemplate() implemented in the 0.9 release? I have setup a new blog but WLW doesn't seem to pick it up in the initial setup. When you select Web Layout from the View menu, you get a layout similar to the template with everything seeming to be there, however there are some things missing like CSS background images and width/height settings for some elements. If you havent included it them my bad  8)

It is a very useful feature in WLW, especially for our College, as it will allow staff members to see what the post will look like as they type it.

I have been doing a bit of research into it and from the looks of it on MSDN you need a manifest to create a layout?? http://msdn2.microsoft.com/en-us/library/bb463263.aspx

Anyways...

Please let me know if there is anything I can do to help. As I said I want to implement this onto our College website so I can test it daily :)

Thanks again,
J

User avatar
T.G
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Fri Dec 14, 2007 5:27 pm
Contact:

Re: XML-RPC MetaWeblog API plugin

Post by T.G » Mon Feb 11, 2008 2:48 pm

I was able to replicate the behavior on J!'s default template (no sample content loaded) with 'overflow' as well. Then I was able to reorder the posts which corrected everything except the overflow caused by image sizes being forced into a smaller col. width.

Looking at the source code for the page output, the widths are set at 100%... so they seem to be dependent on where they are placed. Images are not automatically resized but the text cols are through the css. I may be wrong, but my experience with Live Writer so far is; it fills the space that it publishes to.

One of the strengths of J! is its ability to handle a variety of formats within the framework...at the same time, it can get pretty complex under the hood ;) The XMLRPC function is fairly new...  Hopefully we will get some input from devs and designers who can make the tweaks and/or create some new innovations to make it easier to deploy... or point out where we are not configuring it properly.

IMHO, the plugin is pretty solid beta ... we need to look at the other variables for a while so that we can understand the design/formatting challenges... and then put together a wish list for additional features for the plugin. Make sense???

nikez2k4
Joomla! Intern
Joomla! Intern
Posts: 54
Joined: Wed Jan 18, 2006 11:52 am
Location: Derby, UK

Re: XML-RPC MetaWeblog API plugin

Post by nikez2k4 » Mon Feb 11, 2008 4:32 pm

Absolutely...I wasn't sure what was causing the issues I mentioned before as I am not a skilled CSS developer, however if it is something the the devs need to look at then I guess that is something we will have to ask nicely about :)  Unless Justo has any ideas??

I think getting a wish list together is a good idea, although I'm not sure the best way to do that. Perhaps if we just mention some features as we post and Justo can take a note of them? Just an idea...

As far as I am concerned I would find the following features useful:

Configurable Per-Post Author
I would really like to see the ability to specify who posted to the blog. I am planning on rolling Windows Live Writer out to all staff in the College, however I don't want to create a username and password for each one of them as there are hundreds of them. If it is possible to create a custom field that is editable in the blog software/apps that would be very useful.

WLW Blog Template
As mentioned before I would like WLW to pickup the template more effectively than it does at the moment (I know its something that is being worked on)

Configurable Image Location
I would like to see the location where images are uploaded configurable in the plugin settings.

AmyStephen
Joomla! Champion
Joomla! Champion
Posts: 7018
Joined: Wed Nov 22, 2006 3:35 pm
Location: Nebraska
Contact:

Re: XML-RPC MetaWeblog API plugin

Post by AmyStephen » Mon Feb 11, 2008 4:49 pm

A few things to keep in mind -

- IMO, wish list items that deviate from how Joomla! functions or how the MetaWeblog API functions are the type of thing that should be customized by the individual. That's the benefit of the GPL - you can take the work accomplished so far and adjust it for the needs of your organization.

I see the the "Configurable per-post author" falling into that category. If you want to avoid Joomla!'s security, that's cool, but I don't see the value in introducing that complication in a common extension. (You might also look at Joomla!'s OpenID and LDAP capabilities to solve some of these issues, still working within the J! framework.)

- Let's try to get some community synergy going here! I love this interaction, but, let's remember that Justo is not our code slave and let's be really sensitive to that. Especially considering his age, but also because we can contribute, too, towards the things we want for the common good. Let his work be the impetus for the contribution of others, as well.

Case in point - Justo provided us with an RSD extension. It appears Microsoft wants to use a different path. What a big surprise!  ;) So, someone could take Justo's RSD extension and tweak it for the Microsoft approach if that is what they need.

Consider how quickly we can advance in this area if everyone does a little piece. I am not suggesting someone work on something that another person needs, either. But Justo gave a HUGE start here. If there are additions *you* require try to do that piece and share it back with the community. At least, try and ask questions along the way. Or, if that is completely impossible, at least spec it out completely. Or, PM Justo and offer to pay him for his work, then he can share it with the community.

Sometimes, we take advantage of our open source developers and we don't have to do that. We can contribute ourselves - and we can pay for some of this extra work, too.

Thanks for considering what I have had to say, I mean it with respect.
Amy :)

ivan007
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Wed Feb 06, 2008 7:39 pm

Re: XML-RPC MetaWeblog API plugin

Post by ivan007 » Mon Feb 11, 2008 5:07 pm

You might want to try a different tool and see if that works.
1. Flock web browser ( http://www.flock.com/ )
2. Windows Live Writer (proprietary - but free - http://writer.live.com)
3. ScribeFire (Firefox plugin - https://addons.mozilla.org/en-US/firefox/addon/1730)
4. Flickr - http://www.flickr.com/account/?tab=extend

I've tried ScribeFire (which I use a lot with Wordpress and [spam]), but can't get it to work.
I wonder about Ecto http://infinite-sushi.com/software/ecto/developer/
I'll go try Flock

Cheers,
Ivan

User avatar
T.G
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Fri Dec 14, 2007 5:27 pm
Contact:

Re: XML-RPC MetaWeblog API plugin

Post by T.G » Mon Feb 11, 2008 5:38 pm

Amy, I agree with you completely... I think the Joomla! 'team' has provided a great base to build from. Justo has done a terrific job. It is time for the community to take this 'opportunity' to the next step.

When I said; "Hopefully we will get some input from devs and designers who can make the tweaks and/or create some new innovations to make it easier to deploy... or point out where we are not configuring it properly." I was thinking of 'community' not 'core'... I was not really clear...sorry :-[ ...

For those of us who do not code, it is always a dilemma... we can test and suggest... sometimes, "wish lists' generate opportunities for devs but they should be 'suggestions' not 'demands' ... they should also be 'considered'. I also agree there are times when folks should compensate 'those that make their wish come true'  :D

I suggest that we need a lot more testing, so that when someone has trouble with 'my tool doesn't connect or whatnot' that it may be a setting in the tool rather than in the site. I would be happy to provide pre-configured test beds with XAMPP servers etc. if there is enough interest, along with portable w.bloggar (license issues with the rest...but they are easy to add) for downloading. This is a 'non install'...in essence, portable set up, that can either be used on a lan or standalone environment. It is ported to alternative ports to eliminate conflict with existing servers.

Is this what you had in mind?
Last edited by T.G on Mon Feb 11, 2008 5:47 pm, edited 1 time in total.

justo.derivera
Joomla! Intern
Joomla! Intern
Posts: 56
Joined: Tue Dec 11, 2007 2:35 am
Location: Madrid, Spain

Re: XML-RPC MetaWeblog API plugin

Post by justo.derivera » Mon Feb 11, 2008 5:52 pm

Hello, I have a few comments:

About the per-post author: Live Writer has a special manifest file to get the parameters of the blog, one of those parameters is supportsAuthor, wich if enabled would let you post entries with different names in the same account. There is also a lot of customization that can be done for WLW using that file.

I suggest to create a plugin similar to the RSD for the WLW manifest file, as Amy said.
If anyone is willing to do it, here is the  msn documents on how it works http://msdn2.microsoft.com/en-us/library/bb463263.aspx. It would be the same as the RSD plugin only with different data. If you have any questions about how to do it post them here or PM me.

About the styling issues: I doubt it's the plugin problem, as the only thing it does is adding to the database the content that the blog editor sends.

ivan007: I don't have time now to test with ScribeFire to see if there is any error, sorry. Anyway, in wich step are you getting the error? Auto-configuration? posting the article?.

I will be very inactive this week - or I should be - because I have a lot of exams. So don't worry if I don't respond quickly.

Justo

tdkyo
Joomla! Apprentice
Joomla! Apprentice
Posts: 17
Joined: Sun Aug 21, 2005 3:21 pm

Re: XML-RPC MetaWeblog API plugin

Post by tdkyo » Sat Feb 16, 2008 7:13 pm

Justo,

I am giving you a standing ovation with all of your hard work on this plug-in.
[standing ovation]

Good luck on your exams and thanks again for your contribution! :D

FunkyMonkey
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Tue Mar 04, 2008 2:47 pm

Re: XML-RPC MetaWeblog API plugin

Post by FunkyMonkey » Tue Mar 04, 2008 2:53 pm

Hello Justo,

As a newbie I didn't quite get this. But no worries.

Anyway my question is about Joomla 1.5.1 and having a blog on it. Is there a plugin/module/component wich I can install to Joomla 1.5.1 and thus have a blog on my page? I want to emphasize that I do not want to install a client on my computer to control the blog but do all the controlling of the blog from Joomla administrator interface.

--
Troubled newbie, Tero

User avatar
pvh123
Joomla! Ace
Joomla! Ace
Posts: 1156
Joined: Wed Oct 05, 2005 7:25 am
Location: Emmen

Re: XML-RPC MetaWeblog API plugin

Post by pvh123 » Tue Mar 04, 2008 4:24 pm

Did you have a look here?
Also if you google with "Joomla 1.5 extensions blog" you might be supprised by the result.
Note: Sending me private messages for personal support, without this been requested, would lead to ignoring any of your posts in future!

FunkyMonkey
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Tue Mar 04, 2008 2:47 pm

Re: XML-RPC MetaWeblog API plugin

Post by FunkyMonkey » Wed Mar 05, 2008 7:46 am

Yep,

I looked for the extension yesterday for 7 hours straight and finally gave up and wrote here. I looked again today for a hour but still no answer. A lot of stuff is there in internet nowerdays and just writing "Joomla 1.5" and extensions and blog makes a lot of search results. Most of them at fruom.joomla.org wich isn't actually very SEF, so...

There are a couple of possible extensions but they all cost. So here's a couple of other border lines for my quest for the blog. I have PHP4 and MySQL4, I wouldn't like to pay for the extensions, I have no skills to create PHP on SQL databases.

:) I think the fact that I'm no coder makes it a huge amout more difficult to do these things since most af the forums or instruction are all hebrew to me. I know html coding and can do locig changes to php but to actually create php code is out of my ligue.

As can be seen I'm pretty run down by this Joomla 1.5 adventure. I hope I see some light at the end the tunnel soon.

FunkyMonkey
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Tue Mar 04, 2008 2:47 pm

Re: XML-RPC MetaWeblog API plugin

Post by FunkyMonkey » Wed Mar 05, 2008 9:20 am

After further readin I see that Joomla 1.5. is so new that there are not many blog extensions for it yet.

I'm looking forward for jBlog by Kevin Murray.

jhkc
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Fri Feb 08, 2008 12:42 am

Re: XML-RPC MetaWeblog API plugin

Post by jhkc » Wed Mar 05, 2008 6:57 pm

FunkyMonkey wrote:
Anyway my question is about Joomla 1.5.1 and having a blog on it. Is there a plugin/module/component wich I can install to Joomla 1.5.1 and thus have a blog on my page?
Hi, Tero,

I am a newbie as well. I don't know what you desire to have in a blog. As far as I know, the frontpage in the default HOME (if you have the sample pages loaded during installation) is already a blog. If you go into the menu item for Home, you will see that it is set to a page type of a blog. You do not need any extra modules. It is already built in. Will that do for you?

John

FunkyMonkey
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Tue Mar 04, 2008 2:47 pm

Re: XML-RPC MetaWeblog API plugin

Post by FunkyMonkey » Thu Mar 06, 2008 6:38 am

Hi John,

I'm doing a website with alot of different kinds of pages. News, info, happenings and also a blog where people who are registrated can post their comments about different kinds of services. The front page how ever should be in such use as it normally is - you can set articles to show on it.

cmagic
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Jan 28, 2006 6:37 pm

Re: XML-RPC MetaWeblog API plugin

Post by cmagic » Mon Mar 10, 2008 10:24 pm

Hi Folks,

Just wanna pop in to give a big THANK to Justo.
The xmlrpc metaweblog API is working like a charm. And really a very charming charm !!!

I have just setup a new website for a project we are starting using Joomla 1.5 and I thought I'd give a try to posting using a desktop client. A year ago or so I already tried this on a Joomla 1.0 site with very limited success. I tried the Blogg-X utility but was not really convinced with desktop publishing to Joomla.

I also recently discovered this new tools from MS, Live Writer. I must say that the combination of Joomla 1.5 + metaweblog API + WLW is really great and it works very well !

I also tried the Metaweblog API with scribefire, blogjet and w.bloggar. They all worl well with it but the best of all those tools is really WLW. For images and files I have setup WLW ftp parameters and it automatically uploads any attached images or files in my articles to my server. All transparently !
I could not use the metaweblog api to upload files, but I guess it has something to do with permissions on the server of my ISP. Neither was I able to delete a post, guess it's related to the same problem.

Category management is fine. Retrieving previous posts and posting drafts (unpublished) to Joomla is working fine. I also used the frontpage category with full success. BTW this is very convenient.

All in all, this is great. Maybe a few glitches to polish but it seems to be very stable as it is now.

Another great benefit is publishing speed. It seems to be much faster to write a post this way (WLW + xmlrpc) that through Joomla's web interface.

Again, Thanks a lot Justo for sharing those great plugins,
Merci ! :) :)

Christian

scrotty
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Sat Mar 08, 2008 5:57 am

Re: XML-RPC MetaWeblog API plugin

Post by scrotty » Fri Mar 14, 2008 2:28 am

I have installed the metaweblog plugin per Justo's instructions but when I try to hit the http://yoursite.com/xmlrpc/index.php (substituting my site, of course) I am met a web page that solely contains the text "JError XML-RPC Server not enabled."

Both the metaWeblog and RSD plugins _are_ enabled in Joomla (and all the other XML-RPC plugins are not enabled).

Do any of you know if there is something I need to ask my web hosting service to provide for XML-RPC to work? In other words, is the "XML-RPC Server" that the error mentions something _outside_ of Joomla?

Much thanks in advance! :)
Sean

cmagic
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat Jan 28, 2006 6:37 pm

Re: XML-RPC MetaWeblog API plugin

Post by cmagic » Fri Mar 14, 2008 10:33 pm

Sean,

Have you enabled the web services in Joomla admin panel ?
You can set it in Global configuration / System.

I also went trhough that one and forgot to enable web services after my first install of Justo's plugins ;)

Hope it helps,

Christian

scrotty
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Sat Mar 08, 2008 5:57 am

Re: XML-RPC MetaWeblog API plugin

Post by scrotty » Fri Mar 14, 2008 10:55 pm

Thank you, Christian! That was exactly the problem! :)

scrotty
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Sat Mar 08, 2008 5:57 am

Re: XML-RPC MetaWeblog API plugin

Post by scrotty » Mon Mar 17, 2008 3:02 am

I have just encountered a plugin incompatibility. MetaWeblog prevents JoomlaPack (http://www.joomlapack.net/) from performing backups. When issuing a backup within JoomlaPack, the rsd.php file from the MetaWeblog plugin comes up with this error:
Fatal error: Call to undefined method JDocumentRAW::addHeadLink() in .../joomla/plugins/system/rsd.php on line 74
I was able to work around this by temporarily un-publishing the rsd plugin, performing a backup, and then re-publishing the rsd plugin.

I really don't know if this is JoomlaPack's problem (I posted my finding on their forum too (http://www.joomlapack.net/forum/viewtopic.php?f=5&t=186) or MetaWeblog's issue. And I also realize the there is no way any plugin can worry about whether they work with every other plugin. I just wanted to mention it: 1) in case it's an obvious error that can be easily rectified, or 2) to document the occurrence.

In any case, I love MetaWeblog! :)

Thanks!
Sean

justo.derivera
Joomla! Intern
Joomla! Intern
Posts: 56
Joined: Tue Dec 11, 2007 2:35 am
Location: Madrid, Spain

Re: XML-RPC MetaWeblog API plugin

Post by justo.derivera » Mon Mar 17, 2008 2:27 pm

cmagic - Thanks for the feedback. I'll try to look into the file upload problem this week.

scrotty - I'm trying to find the problem that is causing that error with JoomlaPak. It's important to know what's happening because it might happen with other extensions.

Justo

scrotty
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Sat Mar 08, 2008 5:57 am

Re: XML-RPC MetaWeblog API plugin

Post by scrotty » Mon Mar 17, 2008 4:03 pm

Hey, Justo. Thanks for the plugin! :)

The developer's of JoomlaPack are talking about this issue in this forum thread: http://www.joomlapack.net/forum/viewtop ... p=769#p769. They seem to think it might be something in the rsd plugin.

Thanks again!
Sean

ITgeek
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed Mar 19, 2008 12:58 am
Location: Southern California, USA
Contact:

Re: XML-RPC MetaWeblog API plugin

Post by ITgeek » Wed Mar 19, 2008 1:18 am

Thank you so much for the awesome plug-in. I have been waiting for something this flexible since I started using joomla 1.0. The closest I ever got was blogg-x.

I know you already addressed concerns about the image upload error in WLW, but I wanted to add my experience to the hurd. I read the post about changing the folder permissions, so I just chmod'd that sucker to 777 to see if it would help. Unfortunately as others found out, that does not quite work. I know you are working on it, so no big deal. I switched over to using FTP for now, which works great. But would sure be nice to use solely the API, makes it 10x easier to tell folks how to set themselves up over the phone. Here is a screen just so we are all on the same page;

Image

I also ran into another issue just a few minutes ago. If the rsd plug-in is activated and a user tries to print an article as a PDF file, they get this error;

Code: Select all

Fatal error: Call to undefined method JDocumentPDF::addHeadLink() in /homepages/4/d210284255/htdocs/_codemunchers/plugins/system/rsd.php on line 74
Is this and the backup issue similar? Just a thought.
Again, Thank You! I can't say it enough, if I ever run into ya some day remind me to buy you a drink.

justo.derivera
Joomla! Intern
Joomla! Intern
Posts: 56
Joined: Tue Dec 11, 2007 2:35 am
Location: Madrid, Spain

Re: XML-RPC MetaWeblog API plugin

Post by justo.derivera » Thu Mar 20, 2008 12:30 pm

I released version 1.2 of the RSD plugin, wich fixes this error:
ITgeek wrote:Fatal error: Call to undefined method JDocumentPDF::addHeadLink() in /homepages/4/d210284255/htdocs/_codemunchers/plugins/system/rsd.php on line 74
and should also fix the conflict with the backup component. It also fixes an error in the plugin parameters (preferred API).

I have made some progress with the upload files error and should have a new version soon. I'm also working now on the WLW manifest plugin (to work better with Windows Live Writer).

Tests of the new plugin version are appreciated ;)

Justo

ITgeek
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed Mar 19, 2008 12:58 am
Location: Southern California, USA
Contact:

Re: XML-RPC MetaWeblog API plugin

Post by ITgeek » Thu Mar 20, 2008 6:53 pm

Thank you for the update, however I am still having the same issue. If there is any information I can provide that would help you, please let me know and I will be more than happy to provide it.

One thing worth noting is that after I removed the old RSD plug-in and installed the new one, it still says "1.0" in the plug-in manager. Is this normal? I am sure that I downloaded and installed the latest file, I also went in there are overwrote the rsd.php manually just in case.

Thanks!

ddecker
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sun Mar 30, 2008 1:51 pm

Re: XML-RPC MetaWeblog API plugin

Post by ddecker » Sun Mar 30, 2008 1:58 pm

Getting two errors - Livewriter, when attempting to create the account:

---------------------------
Error Connecting to Weblog
---------------------------
An error occurred while attempting to connect to your weblog:
Invalid Server Response - The response to the blogger.getUsersBlogs method received from the weblog server was invalid:
Invalid response document returned from XmlRpc server
You must correct this error before proceeding.

Additionally, when I attempt to configure the RSD module (should I be able to?) from within the admin interface I get this error:

PHP Notice: Undefined variable: atributes in E:\Website\plugins\system\rsd\installedapis.php on line 43

Running PHP/mysql under fastcgi on IIS, if that matters.

thanks

justo.derivera
Joomla! Intern
Joomla! Intern
Posts: 56
Joined: Tue Dec 11, 2007 2:35 am
Location: Madrid, Spain

Re: XML-RPC MetaWeblog API plugin

Post by justo.derivera » Tue Apr 01, 2008 3:22 pm

Hi ddecker, I think that the error you are getting on Live Writer is because you may have the web services disabled, to enable them go to administrator, then Global configuration and then System, and mark Enable web services to Yes.
ddecker wrote: ---------------------------
Error Connecting to Weblog
---------------------------
An error occurred while attempting to connect to your weblog:
Invalid Server Response - The response to the blogger.getUsersBlogs method received from the weblog server was invalid:
Invalid response document returned from XmlRpc server
You must correct this error before proceeding.
The RSD configuration is to select which API you want to use (blogger, MetaWeblog, whatever) if you have more than one XML-RPC plugin enabled, and it uses MetaWeblog by default.
I will look into that notice, but everything should work fine even with it.
ddecker wrote: Additionally, when I attempt to configure the RSD module (should I be able to?) from within the admin interface I get this error:

PHP Notice: Undefined variable: attributes in E:\Website\plugins\system\rsd\installedapis.php on line 43

Running PHP/mysql under fastcgi on IIS, if that matters.
Hope it helps :)

ITgeek
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed Mar 19, 2008 12:58 am
Location: Southern California, USA
Contact:

Re: XML-RPC MetaWeblog API plugin

Post by ITgeek » Wed Apr 02, 2008 2:11 pm

Installed the latest version of the RSD plug-in the other day, looks like it fixes all the problems with PDF. Thank you again for all your hard work. All I need now is upload support using metaweblog and my life will be perfect... at least as far as joomla is concerned.

Thanks again!

prophetizer
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Fri Jan 11, 2008 7:50 pm

Re: XML-RPC MetaWeblog API plugin

Post by prophetizer » Wed Apr 02, 2008 4:08 pm

i reinstalled it yesterday on a clean joomla setup, and it has no problems uploading images or anything now, dunno why, was there some changes?

maxitone
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Fri Mar 30, 2007 6:13 pm

Re: XML-RPC MetaWeblog API plugin

Post by maxitone » Fri Apr 18, 2008 11:16 am

Justo, wonder if you can help.

I've installed and using this great plugin with no problems from Windows Live Writer.

I've just installed ScribeFire and have a couple of wrinkles which are either down to ScribeFire or your plugin:
  • ScribeFire isn't getting the full list of entries (it seems to pick some fairly random articles to show in the Posts tab).
  • The list of categories is empty


FYI The latest (preview) version of ScribeFire can't manage to get any of the entries :(

Error with request, the server sent back the following response:
Unknown method

Let me know if there any debug settings I can use to help you diagnose these (that's if they're anything to do with your plugin of course ;))

MTIA
Andy


Locked

Return to “Extensions for Joomla! 1.5”