When I try to place my order, I get the following error:

Fatal error: gcheckout_build_cart(): Failed opening required 'library/googleitem.php' (include_path='.:/usr/local/share/pear:/usr/local/lib/php') in /home/victoryoflig/www/modules/gcheckout/gcheckout.module on line 218

Comments

Phillip Mc’s picture

Assigned: Unassigned » Phillip Mc

that error message suggests you haven't installed the Google dheckout library....see below the message from the google checkout module readme:

*************************************************************
You must install the Google Checkout PHP library, available from:
http://code.google.com/p/google-checkout-php-sample-code/

Just download the google-checkout-php-sample-code-v1.2.zip file and move
the 'library' directory into the gcheckout module directory:

i.e. /drupal-root/sites/all/modules/gcheckout/library/googlecart.php,
etc.
****************************************************************

can you close this issue if that solves the problem for you?

cheers

mfb’s picture

Status: Active » Closed (fixed)

I'm guessing this was resolved?