Nailing down XML error on article save (traceback sending???

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Mekk
Regular
Posts: 54
Joined: Tue Jul 22, 2008 7:53 pm
Contact:

Nailing down XML error on article save (traceback sending???

Post by Mekk »

For some time, whenever I publish a new article, I find in PHP error log:

[12-lut-2009 20:26:41] XML error at line 1, check URL

There is no information in the browser, nothing else in the log, and the problem happens only when I publish a new article = when I switch it from draft to published state (does not happen when I publish draft or when I edit an existing article).

I suspect either ping sending or traceback sending.

Is it possible to nail it down somehow?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Nailing down XML error on article save (traceback sending???

Post by garvinhicking »

Hi!

That is the only entry?! This is highly unusuall, usually PHP outputs a filename and linenumber on where an error occurs.

I think it must be xmlrpc ping related; do you use the "announce entries" plugin, and which sites do you ping to?

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/
Mekk
Regular
Posts: 54
Joined: Tue Jul 22, 2008 7:53 pm
Contact:

Re: Nailing down XML error on article save (traceback sending???

Post by Mekk »

garvinhicking wrote:Hi!

That is the only entry?! This is highly unusuall, usually PHP outputs a filename and linenumber on where an error occurs.
Yes, nothing else, just this error. And exactly once per every article published.
garvinhicking wrote: I think it must be xmlrpc ping related; do you use the "announce entries" plugin, and which sites do you ping to?
Yes, I use announce entries. Most default services (
Ping-o-Matic, blogrolling.com, technorati.com, weblogs.com, Yahoo!, Google)
plus non-standard pingme.pl/ping

The problem is it is somewhat difficult to test by elimination as I don't want to flood my subscribers with rubbish. So I'd prefer to patch the announce plugin so it tracks errors in more detail.

PS Looks like technorati isn't catching my updates. I just disabled it, will see whether it helped when I publish the next post.
Post Reply