Quote Originally Posted by w00gle View Post
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?
1.2RC1.
I don't know what I'm suppose to do for:
$postargs = '<xml replace!>';

It says - You can take the ones from googlecheckout/response_message.log
But I have nothing listed in that log, it's empty.