Rick1122333 Posted January 24, 2005 Posted January 24, 2005 I have been working on my website and all has been going well, but i just noticed something really strange. My shpping and payment modules were missing? I checked this in my admin and there are no modules shown. It shows that the module dir for payment is " Module Directory: /includes/modules/payment/ " but no payment modules are found. I did relocate my catalog folder to the root directory and changed both my configure.php files to " define('DIR_WS_CATALOG', '/'); " and everything seemed to be working. Now i just don't understand what could be the problem. My catagories/product section in admin is also reporting a problem. The error states " Error: Catalog images directory does not exist: /images/ " This should be correct as the images folder is on the root dir, but i did notice that a stock install notes this as ..//catalog/images/ . should mine start with ..// ? Is this a hint of what could be wrong? The thing that is wierd is that this was working before after i canged to the root dir. I know it seems as this would be the cause of the problem but i worked before? What would you guys suggest is the best way of debuging this problem. I tried to work backward from what what i had modified since the last time it worked but no use. I can't find the problem. Is there a way to trap the problem? My site is found at www.vivgo.com in case that helps. This is real frustrating seeing that i had finished all the modifications and was ready to insert all products. I may loose my mind with this :'( . Thank you and all responses are greatly appreciated.
bobg7 Posted January 24, 2005 Posted January 24, 2005 Check in admin > modules > payment modules and make sure you have at least one installed and configured. I just ran a TEST order and it acted like there are no payment types available. Hope this helps. Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.
Rick1122333 Posted January 25, 2005 Author Posted January 25, 2005 I just realized what my problem was. So simple but none the less took me 2 days to find it. The line in my configure.php for document root needed to be: define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT . '../'); :rolleyes:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.