sneakers Posted January 10, 2006 Report Share Posted January 10, 2006 Hallo zusammen, ich habe heute unter www.silbertrend24.com erneut einen XT-Commerce-Shop (Version 2.1) installiert und SSL-Proxy eingerichtet (https://ssl-account.com/silbertrend24.com). Bisher scheint alles zu funktionieren - mit Ausnahme des Admin-Logins: Nachdem ich mich eingeloggt habe (dies funktioniert ?ber SSL-Proxy) und den Admin-Button anklicke, erscheint folgende Fehlermeldung im Browser: Warning: main(includes/filenames.php): failed to open stream: No such file or directory in /www/htdocs/w0064b1c/admin/includes/application_top.php on line 57 Warning: main(includes/filenames.php): failed to open stream: No such file or directory in /www/htdocs/w0064b1c/admin/includes/application_top.php on line 57 Fatal error: main(): Failed opening required 'includes/filenames.php' (include_path='.:/usr/share/php') in /www/htdocs/w0064b1c/admin/includes/application_top.php on line 57 Hat jemand eine L?sung f?r dieses Problem?... Vielen Dank! Link to comment Share on other sites More sharing options...
chpohl Posted January 10, 2006 Report Share Posted January 10, 2006 Hast du auch in der admin/includes/configure.php den richtigen SSL-Pfad eingetragen? Link to comment Share on other sites More sharing options...
sneakers Posted January 10, 2006 Author Report Share Posted January 10, 2006 <?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.14 2003/02/21); 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://silbertrend24.com'); // eg, http://localhost or - https://localhost should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://silbertrend24.com'); define('HTTPS_CATALOG_SERVER', 'https://ssl-account.com/silbertrend24.com'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/www/htdocs/w0064b1c//'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/www/htdocs/w0064b1c//admin/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/www/htdocs/w0064b1c//'); // 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/'); // define our database connection define('DB_SERVER', 'silbertrend24.com'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'd0023c10'); define('DB_SERVER_PASSWORD', 'azzaro14'); define('DB_DATABASE', 'd0023c10'); define('USE_PCONNECT', 'false'); // use persisstent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' ?> XT-Commerce-Installer hat diese Datei bereits automatisch ver?ndert bei der Installation. Ist dies korrekt so? Link to comment Share on other sites More sharing options...
Keule Posted January 10, 2006 Report Share Posted January 10, 2006 Jaja die Proxy kagge. Auch ich muss nen Proxy benutzen. Bin bei 1und1 ABER ich habe beim https NICHT den Proxy mit angegeben. Er ist zwar eingerichtet aber habe ihn nicht angegeben. Dein Shop sucht nun unter der Adresse https://www.proxyserver.de/deine.domain und nicht unter der Adresse: https://www.deine.domain.de da sind es dann wieder 2 verschiedene Welten was server angeht. Ist ja klar, deine Daten liegen auf dem Hoster Server und nicht beim Proxy Server. Also unter https einfach mal deinen normalen domain namen angeben, also h**ps://www.silbertrend24.com Sollte dann funzen, wenn nicht dann kann ich auch nicht helfen... Link to comment Share on other sites More sharing options...
sneakers Posted January 11, 2006 Author Report Share Posted January 11, 2006 Hat auch nicht funktioniert; habe diese Einstellung wieder zur?ckgesetzt. Trotzdem vielen Dank! Hier nochmal einige Infos: - Schritt 1 und 2 wurden nach dieser Anleitung automatisch ausgef?hrt: http://www.script-test.de/anleitungen/Shop...2/sslschutz.htm - Schritt 3 wurde nach entsprechender Anleitung manuell ausgef?hrt - Schritt 4: Anstatt der includes/functions/general.php (die sich bei XT-Commerce nicht dort befindet) wurde der entsprechende Code in inc/xtc_redirect.inc.php (wie hier beschrieben: http://www.xt-commerce.com/forums/lofivers...php/t9344.html) ge?ndert -Schritt 5: Konnte nicht ausgef?hrt werden, da sich weder in index.php noch admin/index.php der entsprechende Code befindet. Vielleicht noch L?sungsvorschl?ge vorhanden?... W?re euch sehr dankbar! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.