Guest Posted May 18, 2003 Posted May 18, 2003 Hi,I look around but I wasn't able to solve..still don't get any payment module.. I also tried to point to includes/languages/italian/modules Thanks for help! :lol: // here the message shown from admin panel Directory Moduli: /web/htdocs/www.anticopozzo.org/home/catalog/default.phpincludes/modules/payment/ //here configure.php define('HTTP_SERVER', 'http://lnx.anticopozzo.org'); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', ''); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/web/htdocs/www.anticopozzo.org/home/'); // 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_WS_ADMIN', '/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/catalog/default.php'); define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
rseigel Posted May 18, 2003 Posted May 18, 2003 Is there a reason you left this blank? define('HTTP_CATALOG_SERVER', ''); Should be: define('HTTP_CATALOG_SERVER', 'http://lnx.anticopozzo.org'); This is also wrong: define('DIR_WS_CATALOG', '/catalog/default.php'); Should just be: define('DIR_WS_CATALOG', '/catalog/');
Guest Posted May 18, 2003 Posted May 18, 2003 ..mmhh...if I'd have thought..sometimes we don't want to see simple things..thank you :oops:
Guest Posted May 18, 2003 Posted May 18, 2003 Just we are on the subject..i have the same problem with back up tool.. what do you think? Thanks! Directory di Backup: /web/htdocs/www.anticopozzo.org/home//admin/backups/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.