google-code-export / google-checkout-oscommerce

Automatically exported from code.google.com/p/google-checkout-oscommerce
1 stars 0 forks source link

callback to responsehandler.php error #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Orders not returned to Admin using PHP CGI, sandBox

orders are logged in to sandBox, email confirmations are sent to buyer and
seller, return to catalog link to gc_return.php....all works... 

What steps will reproduce the problem?
googlecheckout/.htaccess - set with merchant id, merchant key

API callback URL to:https://domain/catalog/googlecheckout/responsehandler.php
callback method: xml

callback fails, 

When I go to responsehandler.php error log, I get this syntax error:
Parse error: syntax error, unexpected T_DEFAULT in domain/catalog/
googlecheckout/responsehandler.php on line 1154

sandBox > Tools > Integration Console says: 

We encountered an error trying to access your server at
https://domain.com/catalog/googlecheckout/responsehandler.php -- the error
we got is java.net.MalformedURLException: no protocol:
/~user/catalog/googlecheckout/responsehandler.php

What version of the product are you using? On what operating system?

PHP CGI
PHP version: 5.2.9
MySQL: 5.0.75
Apache: 2.2.11
OSc: 2.2.RC.2a
Google Checkout: 1.5.0 

Original issue reported on code.google.com by test_o...@verizon.net on 18 Apr 2009 at 6:30