Wah ! this is my first post to ping pps, after i upgrade to wordpress2.0 few day ago ..
I been having problem to trackback after i upgrade to wordpress 2 RC3, even the final version release can’t fix the problem
- if you upgrade your db from 1.5.2 to 2.0
- unable to trackback, no matter what you publish the trackback url remain at the trackback field
if your situation match the above point, here are the solution that i want to share with you after i dig table by table, code by code , field by field
this problem is because of to_ping field contain some char ( including space, tab which represent by \n\r ), run this sql command under your phpmyadmin Update ‘wp-posts’ set to_ping=”
after this should be able to trackback already, i believe the wordpress dev team change hows the original trackback work, thats explain why there are no problem during 1.5.2 but cause some problem in 2.0, i think they should include this in the upgrade script
Tags: Open As In Source
14 Comments
Rajan ,
just to make sure what you type is
Update `wp-postsâ set to_ping=(single quote twice) ?
you can also leave out the ‘ for the wp_posts so it becomes like this:
update wp-posts set to_ping=''if i not wrong backquote need to put to show that is a table
Rajan by default should be wp-posts, sorry for my mistake
it this work for you ?
Rajan glad that help you
It should be:
UPDATE wp_posts SET to_ping = ”
In newer versions of mysql and phpmyadmin it needs to have the table minus the quotes.
Knight,
I ran the script and it did clear out the to_ping column but my trackbacks still don’t work. It just stays there after I publish.
I saw that there is a patch on PiperL’s blog, but I was unable to open it with WinZip. Do you have any suggestions?
Hi John,
did you try to setup a fresh wp2.0 to test the trackback ? see can the trackback work on fresh setup.
Thanks for the tip, Knight - the SQL code worked and I could send a ping to PPS. But I tried sending a trackback to your post, and it’s not showing. Did the trackback come through?
Sashi , sorry for that , your trackback been mark as spam by my spamkarma .. hehe recover it now
The fix doesn’t work for me, but we’ve finally found the core root of the problem. Quoting from the Wordpress Dev Trac:
I’ve confirmed this with my webhost too. There was a reason why the trackbacks were upgraded. I can’t recall why. I think it has something to do with faster pingback and trackbacks. Oh well, guess we didn’t see that coming.
haha ok, hhhhmmmm but i thought i saw some recent review say that site5 is not that good compare to last time ..
Is this still an issue for WP 2.1.3? My pings don’t seem to work anymore for PPS
i don’t think so , this has been fixed long long time ago
13 Trackbacks
[...] Shameless self-plug to test the wordpress trackback thing after a solution from Ah Knight’s. But in case you’ve missed my post earlier, here it is: [...]
[...] æ°å å?¡ä¾çknight使ç¨ç ?æé?ç·´çå¤§çµæ(æ¸ æææçto_pingæ¬ä½?)ä¾è§£æ±ºãéç¶è¦ºå¾å¥½å?æé»æ´åï¼ä¸?é?ç±æ¼éæ²çå°æäººç ç©¶åºçæ£é æ?ä¸?è½pingçæ ¹æ¬åå ï¼æä»¥ä¹æ¯ç®å?æè¦å¯ä¸çè§£æ³ã [...]
[...] Yes I ping. Fixed the pingging problem on WordPress 2.0, thanks to Ah Knight. [...]
è® WP2.0 å?¯ä»¥æ£å¸¸trackback…
æç«å?°å¾ wordpress 1.5 å?ä¸ wordpress 2.0 ç人åï¼å?¯è½ç¼ç?¾ä¸?è½ Trackbackäºãæï¼ä¹ä¸æ¨äºã
Ah Knightâs Blogæ??ä¾äºä¸åè »æ´åçè§£æ³ï¼æè³æåº«ä¸ç to_pingæ¬ä½?çµ¦æ¸ å å ï¼ä¸¦æ??å?å?¯è½çåå æ¯ï¼
this……
Patch for WordPress 2.0 trackback issue…
After upgrading to wordpress 2.0, I found the WP2.0 is failed to send trackback.
This issue is also confirmed by ijliao, priv, and Ah Knight’s Blog.
There has been a workaround in Ah Knight’s Blog for this issue.But even you clean up the &#…
[...] Ein Member im Wordpress-Forum hat eine Lösung gefunden… und die funzt Hier haben schon andere was dazu gesagt! [...]
The blog is upgraded - finally….
Test pinging PPS with WP 2.0.
……
[...] Other then talking about the wordpress 2.0 trackback issue, another thing which pop in my eyes is Adsense on Wordpress 2.0 [...]
è®wordpress2.0å?¯ä»¥æ£å¸¸trackback…
viaï¼ çµæ¥µéç
å¦æä½ å¾1.5.2å?ä¸ä¾ï¼ä¸å?ç´å?å¨æç« çto_pingæ¬ä½?éçææªpingå®çè¨éç話ï¼é£éº¼å°±æè©²å°±é?常æå?¯è½æé?å°éåå?é¡ã
WordPress 1.5以å?ç¼è¡¨æç« è¦?é?åºæï¼ä½¿ç¨è å¾å ç trackb……
[...] Read his post for more information: Fixed Wordpress 2.0 Trackback Issue [...]
[...] Used Ah Knight’s tip to correct trackback pinging in Wordpress 2.0. It should work. At least, I hope so. [...]
[...] Informationen habe ich auf diesen Seiten gefunden: http://blog.serv.idv.tw/ (Patch wp20-trackback-patch) http://www.paulooi.com/ (Patch wp20_trackback_fixed) http://www.grimmy.de/blog/ http://www.ahknight.net/ http://www.northern-web-coders.de/blog/archiv/2005/12/29/wordpress-20/ [...]
[...] Ah Knightâs Blogæ??ä¾äºä¸åè »æ´åçè§£æ³è®éçæ¹æ³ï¼æè³æåº«ä¸ç to_pingæ¬ä½?çµ¦æ¸ å å ï¼ä¸¦æ??å?å?¯è½çåå æ¯ï¼ this problem is because of to_ping field contain some char ( including space, tab which represent by nr ) [...]