Fix Windows live Writer Error - The response to the wp.getTags method received from the blog server was invalid.

Windows live Writer is in my opinion the most complex application that allows editing si publishing Articles on the blog, so application can be used for blogs hosted on WordPress.com, SharePoint, Blogger, TypePadAs well as on the Self hosting.
Before connecting Windows live Writer a blog platform WordPress, You first need to tick options Remote PublishingAtom Publishing Protocol si XML-RPC from Dashboard > Settings > Writing.

WordPress Windows live Writer Settings

After connecting, Windows Live Writer imported a few blog elements including graphic theme (Optional) and tagCPCs. When it has a blog database very consistent, especially on table tagCEs (number) is possible server that is hosted blog not allow WLW's connection defend errors like:

Invalid Server Response - The response to the wp.getTags method Received from the blog server WAS invalid.

Error WLW Tags
Error WLW Old VersionPNG

This erorare appears especially when we want to import the list of tags (wp_tags) in Windows Live Writer.

details Error:

Unexpected Error Occurred     
An unexpected error has occurred within the application.

WindowsLive.Writer.Extensibility.BlogClient.BlogClientInvalid     
ServerResponseException: Invalid Server Response - The response to the wp.getTags method received from the blog server was invalid:

Invalid response document returned from XmlRpc server     
   at WindowsLive.Writer.BlogClient.Clients.XmlRpcBlogClient.      
CallMethod(String methodName, XmlRpcValue[] parameters)      
   at WindowsLive.Writer.BlogClient.Clients.MetaweblogClient.      
WordPressGetKeywords(String blogId)      
   at WindowsLive.Writer.BlogClient.Clients.MetaweblogClient.      
GetKeywords(String blogId)      
   at WindowsLive.Writer.BlogClient.Blog.RefreshKeywords()      
   at WindowsLive.Writer.PostEditor.PostPropertyEditing.      
SharedPropertiesController.<.ctor>b__0(Object sender, EventArgs args)      
   at System.Windows.Forms.Control.OnClick(EventArgs e)      
   at WindowsLive.Writer.Controls.BitmapButton.OnClick(EventArgs e)      
   at System.Windows.Forms.Control.WmMouseUp      
(Message& m, MouseButtons button, Int32 clicks)      
   at System.Windows.Forms.Control.WndProc(Message& m)      
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)      
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)      
   at System.Windows.Forms.UserControl.WndProc(Message& m)      
   at System.Windows.Forms.Control.ControlNativeWindow.      
OnMessage(Message& m)      
   at System.Windows.Forms.Control.ControlNativeWindow.      
WndProc(Message& m)      
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Error Cause:

At the time of importation (of Tags in our case) server that hosts the blog is more demanding than usual, and memory limit (RAM) allocated execution PHP scripts is outdated. For this reason, the server rejects the connection or stops importing. “Returned document invalid response from xmlrpc Server".

resolving Error:

As in the case of the error ""The solution is all from .htaccess. You will need to add a line to increase memory limit assigned account that is blog web hosting. To do this, add the. Htaccess line:

value memory_limit 256M

The amount 256M to "memory_limit”He establishes maximum size expressed Baiti on a PHP script can use. The "memory_limit" limit is set to default to 128M the file php.ini (Config site PHP_INI_ALL server for PHP) on most servers that reuleaza PHP 5.3.10. In the past, before PHP 5.2.0 value was 8MAnd with the release of version PHP 5.2.0This value was set at 16M.
Before importing Tags in WLW You can increase this limit over 128MBut must take into account and total memory Web server. The "memory_limit" directive practically prevents an erroneously written PHP script from consuming all available memory on a server. It is recommended that after importing you delete this line from .htaccess to return to the value default established by php.ini.

If you do not have access to the settings for changing the "memory_limit" value, in this situation you will need to contact the provider hosting your blog. For security and performance reasons, most web hosting providers restrict access to accounts to "sensitive" settings. of the server.

Founder and editor Stealth Settings, from 2006 to the present. Experience on operating systems Linux (in particular CentOS), Mac OS X, Windows XP> Windows 10 si WordPress (CMS).

How to » Noteworthy » Fix Windows live Writer Error - The response to the wp.getTags method received from the blog server was invalid.
Leave a Comment