tagstyla Posted February 18, 2005 Report Share Posted February 18, 2005 Hallo ! Woran kann es liegen, das keine Bilder angezeigt werden obwohl der Shop richtig installiert wurde ? Ich komme leider nicht weiter ... =( Vielen Dank! DOminik Link to comment Share on other sites More sharing options...
polkhigh33 Posted February 18, 2005 Report Share Posted February 18, 2005 welche bilder ? shop-grafiken oder produktbilder ? Link to comment Share on other sites More sharing options...
tagstyla Posted February 18, 2005 Author Report Share Posted February 18, 2005 Originally posted by polkhigh33@Feb 18 2005, 15:28 PM welche bilder ? shop-grafiken oder produktbilder ? shop grafiken ... hier der link: http://www.sport-schwab.com Link to comment Share on other sites More sharing options...
tagstyla Posted February 18, 2005 Author Report Share Posted February 18, 2005 sorry http://www.sport-schwab.com/shop Link to comment Share on other sites More sharing options...
khan_thep Posted February 18, 2005 Report Share Posted February 18, 2005 vermutlich hast du den entsprechenden ordnern im template ordner keine leserechte gegebinski und benenne bitte wenigstens das xtc_installer verzeichnis um, sonst l?scht ein spassvogel deine configures Link to comment Share on other sites More sharing options...
polkhigh33 Posted February 18, 2005 Report Share Posted February 18, 2005 ggf auch ein falscher eintrag in den configure.php's. poste doch mal /includes/configure.php und admin/includes/cofigure.php, aber ohne passw?rter/zugangsdaten. Link to comment Share on other sites More sharing options...
tagstyla Posted February 18, 2005 Author Report Share Posted February 18, 2005 Originally posted by khan_thep@Feb 18 2005, 15:57 PM vermutlich hast du den entsprechenden ordnern im template ordner keine leserechte gegebinski und benenne bitte wenigstens das xtc_installer verzeichnis um, sonst l?scht ein spassvogel deine configures muss erst laufen dann l?sch ich =) sorry aber das wars nicht hab mal testweise 777 auf das kompl. template verzeichnis gegeben bringt aba n?x ... keine idee was es sonst noch sein k?nnte ? thx ! Link to comment Share on other sites More sharing options...
tagstyla Posted February 18, 2005 Author Report Share Posted February 18, 2005 includes/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://www.sport-schwab.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.sport-schwab.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/shop/'); // absolute path required define('DIR_FS_DOCUMENT_ROOT', '/www/de/e/enmail/home/htdocs/enhp_365458/shop/'); define('DIR_FS_CATALOG', '/www/de/e/enmail/home/htdocs/enhp_365458/shop/'); 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', 'zensiert'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'zensiert'); define('DB_SERVER_PASSWORD', 'zensiert'); define('DB_DATABASE', 'zensiert); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' ?> Link to comment Share on other sites More sharing options...
tagstyla Posted February 18, 2005 Author Report Share Posted February 18, 2005 admin/includes/configure.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.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://www.sport-schwab.com''>http://www.sport-schwab.com'); // eg, http://localhost or - https://localhost should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.sport-schwab.com''>http://www.sport-schwab.com'); define('HTTPS_CATALOG_SERVER', 'https://www.sport-schwab.com'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/www/de/e/enmail/home/htdocs/enhp_365458/shop/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/shop/admin/'); // absolute path required define('DIR_FS_ADMIN', '/www/de/e/enmail/home/htdocs/enhp_365458/shop/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/shop/'); // absolute path required define('DIR_FS_CATALOG', '/www/de/e/enmail/home/htdocs/enhp_365458/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/'); // define our database connection define('DB_SERVER', 'zensiert'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', zensiert); define('DB_SERVER_PASSWORD', zensiert'); define('DB_DATABASE', zensiert); define('USE_PCONNECT', 'false'); // use persisstent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' ?> Link to comment Share on other sites More sharing options...
polkhigh33 Posted February 18, 2005 Report Share Posted February 18, 2005 hm, kann ich jetzt auf anhieb keinen fehler sehn. allerdings versucht der shop ja uch das pic aus dem richtigen verz. zu laden, ?berpr?fe doch mal ob zb http://www.sport-schwab.com/shop/templates..._more_light.gif wirklich an diesem platz mit den richtigen rechten ist. Link to comment Share on other sites More sharing options...
tagstyla Posted February 18, 2005 Author Report Share Posted February 18, 2005 Pfad auf Server: /shop/templates/xtc2/img/ Pfad bei Rechtsklcik: http://www.sport-schwab.com/shop/templates...mg/top_logo.jpg Also scheint zu passen ?! An was k?nnte es noch liegen ? Link to comment Share on other sites More sharing options...
tagstyla Posted February 18, 2005 Author Report Share Posted February 18, 2005 Recht CHMOD 777 Link to comment Share on other sites More sharing options...
tagstyla Posted February 18, 2005 Author Report Share Posted February 18, 2005 define('DIR_WS_IMAGES', '/images/'); Wenn ich vor jedem Ornder noch n Schr?gstrich hin h?nge gehts auch nicht ?! Link to comment Share on other sites More sharing options...
khan_thep Posted February 18, 2005 Report Share Posted February 18, 2005 Serverfehler! Die Anfrage kann nicht beantwortet werden, da im Server ein interner Fehler aufgetreten ist. Der Server ist entweder ?berlastet oder ein Fehler in einem CGI-Skript ist aufgetreten. Sofern Sie dies f?r eine Fehlfunktion des Servers halten, informieren Sie bitte den Webmaster hier?ber. Link to comment Share on other sites More sharing options...
tagstyla Posted February 18, 2005 Author Report Share Posted February 18, 2005 Originally posted by khan_thep@Feb 18 2005, 16:35 PM und nu ? Link to comment Share on other sites More sharing options...
polkhigh33 Posted February 18, 2005 Report Share Posted February 18, 2005 der server meint er m?sste nen 500er error raushaun... ich f?rchte, da kann dir nur dein provider weiterhelfen. Link to comment Share on other sites More sharing options...
tagstyla Posted February 18, 2005 Author Report Share Posted February 18, 2005 f***! Aber danke f?r eure Hilfe Jungs ! Link to comment Share on other sites More sharing options...
macolator Posted February 19, 2005 Report Share Posted February 19, 2005 Hatte das gleiche Prob - einfach die htaccess im templates-ordner l?schen und die Bilder sind da....... :bounce: Link to comment Share on other sites More sharing options...
mzanier Posted February 19, 2005 Report Share Posted February 19, 2005 das folgt aber dazu das jeder deine templates kopieren und ansehen kann (den code) Link to comment Share on other sites More sharing options...
macolator Posted February 19, 2005 Report Share Posted February 19, 2005 ...im lang-verzeichnis das gleiche - weg mit der htaccess Link to comment Share on other sites More sharing options...
macolator Posted February 19, 2005 Report Share Posted February 19, 2005 Das ist allerdings der nachtteil, aber vielleicht findet ja jemand heraus, wie die htaccess aussehen mu?, damit es funzt und sicher ist. Jedenfalls ist ja schon mal das prob erkannt... Link to comment Share on other sites More sharing options...
khan_thep Posted February 19, 2005 Report Share Posted February 19, 2005 jo, hat mit nem Apache 500 auch nichts zu tun Dass Dir eine <Files *.html> Order Deny,Allow Deny from all </Files> <Files *.php> Order Deny,Allow Deny from all </Files> .jpg,.gif,.png,.jpeg sperrt ist auf eine Misskonfiguration Deines Apachen zur?ckzuf?hren. Link to comment Share on other sites More sharing options...
macolator Posted February 19, 2005 Report Share Posted February 19, 2005 Mein shop liegt bei Domaingo - das m??te ja dort die Misskonfig sein Link to comment Share on other sites More sharing options...
luebke Posted February 19, 2005 Report Share Posted February 19, 2005 Moin, vielleicht kannst Du ja Deinen Shop erstmal offline hochziehen mit xampp, spart Dir erstmal online-Zeit und Generve mit Deinem Prov. Kann Dir ?brigens Fairhost24 als Prov w?rmstens empfehlen, sehr g?nstig und super Service... :dafuer: ... Viele Gr??e ! Thomas Link to comment Share on other sites More sharing options...
tagstyla Posted February 19, 2005 Author Report Share Posted February 19, 2005 Originally posted by macolator@Feb 19 2005, 16:19 PM Hatte das gleiche Prob - einfach die htaccess im templates-ordner l?schen und die Bilder sind da....... :bounce: Jackpot ! Hat funktioniert ! DANKE ! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.