bbhattarai Posted January 1, 2005 Posted January 1, 2005 I seem to have installed wrong path somehow. Every path has repeated twice like http://localhost/catalog/install/://localh...admin/index.php. Just like here every link has two http://localhost/catalog/(file or folder name). Where I went wrong? Please, anybody. Thanks :rolleyes:
Guest Posted January 1, 2005 Posted January 1, 2005 post your configure.php files here without the database info
bbhattarai Posted January 1, 2005 Author Posted January 1, 2005 post your configure.php files here without the database info <{POST_SNAPBACK}> Here is the contents of configure.php without database info. define('HTTP_SERVER', '://'); // eg, http://localhost - should not be empty 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', 'I:/Web/amanita.solutiondreamer.com/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', 'amanita/admin/'); // absolute path required define('DIR_FS_ADMIN', 'I:/Web/amanita.solutiondreamer.com/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', 'amanita/'); // absolute path required define('DIR_FS_CATALOG', 'I:/Web/amanita.solutiondreamer.com/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/'); Thank you for the response. I will look forward to your response. Thanks again
Recommended Posts
Archived
This topic is now archived and is closed to further replies.