Welcome to Geeklog, Anonymous Wednesday, November 27 2024 @ 03:48 pm EST
Geeklog Forums
error on pingback
Status: offline
phpsocialclub
Forum User
Junior
Registered: 03/05/03
Posts: 30
Location:North Carolina
I am trying to figure out this new functions
when I click on the submit button, I get this error
Ping-O-Matic Invalid return payload: enable debugging to examine incoming payload
anyone have any ideas as to what I need to do enable debugging.
Andrew
I work for a Wilmington NC Attorney
when I click on the submit button, I get this error
Ping-O-Matic Invalid return payload: enable debugging to examine incoming payload
anyone have any ideas as to what I need to do enable debugging.
Andrew
I work for a Wilmington NC Attorney
14
12
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
I believe the problem is at Ping-o-Matic's end, as I couldn't ping it from two of my sites either. Try it again later ...
bye, Dirk
P.S. "ping" and "pingback" are actually two different features.
bye, Dirk
P.S. "ping" and "pingback" are actually two different features.
15
11
Quote
Status: offline
s_witch
Forum User
Chatty
Registered: 06/13/04
Posts: 36
Location:Melbourne, Australia
Not that I am wanting to doubt Dirk's word at all...but are we totally sure this is a problem at Ping-O-Matic's end?
I am experiencing the exact same problem on 2 different sites hosted on 2 different servers. It may of course be co-incidental, but the problem appeared for me after upgrading from GL1.4.0rc2 to GL1.4.0 on both sites.
Based on Dirk's previous comments, I have tried to ping Ping-O-Matic on various days at various times and I keep receiving the same error described above. So I am now beginning to suspect that perhaps it might be a GL problem?
Any further experience with this?
Regards Jill
I am experiencing the exact same problem on 2 different sites hosted on 2 different servers. It may of course be co-incidental, but the problem appeared for me after upgrading from GL1.4.0rc2 to GL1.4.0 on both sites.
Based on Dirk's previous comments, I have tried to ping Ping-O-Matic on various days at various times and I keep receiving the same error described above. So I am now beginning to suspect that perhaps it might be a GL problem?
Any further experience with this?
Regards Jill
11
14
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by s_witch: Not that I am wanting to doubt Dirk's word at all...but are we totally sure this is a problem at Ping-O-Matic's end?
Actually, no. I'm beginning to believe that the problem is elsewhere, but haven't had the time to look into it.
bye, Dirk
12
13
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Okay, so I wanted to look into it - and now it worked
To anyone having problems pinging Ping-O-Matic:
1) Check that you have the latest version of the PEAR XML_RPC library. The file system/pear/XML/RPC.php (or wherever your PEAR library is located) should have this line in the header (line 35 or thereabouts):
That's the version that ships with Geeklog 1.4.0 and 1.4.0sr1 (XML_RPC 1.4.5).
2) If you get the error message mentioned above, enable the debug mode and try again: In system/lib-pingback.php, there are three lines
all of which are commented out. The first one is for pingbacks, the other two are for sending the normal and extended pings.
Activate those two and try again. You will get some debug information on the top of the screen, followed by the "headers already sent" message which you can ignore in this case. Post the debug information here.
bye, Dirk
To anyone having problems pinging Ping-O-Matic:
1) Check that you have the latest version of the PEAR XML_RPC library. The file system/pear/XML/RPC.php (or wherever your PEAR library is located) should have this line in the header (line 35 or thereabouts):
Text Formatted Code
* @version CVS: $Id: RPC.php,v 1.88 2005/10/15 20:29:43 danielc Exp $That's the version that ships with Geeklog 1.4.0 and 1.4.0sr1 (XML_RPC 1.4.5).
2) If you get the error message mentioned above, enable the debug mode and try again: In system/lib-pingback.php, there are three lines
Text Formatted Code
//$client->setDebug (1);Activate those two and try again. You will get some debug information on the top of the screen, followed by the "headers already sent" message which you can ignore in this case. Post the debug information here.
bye, Dirk
16
12
Quote
Status: offline
s_witch
Forum User
Chatty
Registered: 06/13/04
Posts: 36
Location:Melbourne, Australia
Dirk thanks for looking at this. I checked the version of the PEAR XML_RPC library and I am running the same version as the one you indicated.
After I enabled the debug mode and sent another ping to Ping-O-Matic, I got the following output at the top of the screen:
HTTP/1.0 200 OK
X-Powered-By: PHP/4.4.1
Content-type: text/html
Content-Length: 0
Server: LiteSpeed
Date: Sat, 04 Mar 2006 11:51:34 GMT
Connection: close
---END---
Oh and yes I am still encountering the error. I hope this means more to you than it does to me
Regards Jill
After I enabled the debug mode and sent another ping to Ping-O-Matic, I got the following output at the top of the screen:
Text Formatted Code
---GOT---HTTP/1.0 200 OK
X-Powered-By: PHP/4.4.1
Content-type: text/html
Content-Length: 0
Server: LiteSpeed
Date: Sat, 04 Mar 2006 11:51:34 GMT
Connection: close
---END---
Oh and yes I am still encountering the error. I hope this means more to you than it does to me
Regards Jill
20
15
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
"Content-Length: 0" would mean that Ping-O-Matic sent an empty response. It's supposed to respond with a small XML snippet, though.
So I guess the ping does get through, but the response is not what Geeklog expects. I'll have to contact Matt ...
bye, Dirk
So I guess the ping does get through, but the response is not what Geeklog expects. I'll have to contact Matt ...
bye, Dirk
15
14
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
FWIW, I just successfully sent a Ping for Oliver's Google Maps article. Nothing was changed here on the site, yet the last time I tried (for the 1.4.0sr2 article), it didn't work, i.e I got the same empty response as quoted above. Go figure ...
bye, Dirk
bye, Dirk
15
14
Quote
Status: offline
s_witch
Forum User
Chatty
Registered: 06/13/04
Posts: 36
Location:Melbourne, Australia
FWIW, I just successfully sent a Ping for Oliver's Google Maps article. Nothing was changed here on the site, yet the last time I tried (for the 1.4.0sr2 article), it didn't work, i.e I got the same empty response as quoted above. Go figure ...
Odd indeed. I'm not too worried by it all - I'll just leave things in debug mode for now so that I can verify if the ping has actually got through or not. The error message received is more annoyance factor than anything else I guess.
Any ideas on why Ping-O-Matic might send empty responses in some instances? Have you spoken to them at all?
Regards Jill
20
13
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by s_witch: Any ideas on why Ping-O-Matic might send empty responses in some instances? Have you spoken to them at all?
I've emailed Matt but didn't get a response. From their blog, they seem to be busy with partial rewrites and server moves, so maybe that explains some of the things we're seeing.
bye, Dirk
17
13
Quote
Status: offline
s_witch
Forum User
Chatty
Registered: 06/13/04
Posts: 36
Location:Melbourne, Australia
Ah yes thanks for the blog link Dirk. Interesting reading.
As a postscript to this, I've sent several story pings successfully tonight with no error messages at all. It appears that this problem might have been at Ping-O-Matic's end after all
Regards Jill
As a postscript to this, I've sent several story pings successfully tonight with no error messages at all. It appears that this problem might have been at Ping-O-Matic's end after all
Regards Jill
13
34
Quote
Status: offline
PWR
Forum User
Junior
Registered: 04/02/06
Posts: 21
I've noticed a recent increase in ping errors, here's my debug info:
---GOT---
HTTP/1.0 200 OK
Cache-Control: private, no-cache, max-age=0
Pragma: no-cache
Connection: Close
408 Request Timeout
Request Timeout
---END---
Being a relative newbie, I'm not sure if this is saying ping-o-matic is timing out, or my site is. What do you think?
---GOT---
HTTP/1.0 200 OK
Cache-Control: private, no-cache, max-age=0
Pragma: no-cache
Connection: Close
408 Request Timeout
Request Timeout
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.
---END---
Being a relative newbie, I'm not sure if this is saying ping-o-matic is timing out, or my site is. What do you think?
14
15
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
FWIW, I also had problems sending out the ping for the Geeklog 1.4.0sr5 release announcement last Sunday. It worked a couple of hours later.
You could try some other ping service in the meantime. See Sending a Ping in Geeklog 1.4 for details.
bye, Dirk
You could try some other ping service in the meantime. See Sending a Ping in Geeklog 1.4 for details.
bye, Dirk
17
15
Quote
All times are EST. The time is now 03:48 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content