Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with Google Checkout...Nobody seems to know why this is happening....


Recommended Posts

Posted

OK first off, sorry I had to start a separate topic for this...I've found other users with the same problem as me both here and on the internet, but the problem has either gone unnoticed or a solution cannot be found....

 

This is concerning the contribution: GOOGLE CHECKOUT MODULE FOR OSC (v1.4.5_CCS)

 

I have installed this module on both a fresh install of OSC and a completed, functional site also running OSC (both the latest versions of OCS) and get the same problem. The problem is:

 

When I go to purchase an item I get this error at the checkout screen

 

* DIR_FS_CATALOG and DIR_WS_MODULES may be wrong configured in

includes/configure.php file. This dir doens't exists: /trunk/****/

****/catalogincludes/modules/shipping/

 

(please note the **** above are my site directory folders)

 

When going through the installation steps I do not recall changing the

configure.php file. Also I noticed the path it says is missing a back

slash after catalog. If this is the problem where would I be able to

edit this?

 

This looks like a fairly easy fix, but for the life of me I and many others can't quite figure it out....PLEASE HELP!!!

 

Thank You!!

 

-MT

Posted
OK first off, sorry I had to start a separate topic for this...I've found other users with the same problem as me both here and on the internet, but the problem has either gone unnoticed or a solution cannot be found....

 

This is concerning the contribution: GOOGLE CHECKOUT MODULE FOR OSC (v1.4.5_CCS)

 

I have installed this module on both a fresh install of OSC and a completed, functional site also running OSC (both the latest versions of OCS) and get the same problem. The problem is:

 

When I go to purchase an item I get this error at the checkout screen

 

* DIR_FS_CATALOG and DIR_WS_MODULES may be wrong configured in

includes/configure.php file. This dir doens't exists: /trunk/****/

****/catalogincludes/modules/shipping/

 

(please note the **** above are my site directory folders)

 

When going through the installation steps I do not recall changing the

configure.php file. Also I noticed the path it says is missing a back

slash after catalog. If this is the problem where would I be able to

edit this?

 

This looks like a fairly easy fix, but for the life of me I and many others can't quite figure it out....PLEASE HELP!!!

 

Thank You!!

 

-MT

 

 

hmm...does anybody have any ideas?

Posted

/catalogincludes/ should have been /catalog/includes/

so in configure.php in define catalog place a catalog/ presently it is catalog without a / slash.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted

Wow, I actually figured it out....OK, here's the simple fix:

 

Manually Edit:

 

OSC_DIR/catalog/includes/configure.php

 

Find:

 

define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']));

 

Replace with:

 

define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/');

  • 2 weeks later...
Posted

I have a modified osc store and would like to know is their any install instructions for this? Instead of over writing files!

  • 2 weeks later...
Posted

depends what the instructions say. you can use a compare program like beyond compare to merge files together fairly quickly

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...