Page 1 of 1
Serendipity 1.4 pingback shows no text
Posted: Tue Jan 13, 2009 9:29 am
by jaal
Hi,
with old s9y version my track-/pingbacks showed some text (content of my entry, header...)
After I've upgraded to 1.4 trackbacks in my own blow are only displayed as "pingback" (see
http://blog.salid.de/archives/1195-Amaz ... -mehr.html) and on other blogs my trackback just shows my blogname.
Any ideas why is no more content shown?
Thanks
Jan
Re: Serendipity 1.4 pingback shows no text
Posted: Tue Jan 13, 2009 9:47 am
by garvinhicking
Hi!
That surprises me; it might be due to trackback moderation? What are your settings?
I just sent you a trackback which was accepted, but since it's not displayed I assume you must moderate it first.
I could send the trackback properly to you. Try to trackback my article, I've got logging enabled to see what your server sends.
If you can, check your serendipity_comments table and see what kind of pimngbacks/trackbacks you have in there.
Regards,
Garvin
Re: Serendipity 1.4 pingback shows no text
Posted: Tue Jan 13, 2009 11:23 am
by jaal
garvinhicking wrote:That surprises me; it might be due to trackback moderation? What are your settings?
They've not changed since the upgrade from the last version...
garvinhicking wrote:I just sent you a trackback which was accepted, but since it's not displayed I assume you must moderate it first.
I could send the trackback properly to you. Try to trackback my article, I've got logging enabled to see what your server sends.
If you can, check your serendipity_comments table and see what kind of pimngbacks/trackbacks you have in there.
Well I can't see any trackback from your side...
Please drop me the link to your article, I#ll send you a trackback.
Thx
Jan
Re: Serendipity 1.4 pingback shows no text
Posted: Tue Jan 13, 2009 12:00 pm
by garvinhicking
Hi!
Do you have trackback logging enabled in the antispam plugin? It seems one of these settings must be affecting your blockage and thus not accept incoming trackbacks, and only accept pings.
Please drop me the link to your article, I#ll send you a trackback.
http://garv.in/serendipity/archives/132 ... antie.html
Regards,
Garvin
Posted: Tue Jan 13, 2009 12:40 pm
by jaal
Mhmm...
• Überprüfe
http://garv.in/serendipity/archives/132 ... antie.html auf mögliche Trackbacks ...
Sende Trackback zu URI
http://garv.in/serendipity/comment.php? ... ry_id=1320 ...
• Trackback erfolgreich!
damn, your site shows the text content...
Can you submit your trackback again? I turned logging on.
Posted: Tue Jan 13, 2009 12:49 pm
by garvinhicking
Hi!
I just resent it.
Note that pingbacks usually never have text attached to them; only trackbacks have.
Regards,
Garvin
Posted: Tue Jan 13, 2009 1:08 pm
by jaal
garvinhicking wrote:Note that pingbacks usually never have text attached to them; only trackbacks have.
Okay, that would explain the missing text, but usually my blog sent trackbacks to itself when I used a URL in the text, not a pingback...
And you're filtered by askimet (i changed that to "moderate" now...)
1231847368 MODERATE Keine API-erstellten Kommentare (u.a. Trackbacks) ... 1195 superBlog
http://garv.in/serendipity/archives/1320-Amazon-Ti... PEAR HTTP_Request class (
http://pear.php.net/ ) 78.46.47.67 Gibt's nicht mehr. Weiß ich zwar schon seit Ende D...
1231847368 AKISMET_SAFETY Akismet verification takes place 1195 superBlog
http://garv.in/serendipity/archives/1320-Amazon-Ti... PEAR HTTP_Request class (
http://pear.php.net/ ) 78.46.47.67 Gibt's nicht mehr. Weiß ich zwar schon seit Ende D...
1231847368 AKISMET_SPAM Akismet API returned spam 1195 superBlog
http://garv.in/serendipity/archives/1320-Amazon-Ti... PEAR HTTP_Request class (
http://pear.php.net/ ) 78.46.47.67 Gibt's nicht mehr. Weiß ich zwar schon seit Ende D...
1231847368 REJECTED Von Akismet.com gefiltert.: true 1195 superBlog
http://garv.in/serendipity/archives/1320-Amazon-Ti... PEAR HTTP_Request class (
http://pear.php.net/ ) 78.46.47.67 Gibt's nicht mehr. Weiß ich zwar schon seit Ende D...
Re: Serendipity 1.4 pingback shows no text
Posted: Tue Jun 02, 2009 3:49 pm
by blog.brockha.us
If you like, you can have text/title for pingbacks, too.
Edit serendipity_config_local.php and add /change:
Code: Select all
// Switch on the page fetching while reveiving pingbacks
// Without it, pingback entries won't have a title nor content.
$serendipity['pingbackFetchPage'] = true;
// Max amount of characters fetched from the page doing a pingback:
$serendipity['pingbackFetchPageMaxLength'] = 200;