| « Update on slow starting MS Money | My Ambient Device Update » |
Link: http://forums.b2evolution.net/viewtopic.php?p=75053#75053
I discovered that I couldn't send trackbacks from my blog.
I had previously turned it off, because I was getting too much trackback spam...but the new version of b2evolution offers more control to reduce trackback spamming, so I thought I would give it a try.
So far since my site's upgrade, no trackback spam....actually no trackbacks at all.
It did make me wonder if there was a problem with my site accepting trackbacks, but that seemed to work. Eventually, I found that the trackback sending code using fopen(), which is disabled on Dreamhost. Then I had better keywords to search b2evolution forum...and found a post on the subject.
I found a simple class that encapsulated curl, and used that to fix the part of the sending of trackbacks that wasn't working for me.
See my reply to the forum post for details....
I didn't touch the other part (POST method), because I hadn't encountered it yet....so I didn't have a simple test case to play with.