revolution Posted June 3, 2003 Posted June 3, 2003 I just installed the lastest snapshot version and having a problem with the Payment Module. When I go in it, it just displays Module Directory: /home/virtual/site12/fst/var/www/html/catalog/catalogincludes/modules/payment/ Here is my configure.php file: define('DIR_WS_CATALOG', '/catalog/catalog/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/'); define('DIR_FS_DOCUMENT_ROOT', '/home/virtual/site12/fst/var/www/html');// where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs) define('DIR_FS_CATALOG', '/home/virtual/site12/fst/var/www/html/catalog/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); Your help is appreciated.
Guest Posted June 4, 2003 Posted June 4, 2003 http://www.oscommerce.com/forums/viewtopic.php...le+directory%2A HTH The_Bear
Recommended Posts
Archived
This topic is now archived and is closed to further replies.