Serendipity 1.4 pingback shows no text

Found a bug? Tell us!!
Post Reply
jaal
Regular
Posts: 63
Joined: Thu Oct 26, 2006 2:48 pm
Location: Guetersloh, Germany
Contact:

Serendipity 1.4 pingback shows no text

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Serendipity 1.4 pingback shows no text

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
jaal
Regular
Posts: 63
Joined: Thu Oct 26, 2006 2:48 pm
Location: Guetersloh, Germany
Contact:

Re: Serendipity 1.4 pingback shows no text

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Serendipity 1.4 pingback shows no text

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
jaal
Regular
Posts: 63
Joined: Thu Oct 26, 2006 2:48 pm
Location: Guetersloh, Germany
Contact:

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

I just resent it.

Note that pingbacks usually never have text attached to them; only trackbacks have.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
jaal
Regular
Posts: 63
Joined: Thu Oct 26, 2006 2:48 pm
Location: Guetersloh, Germany
Contact:

Post 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...
blog.brockha.us
Regular
Posts: 695
Joined: Tue Jul 03, 2007 3:34 am
Location: Berlin, Germany
Contact:

Re: Serendipity 1.4 pingback shows no text

Post 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;
- Grischa Brockhaus - http://blog.brockha.us
- Want to make me happy? http://wishes.brockha.us/
Post Reply