Eva,
Use
Ropu's response handler test to find out whether your PHP is installed as a CGI script.
Modify the following lines:
PHP Code:
// Responsehandler.php URL
$url = 'http://www.your-store.com/googlecheckout/responsehandler.php';
// Your Merchant ID
$merid = '';
// Your Merchant Key
$merkey = '';
// Here put the xml u want to emulate! You can take the ones from googlecheckout/response_message.log
$postargs = '<xml replace!>';
Upload the modified file into your
www.your-store.com/googlecheckout folder.
Then open your browser and point it to:
http://www.your-store.com/googlechec...ndler_test.php
Once executed, it'll return several environment variables. Find the text: [GATEWAY_INTERFACE] => and see what is the next texts after it. If it returns CGI/x.x then it means your PHP is run as a CGI script.
BTW, what version of Googlecheckout are you using?
Bookmarks