momarket24 0 Report post Posted September 18, 2005 Seit einigen Stunden ist nur noch die Sartseite unseres Shops erreichbar! Wechselt man auf ein Produkt bzw. versucht sich einzuloggen etc erscheint die meldung "Seite kann nicht angezeigt werden" und im Browser steht irgendwas mit http://vip-membersphp.webc.lyceu.net Hat das was mit Lycos zu tun? Wir haben unser Webpacket bei united-domains und ich wei? jetzt echt nicht mehr weiter. Bis vor ein paar Stunden hat unser Shop tagelang einwandfrei funkioniert Share this post Link to post Share on other sites
hubbabubba 0 Report post Posted September 18, 2005 ?berpr?fe mal die Datei includes/configure.php Stimmen dort die Pfade und URLs? Share this post Link to post Share on other sites
momarket24 0 Report post Posted September 19, 2005 Hallo, nachstehend meine config.php <?php /* -------------------------------------------------------------- XT-Commerce - community made shopping http://www.xt-commerce.com Copyright © 2003 XT-Commerce -------------------------------------------------------------- based on: © 2000-2001 The Exchange Project (earlier name of osCommerce) © 2002-2003 osCommerce (configure.php,v 1.13 2003/02/10); www.oscommerce.com Released under the GNU General Public License --------------------------------------------------------------*/ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://vip-membersphp.webc.lyceu.net'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://vip-membersphp.webc.lyceu.net'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/www;momarket24.com/'); // absolute path required define('DIR_FS_DOCUMENT_ROOT', '/data/members/paid/m/o/momarket24.com/htdocs/www/'); define('DIR_FS_CATALOG', '/data/members/paid/m/o/momarket24.com/htdocs/www/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ORIGINAL_IMAGES', DIR_WS_IMAGES .'product_images/original_images/'); define('DIR_WS_THUMBNAIL_IMAGES', DIR_WS_IMAGES .'product_images/thumbnail_images/'); define('DIR_WS_INFO_IMAGES', DIR_WS_IMAGES .'product_images/info_images/'); define('DIR_WS_POPUP_IMAGES', DIR_WS_IMAGES .'product_images/popup_images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES',DIR_FS_DOCUMENT_ROOT. 'includes/'); 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_FS_CATALOG . 'lang/'); define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'xxx'); define('DB_SERVER_PASSWORD', 'xxx'); define('DB_DATABASE', 'xxx'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> Stimmt hier alles? Share this post Link to post Share on other sites
BastBast 0 Report post Posted September 20, 2005 Du solltest schon ?berall deine Webseite auch eintragen ^^ define('HTTP_SERVER', 'http://www.momarket24.com'); define('HTTPS_SERVER', 'https://www.momarket24.com'); Share this post Link to post Share on other sites
momarket24 0 Report post Posted September 20, 2005 Ich hab jetzt folgende Dateien ge?ndert: includes/configure.php includes/configure.org.php admin/includes/configure.php admin/includes/configure.org.php ...und das ist das Ergebnis: www.momarket24.com Muss ich noch irgendwo was ?ndern? Share this post Link to post Share on other sites
chpohl 0 Report post Posted September 20, 2005 hhmmm ... die Pfade zu den Bildern sehen nicht wirklich richtig aus: http://www.momarket24.com/www;momarket24.com/templates/xtc2/img/icon_arrow.jpg hier noch ?ndern: define('DIR_WS_CATALOG', '/www;momarket24.com/'); // absolute path required Share this post Link to post Share on other sites