Guest Posted March 14, 2006 Posted March 14, 2006 Wow, I have my whole shop ready to roll except for the CC piece! I am going with Authorize.net, but I can't get the module to install even though I know it is on the server. Could it be a permissions issue? I have tried every permissions combo I can think of, to no avail. And I've also read the other posts regarding the path. I will post my admin/includes/configure.php file below. I know there is no "catalog" in my path. That is because the catalog resides right at the root. Is that allowed? What could it be? define('HTTP_SERVER', 'http://www.naturalbabync.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.naturalbabync.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', ''); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/admin/'); // absolute pate required define('DIR_WS_CATALOG', ''); // absolute path required define('DIR_FS_CATALOG', ''); // absolute path required 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/'); Thanks so much, in advance! Jean
Guest Posted March 21, 2006 Posted March 21, 2006 Did you ever fix this? I have the same issue and would appreciate any advice. Regards, Graham
Guest Posted March 21, 2006 Posted March 21, 2006 Did you ever fix this? I have the same issue and would appreciate any advice. Regards, Graham Hi Graham, No, it still isn't fixed, but I really do think that my paths are set incorrectly. That has been the problem with other posters (on this issue). My plan today is to look at the various setups of those other posters, and experiment with different paths. It seems so straightforward! But, it's tricky! Take a look at your admin/includes/configure.php file. I am 99% sure the problem lies there. That's the file that I posted above. Good luck to you, Graham! Here's hoping we both get a response! Jean
janice171 Posted March 21, 2006 Posted March 21, 2006 the absolute path for DIR_FS_ADMIN will be something like 'home/yourservername/public_html/catalog/admin' you will be able to find out from your host. I'm having a similar problem but i'm sure all my absolute paths are correct. please post any findings here. cheers
Recommended Posts
Archived
This topic is now archived and is closed to further replies.