LuthorIndustries Posted March 14, 2008 Posted March 14, 2008 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 Quote
LuthorIndustries Posted March 17, 2008 Author Posted March 17, 2008 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? Quote
satish Posted March 17, 2008 Posted March 17, 2008 /catalogincludes/ should have been /catalog/includes/ so in configure.php in define catalog place a catalog/ presently it is catalog without a / slash. Satish Quote 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.
LuthorIndustries Posted March 17, 2008 Author Posted March 17, 2008 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']) . '/'); Quote
Guest Posted March 25, 2008 Posted March 25, 2008 I have a modified osc store and would like to know is their any install instructions for this? Instead of over writing files! Quote
Guest Posted April 10, 2008 Posted April 10, 2008 depends what the instructions say. you can use a compare program like beyond compare to merge files together fairly quickly Quote
Recommended Posts
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.