KomeK Posted May 17, 2007 Report Share Posted May 17, 2007 Hallo, ich habe das xt:Commerce nun auf meinem Server schon zum 10. mal installiert. Mit SSL, ohne SSL, mit Speichern als Dateien, mit Speichern in Datenbank. Der Shop ist voll funktionsfähig vorhanden. Ich bin entweder zu blöd um den Adminlogin zu finden oder er ist einfach nicht vorhanden ? (Was heist auf dem Webspace ist alles drauf). Möchte ich allerdings www.meinedomain.de/xtcommerce/admin/ öffnen werde ich auf den Kundenloginbereich weitergeeitet. Gebe ich da meine Daten ein, bekomme ich die Meldung das ich nicht registriert bin. Ich währe euch sehr dankbar wenn mir jemand sagen kann wo ich diesen Adminloginbereich finde. Bzw wo mein Fehler liegt. Domain wo das Problem besteht: http://www.komek.cheex.de/xtcommerce/ Vielen Dank schonmal im Vorraus. Link to comment Share on other sites More sharing options...
RDS Posted May 17, 2007 Report Share Posted May 17, 2007 Poste mal die Configure-Dateien Ich glaube,ich habe das Problem entdeckt Link to comment Share on other sites More sharing options...
KomeK Posted May 17, 2007 Author Report Share Posted May 17, 2007 welche brauchst du den alle? Die aus admin oder incudes ? Link to comment Share on other sites More sharing options...
RDS Posted May 17, 2007 Report Share Posted May 17, 2007 jepp Jürgen Link to comment Share on other sites More sharing options...
KomeK Posted May 17, 2007 Author Report Share Posted May 17, 2007 Edit --- War falsch kopiert ----- Link to comment Share on other sites More sharing options...
RDS Posted May 17, 2007 Report Share Posted May 17, 2007 Du hast doch einen Webspace beim Provider oder? Der Shop ist nicht installiert Link to comment Share on other sites More sharing options...
KomeK Posted May 17, 2007 Author Report Share Posted May 17, 2007 oh moment ich glaub ich habs aus den falschen Dateien rausopiert. Selbstverständlich hab ich ein Webspace. Und installiert ist er ja er läuft ja soweit. Moment ich kopier die richtigen Dateien. Link to comment Share on other sites More sharing options...
KomeK Posted May 17, 2007 Author Report Share Posted May 17, 2007 Includes/... ade 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.komek.cheex.de'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.komek.cheex.de'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/xtcommerce/'); // absolute path required define('DIR_FS_DOCUMENT_ROOT', '/www/htdocs/komek//xtcommerce/'); define('DIR_FS_CATALOG', '/www/htdocs/komek//xtcommerce/'); 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', 'd00513ef'); define('DB_SERVER_PASSWORD', '*****'); define('DB_DATABASE', 'd00513ef'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> Admin/Includes/.... <?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.komek.cheex.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.komek.cheex.de'); define('HTTPS_CATALOG_SERVER', 'https://www.komek.cheex.de'); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/www/htdocs/komek//xtcommerce/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/xtcommerce/admin/'); // absolute path required define('DIR_FS_ADMIN', '/www/htdocs/komek//xtcommerce/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/xtcommerce/'); // absolute path required define('DIR_FS_CATALOG', '/www/htdocs/komek//xtcommerce/'); // 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('DIR_WS_FILEMANAGER', DIR_WS_MODULES . 'fckeditor/editor/filemanager/browser/default/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'd00513ef'); define('DB_SERVER_PASSWORD', '*****'); define('DB_DATABASE', 'd00513ef'); define('USE_PCONNECT', 'false'); // use persisstent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> Link to comment Share on other sites More sharing options...
RDS Posted May 17, 2007 Report Share Posted May 17, 2007 Soweit alles in Ordnung.Nur warum funktioniert die www.komek.cheex.de nicht??Da sind keine Rechte vergeben.Hast Du die Rechte für die Shopdateien gesetzt? Welcher Provider ist es? Link to comment Share on other sites More sharing options...
KomeK Posted May 18, 2007 Author Report Share Posted May 18, 2007 klar funktioniert die komek.cheex... aber der Shop ist doch in einem Unterordner. www.komek.cheex.de/xtcommerce/ da ist der shop installiert. Der ist doch in diesem Unterordner auf meinem Space. AUf meinem Webspace selber gibt es keine indec die du aufrufen könntest. Provider: All inkl.. http://all-inkl.com/ Link to comment Share on other sites More sharing options...
RDS Posted May 18, 2007 Report Share Posted May 18, 2007 Wenn Du Deine Domain www.komek.cheex.de aufrufst,dann muss er sofort Deinen Shop aufrufen.Siehe hier Bollywood .Ist auch in einem Unterordner von meinem Webspace.Ich habe 3 Shops auf einer URL in jeweils einem Unterordner.Jeder Ordner wir mit einer anderen URL aufgerufen.die Configure ist gleich gestaltet wie Deine. Und das ist Dein PROBLEM!!!!!!!!!!!!!!!!!!! Forbidden You don't have permission to access / on this server Da sind keine Rechte gesetzt!!!!!!!!!!!!!!!!!!! Jürgen Link to comment Share on other sites More sharing options...
KomeK Posted May 19, 2007 Author Report Share Posted May 19, 2007 Also wie soll ich den dan bitte der Domain sagen das Sie direkt auf den XtCommerce ordner zugreifen soll ? Mein Hoster bietet da keine möglichkeit über das Ineterface deren Website. Oder wie kann ich das am besten lösen ? Und du meinst wenn die Domain komek.cheex.de direkt auf den XTCommerce Ordner zugreift erscheint auch das Admin Menü. Dan müsste doch im Prinzip das ganze funktionieren wenn ich alle Dateien vom Webspace lösche, und ohne den Unterordner "XTCommerce" direkt ins Hauptverzeichniss alles hineinkopiere ? Link to comment Share on other sites More sharing options...
RDS Posted May 20, 2007 Report Share Posted May 20, 2007 Mach mal Probehalber eine index.html auf den Webspace. Der gleiche Fehler wird auch dann kommen,wen Du deine Domain aufrufts. Jürgen Link to comment Share on other sites More sharing options...
KomeK Posted May 21, 2007 Author Report Share Posted May 21, 2007 Nein das funktioniert die lässt sich aaufrufen. Was ch nicht versteh: http://testshop.xtc-hosting.de/ wieso finde ich da auch kein Admin Login ? wie komm ich auf der Seite zum adminmenü ? ich mein diese Testseite muss ja funktionieren. Der hat auch noch extra die Zugangsdaten hingeschrieben für Testadmin. Testshop Zugang: E-Mail: [email protected] Passwort: mustermann Wo finde ich da den Admin login ? Link to comment Share on other sites More sharing options...
KomeK Posted May 21, 2007 Author Report Share Posted May 21, 2007 OK HAT SICH ERLEDIGT ICH HABS HINBEKOMMEN VIELEN DANK Link to comment Share on other sites More sharing options...
womo Posted March 28, 2008 Report Share Posted March 28, 2008 Hallo KomeK, schön - ich freue mich mit Dir - aber ein paar von uns hier draußen interessiert nur eins: Wie hast Du das hinbekommen? Bitte sag uns das! Wolfgang Link to comment Share on other sites More sharing options...
Tifoso71 Posted March 10, 2009 Report Share Posted March 10, 2009 Habe Veyton 4 installiert. Shop funktioniert. Im Adminbereich fehlt die Menüstruktur. Wie weiter? Danke für ein Feedback! Link to comment Share on other sites More sharing options...
Marcus77 Posted May 20, 2009 Report Share Posted May 20, 2009 ja ich habe auch das problem habe von meinem Anbieter xt inst. bekommen wenn ich den Link mit Admin aufrufe, komm ich sofort auf die normale shop kunden seite Was muß ich tun ?? THXdringend Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.