WordPress

Oct 152012
 

Glad to have found this fix (thanks!) and share it with anyone who needs it. mjh

WordPress › Support » Tweet This 1.8.3 giving HTTP 404

noapi1
Member
Posted 3 days ago #

The solution is:
Edit

/plugins/tweet-this/tweet-this.php

and change line 89 from

define('TT_API_POST_STATUS', 'http://twitter.com/statuses/update.json');

to

define('TT_API_POST_STATUS', 'https://api.twitter.com/1/statuses/update.json');

March 2013 they will again change something, to we will have to change to …/1.1/…
See: https://dev.twitter.com/discussions/10803

WordPress › Support » Tweet This 1.8.3 giving HTTP 404

 Posted by at 3:21 pm
May 242012
 

I’ve switched to using Facebook for comments on my blogs. I hope this makes it easier for people to comment while eliminating spam comments.

 Posted by at 9:56 pm
Jan 172012
 

I first wrote about my Vexing WordPress Mystery 10/22/11. Although Windows Live Writer has worked well with half a dozen of my blogs, Live Writer stopped working on two (the only ones hosted by FatCow) when I changed a setting from PHP4 to PHP5, a necessary step before the latest upgrade. After that change, all my posts contained code stripped of the brackets (/p, not </p>, for example).

I tried clean installations. I used FatCow’s WordPress setup tool. I assumed it had something to do with the PHP switch, although switching back didn’t undo the problem (and wasn’t a long-term solution). Frustrated, I moved www.mjhinton.com/wild to www.ahwilderness.com on 1and1.com (no regrets on that). I was just about to move www.mjhinton.com/help, my computer and digital photography blog, when I searched again for a solution, limiting results to the past 30 days.

I can’t thank Ryft enough for the following:

Windows Live Writer issue with WordPress :The Aristophrenium

Thanks to Joseph Scott and JoeWare.net the solution is very simple. Scott wrote a WordPress plugin that magically fixes the problem. From the Plugins menu at your WordPress dashboard, click Add New and search for LibXML2 Fix.

Windows Live Writer issue with WordPress :The Aristophrenium

I installed and activated the plug-in and all is well.

 Posted by at 8:54 pm
Oct 222011
 

I’ve been going nuts over this problem this week. As you can see in the screenshot below, when I publish to a WordPress blog (on my host, not wordpress.com), the angle brackets are dropped from the code.

wp code problem

This blog worked fine a week ago. The initial change was to switch from PHP4 to PHP5, a requirement for upgrading to WordPress version 3.2.1. I’m not sure if I tested at that point or immediately upgraded (likely).

This problem arises regardless of the editor I use. I prefer Windows Live Writer, but the same thing happens with a new installation of ScribeFire. But it gets worse: downgrading to PHP4 and rolling back to WP 3.1.4 did not fix the problem. Yes, going back to the previous setup did not fix the problem that did not exist in the previous setup.

The Test Two above is actually my 1000th test, but the second using an entirely new SQL db. The next step is a clean install of WordPress 3.2.1 (instead of an upgrade) – a completely new installation – but I don’t expect that to work.

Anybody have a clue about this? I went through the same upgrade process (activate PHP5 instead of PHP4, use WP’s native upgrade process) on a different host without a hitch (1and1). It *feels* like something on the host (fatcow), who is using a build of PHP5 that is 7 months older, for what that’s worth.

Update 5:55pm

Brand new upload of WP 3.2.1. Empty MySQL database. PHP 5. Not working. I believe I have determined the problem is with Fatcow.

 Posted by at 4:00 pm
Jun 182010
 

I upgraded WordPress to the latest version: 3.0. Very fast and easy upgrade. Apparent changes seem mostly cosmetic; I don’t doubt there are plenty under the hood.

 Posted by at 3:27 pm
Apr 092010
 

For more than a year, I’ve been plagued by a set of problems with one installation of WordPress (but not on several others). Two symptoms were most frequent. First, most publishing new or edit posts resulted in a 500 Error. The posts were fine, despite the message. Second, I was unable to automatically upgrade with either WPAU (an automatic upgrade plugin) or the built-in feature added later to WP. I also could not delete posts, though that bothered me less.

Recently, I upgraded to WordPress 2.9.2. As you will read elsewhere, the most common problem with this upgrade is that it requires MySQL 5 support but doesn’t tell you that until it is too late and  you are stuck unable to go back to the previous version. Yes, that’s simply astonishing and casts a pall on a product I love dearly – what were they thinking? Why not build a test into the very beginning of the process. Do NOT begin this latest upgrade without determining you have MySQL 5.

Although I felt like a rat in a maze, I came through the upgrade after several days. I had to create a new MySQL database with version 5 support. I found I was unable to import my backup directly – not sure why. I ended up cutting and pasting chunks of the back (which consists of SQL instructions) into an SQL form in PHPMyAdmin. Slow, tedious, but it worked.

And yet, when I was done, boom – there was the same damn error message despite a brand new database and WP installation! Even after adding a line to allocate more RAM – the solution I found most frequently on the Web – I still had this error message. I’m writing this to warn those in the same situation of the true culprit: a plugin for Google Sitemap. I disabled that plugin, and all goes well.

 Posted by at 2:47 pm
May 272006
 

Some years ago, I started blogging using GreyMatter. Then I switched to MoveableType. In the last couple of years, I’ve been using WordPress for all new blogs and slowly switching older blogs over to WordPress. Such is the case here, with my computer-support blog. mjh

www.wordpress.org

 Posted by at 9:22 pm