Quote Originally Posted by ropu View Post
yes, it supposed to create both files!

do you check the boxes "Check if dir exists:" and "Create Files:" ??
the require valid-user is a directive of htaccess that tells the browser to look for valid users in .htpasswd

you DONt have to comment any code in responsehandler.php just need to enable or disable this feature from the amin UI!

just set tru to this
HTML Code:
.htaccess Basic Authentication Mode with PHP over CGI?
This configuration will disable PHP Basic Authentication in the responsehandler.php to validate Google Checkout messages.
If setted True you MUST configure your .htaccess files here.
and add the htaccess with the script. .

i take notes about an easier readme file. thanks for your feedback

ropu
Thanks Ropu, the two files are now created after CHMOD from 755 to 777 on googlecheckout folder.

I noticed in one of your previous post that you said this
Code:
<Directory /home/*/public_html>
        AllowOverride All
</Directory>
need to be somewhere. Is it still needed?

Also, you did not answer my question about how to figure out whether PHP is installed on CGI or not. If I set to True on the AdminUI and PHP is not installed over CGI what happens?

I have GC1.0.4r working in production without any need for the code/instructions about PHP installation over CGI but somehow when I upgrade to 1.2 everything looks okay but the GC button is disabled. Responsehandler.php page doesn't show any error.

The only culprit I can think of is something is not configured right with the shipping. We offer Free Shipping Option, Free Shipper as well as Table Rate but none of these show up for Google Checkout Paypment configuration on the AdminUI. Why is that?

Thanks for all your work.