YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

Failing eliteweaver test Options
FPHowTo
#1 Posted : Tuesday, February 04, 2003 1:17:31 AM
Rank: Starting Member

Groups: Registered

Joined: 2/3/2003
Posts: 6
Location: ,
When testing at www.eliteweaver.co.uk, I get the results below. I'm on a Win2k Server and I've checked the MSXML version and 4.0 is installed. I ran the sample code as is and also changed it to the following: Set objHTTP = Server.CreateObject("MSXML2.XMLHTTP.4.0") Here are the results from your test server. Any ideas??: Your status report appears below: IPN Creation Date: 08:35:30 Feb 03, 2003 PDT IPN Expiration Date: 17:35:30 Feb 04, 2003 PDT Send Count: 3 Target IPN Script: http://www.frontpagehowt.../fpipncart/ipnverify.asp IPN Sent: 08:38:28 Feb 03, 2003 PDT HTTP Status: HTTP/1.1 500 Internal Server Error IPN Received: Your script did not reply! Post Back: N/A Variables Sent: 53 Variables Expected: 54 Variables Received: 0 String Length Sent: 1256 String Length Expected: 1277 String Length Received: 0 Desired Response: VERIFIED Actual Response: None Intentional Response: No! Summary: Your script is not posting back to us!
Sponsor  
 
tcollie
#2 Posted : Tuesday, February 04, 2003 5:54:02 AM
Rank: Starting Member

Groups: Registered

Joined: 10/12/2002
Posts: 5
Location: ,
There are actually a couple of reasons this might be happening, but I'll address the primary reason for now....

What is your post mode set to?

Are you testing your IPN so that it actually posts to PayPal or for it to post to EliteWeaver? I use there testing script all of the time, and that's generally the only error I ever get. If you are actually attempting to post your IPN variables/info. to PayPal instead of changing your post string to target EW, then you will get this error.
FPHowTo
#3 Posted : Tuesday, February 04, 2003 1:14:17 PM
Rank: Starting Member

Groups: Registered

Joined: 2/3/2003
Posts: 6
Location: ,
It's set to #4 for the elitweaver secure server. Thanks!
FPHowTo
#4 Posted : Wednesday, February 05, 2003 7:28:42 PM
Rank: Starting Member

Groups: Registered

Joined: 2/3/2003
Posts: 6
Location: ,
Figured it out. It was my own bonehead code :-{

EliteWeaver
#5 Posted : Thursday, February 06, 2003 10:23:40 PM
Rank: Starting Member

Groups: Registered

Joined: 10/22/2002
Posts: 239
Location: ,
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by FPHowTo
[br]Figured it out. It was my own bonehead code :-{
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

"HTTP/1.1 500 Internal Server Error"

It's usually "bonehead code" that causes a 500 ;-)

Glad you have sorted it out!

-Marcus
FPHowTo
#6 Posted : Thursday, February 06, 2003 11:52:45 PM
Rank: Starting Member

Groups: Registered

Joined: 2/3/2003
Posts: 6
Location: ,
Yep. Thanks for the testing facility. That's great. I highly recommend that anyone adding to your code sample should first test the code they are going to add separately :-)
seb
#7 Posted : Wednesday, February 26, 2003 10:10:17 AM
Rank: Starting Member

Groups: Registered

Joined: 2/26/2003
Posts: 6
Location: ,
I get a 200 response, but still a "your script did not reply".

This is the relevant bit of my script:

str = str & "&cmd=_notify-validate"

Set objHttp = Server.CreateObject("Microsoft.XMLHTTP")
objHttp.open "POST", "http://www.eliteweaver.co.uk/testing/ipntest.php", false
objHttp.Send str

I've tried msxml2.serverxmlhttp too, no better.

Any ideas? We seem to have msxml2 version 3.0 installed, this should be good enough shouldn't it?

- seb
seb
#8 Posted : Wednesday, February 26, 2003 10:35:40 AM
Rank: Starting Member

Groups: Registered

Joined: 2/26/2003
Posts: 6
Location: ,
FIXED IT.

If anyone is still having this problem read this thread:

http://www.paypaldev.org/topic.asp?TOPIC_ID=850

(and then give paypal a GOOD KICKING)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.618 seconds.