corsaa Posted April 25, 2005 Report Share Posted April 25, 2005 Hallo Habe leider folgendes Problem, ich komme zwar in den admin hinein nur sobald ich irgendwo drauf klicke will der schop auf eine falsche url zugreifen! Wo kann ich das einstellen? W?hre f?r jeden tip dankbar!! Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 25, 2005 Report Share Posted April 25, 2005 will der schop auf eine falsche url zugreifenaha. und auf welche ? fehler 99,9% in admin/includes/cofigure.php, falscher pfad irgendwo. Link to comment Share on other sites More sharing options...
corsaa Posted April 25, 2005 Author Report Share Posted April 25, 2005 der shop will immer auf den serverpfad zugreifen und nicht auf die www url! Link to comment Share on other sites More sharing options...
polkhigh33 Posted April 25, 2005 Report Share Posted April 25, 2005 jo, dann hast du bei der installation einen falschen pfad angegeben. was anderes eingetragen als der installer vorgechlagen hat ? den fehler kannst du in der o.g. datei beheben, poste sie notfalls (aber ohne db-passwort!) Link to comment Share on other sites More sharing options...
corsaa Posted April 25, 2005 Author Report Share Posted April 25, 2005 das sieht dann so aus: / Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://tintenschnaepchen.de''>http://tintenschnaepchen.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://tintenschnaepchen.de''>http://tintenschnaepchen.de'); define('HTTPS_CATALOG_SERVER', 'https://tintenschnaepchen.de'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/www/web292/html/tintenschnaepchen/shop/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/tintenschnaepchen/shop/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/www/web292/html/tintenschnaepchen/shop/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/tintenschnaepchen/shop/'); // absolute path required define('DIR_FS_CATALOG', '/home/www/web292/html/tintenschnaepchen/shop/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_ORIGINAL_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/original_images/'); define('DIR_FS_CATALOG_THUMBNAIL_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/thumbnail_images/'); define('DIR_FS_CATALOG_INFO_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/info_images/'); define('DIR_FS_CATALOG_POPUP_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/popup_images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_CATALOG_ORIGINAL_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/original_images/'); define('DIR_WS_CATALOG_THUMBNAIL_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/thumbnail_images/'); define('DIR_WS_CATALOG_INFO_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/info_images/'); define('DIR_WS_CATALOG_POPUP_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/popup_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_CATALOG. 'lang/'); define('DIR_FS_LANGUAGES', DIR_FS_CATALOG. 'lang/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/'); nur sobald ich dort was ?ndere geht leider was anderes nicht! Nochmal vielen dank f?r deine schnelle hilfe! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.