I did another IPN test and for the heck of it I did a CURL test. Here are the results.
IPN CHECK TEST
IPNCHECK.PHP - Version 1.0
IPN TESTING - POSTING to PayPal via: ssl://www.paypal.com:443
IPN TESTING - Confirmation/Validation response: RESPONSE RECEIVED - Communications OKAY
Script finished.
CURL TEST
I did this test on my SSL url addy: https://secure24.inmotionhosting.com/~mistys6/curltest.php
CURL Test Page
This page is intended for testing CURL behaviour. You should be accessing this page via CURLTEST.PHP running on YOUR server.
You submitted the following fields and data:
Array
(
[field1] => This is a test
[statuskey] => ready
)
Data validation
Good
Other Info
Your server IP address is: 74.124.198.61.
user-agent: unknown.
Copyright © 2003 - 2007 Zen Ventures, LLC - Powered by Zen Cart™
Array
(
[url] => "http://www.zen-cart.com/testcurl.php"
[content_type] => text/html
[http_code] => 200
[header_size] => 139
[request_size] => 174
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0.254094
[namelookup_time] => 0.081281
[connect_time] => 0.126095
[pretransfer_time] => 0.126147
[size_upload] => 0
[size_download] => 2141
[speed_download] => 8426
[speed_upload] => 0
[download_content_length] => 0
[upload_content_length] => 0
[starttransfer_time] => 0.254054
[redirect_time] => 0
)
I don't understand very much about the CURL results. Of what I am looking at they both to seem to be good. Could it be something within my cart files?
I just tried to work on the solution again today, and i came across several file named "myDEBUG-xxxxxxxxxx.log" in the cache/ folder.
If they are the right files I am needing to look at, then this is what they are telling me:
[23-Oct-2008 12:43:50] PHP Warning: Wrong parameter count for define() in /home/mistys6/public_html/catalog/includes/languages/english/extra_definitions/logo_sidebox_defines.php on line 35
I am a bit confused how this could prevent the communication between my cart and paypal. Should I try to remove the logo_sidebox and then try an order test?
Also, when I go do a test, on the first paypal page, I have to "manually" add my total to paypal. How can I fix it to automatically bring the total on over?
-Michelle