Wordpress

WordPress : pluggable.php on line 934

Posted by on July 18, 2011 at 1:00 am

check the wp-config and index.php for extra spaces or some bogus code in the heading    

WordPress Preview shows 404 error page

Posted by on January 3, 2011 at 10:34 pm

Error: WordPress Preview shows 404 error page Solution: try adding the following to the wp-config file and then update the permalinks define(‘WP_HOME’,’http://mydomain.com’); define(‘WP_SITEURL’,’http://mydomain.com’);

Facebook RSS feed import

Posted by on December 19, 2010 at 6:13 am

Issue: trying to import your new feeds from a external source. The error we were seeing mostly with WordPress blogs was “Import Failed We couldn’t find a feed using the URL you provided.” Fix: The error should be , you must use http:// as part of the address. so in the enter website box you [...]

WordPress RSS feed error

Posted by on December 19, 2010 at 3:38 am

download fix Error: line 2 at column 6: XML declaration allowed only at the start of the document 1) Unzip the file using winrar or 7zip 2) After unzipping , upload the .PHP file into your WordPress site ROOT directory. This means wherever the wp-config.php file is. Do NOT upload it into the themes folder, [...]

WordPress: xmlRPC error when using live writer

Posted by on February 28, 2010 at 4:47 pm

Error: 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. You must correct this error before proceeding. or Invalid response document returned from XmlRpc server Other: Invalid response document returned from XmlRpc server Possible solution Solution : [...]