#1 (permalink)  
Alt 31.08.2004, 21:52
 
Registriert seit: 28.08.2004
Beiträge: 17
Standard

nach installation geht nix http://shop.es-sww.de/

1062 - Duplicate entry '0-1' for key 1

INSERT INTO customers_status (customers_status_id, language_id, customers_status_name, customers_status_public, customers_status_image, customers_status_discount, customers_status_ot_discount_flag, customers_status_ot_discount, customers_status_graduated_prices, customers_status_show_price, customers_status_show_price_tax) VALUES ('0', '1', 'Admin', 1, 'admin_status.gif', '0.00', '1', '0.00', '1', '1', '1')

habe denn shop nun zu x. mal gel?scht und wieder neu installiert :wall:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
  #2 (permalink)  
Alt 31.08.2004, 22:02
Benutzerbild von dreamer  
Registriert seit: 28.02.2004
Beiträge: 659
Standard

Hallo Fabian,
bin auch nicht so Fit und probiere noch, aber ich w?rde erstmal die Datenbank l?schen, soll heissen jungfr?ulich machen.
Dann den Shop noch einmal installieren.
Denn immer wieder dr?ber installieren hei?t, den gleichen Fehler mit zu installieren.
Probier mal.
Gru? Dreamer
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
  #3 (permalink)  
Alt 31.08.2004, 22:09
 
Registriert seit: 28.08.2004
Beiträge: 17
Standard

das habe ichder gleiche fehler :grml: leider auch schon gemacht ?ndert nix ist immer wieder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
  #4 (permalink)  
Alt 31.08.2004, 23:13
 
Registriert seit: 20.10.2003
Beiträge: 72
Standard

Ich w?rde meinen da stimmen ein paar Pfadangaben nicht!?!?

in der Install, step1, sind wohl die Felder

Webserver "XT-Commerce" Verzeichnis

und

WWW Catalog Verzeichnis

nicht passend zu Deinen Serverpfaden (/home/www/web426/html).

??/home/www/web426/html/xtcommerce/includes/configure.php

Gru?,

BC24
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
  #5 (permalink)  
Alt 31.08.2004, 23:15
 
Registriert seit: 20.10.2003
Beiträge: 72
Standard

War die Datenbank wirklich leer ???

Also nur DB angelegt, OHNE Tabellen?

Gru?,

BC24
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
  #6 (permalink)  
Alt 01.09.2004, 06:48
 
Registriert seit: 28.08.2004
Beiträge: 17
Standard

jo habe die datenbank immer nur angelegt :cry:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
  #7 (permalink)  
Alt 01.09.2004, 06:59
 
Registriert seit: 28.08.2004
Beiträge: 17
Standard

hier nochmal die angaben:


<?php
/* --------------------------------------------------------------

XT-Commerce - community made shopping
http://www.xt-commerce.com

Copyright &copy; 2003 XT-Commerce
--------------------------------------------------------------
based on:
&copy; 2000-2001 The Exchange Project (earlier name of osCommerce)
&copy; 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://shop.es-sww.de'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://shop.es-sww.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', '/home/www/web426/html/xtcommerce/');
define('DIR_FS_CATALOG', '/home/www/web426/html/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', 'web426');
define('DB_SERVER_PASSWORD', '*********PW');
define('DB_DATABASE', 'usr_web426_1');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
  #8 (permalink)  
Alt 01.09.2004, 07:37
 
Registriert seit: 28.08.2004
Beiträge: 17
Standard

ab setp 6 nach eingabe der daten name email usw kommt dann seite nicht gefunden :grml:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
  #9 (permalink)  
Alt 01.09.2004, 10:17
 
Registriert seit: 28.08.2004
Beiträge: 17
Standard

Zitat:
Originally posted by fabianboettcher@Sep 1 2004, 06:48 AM
jo habe die datenbank immer nur angelegt :cry:
hier nochmal die angaben:


<?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://shop.es-sww.de'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://shop.es-sww.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', '/home/www/web426/html/xtcommerce/');
define('DIR_FS_CATALOG', '/home/www/web426/html/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', 'web426');
define('DB_SERVER_PASSWORD', '*********PW');
define('DB_DATABASE', 'usr_web426_1');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
  #10 (permalink)  
Alt 01.09.2004, 13:30
 
Registriert seit: 28.08.2004
Beiträge: 17
Standard

Gibt es noch ein Forum wo Neu/ bzw. Umsteigen geholfen werden kann. Ich habe bisher OSC genutz. Da sich die Beschreibung von XT ganz gut angeh?hrt hat dachte ich mir ich versuche es mal. Aber leider habe ich langsam keine Lust mehr. :wall:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Thema geschlossen

Lesezeichen

Stichworte
fehlermeldung

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus



Alle Zeitangaben in WEZ +1. Es ist jetzt 11:08 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand