Hello,
I wanted to use Windows Live Writer with my WordPress blog. However, I use WordPress as a CMS, therefore it is essential, that I can edit a larger number of already existing pages.
Windows Live Writer does not support (afaik) to open specific pages by ID or to search for pages, but it allows to display all pages using wp.getPages. I now have 53 pages in my blog, which doesn't seem too much to me, but I already get an error if I try to display all pages:
<b>Fatal error</b>: Allowed memory size of 12582912 bytes exhausted (tried to allocate 337023 bytes) in <b>/var/www/username/html/fr-hp/wp-includes/class-IXR.php</b> on line <b>355</b>
That's what the server answers to the request. Shouldn't it be possible to code xmlrpc.php that way, that this problem could be circumvented?