#1 (permalink)  
Alt 01.07.2004, 13:27
xt:Commerce Support Kunde
 
Registriert seit: 27.02.2004
Beiträge: 222
Standard

Was ben?tigt man um eine Lokale installation des Shopsystem vorzunehmen.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 01.07.2004, 13:43
HHGAG
Gast
 
Beiträge: n/a
Standard

XAMPP

guckst Du hier:

http://www.apachefriends.org/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 01.07.2004, 13:43
Benutzerbild von polkhigh33
xt:C Supportmitarbeiter
 
Registriert seit: 26.10.2003
Ort: Hamburg
Beiträge: 6.862
Standard

xammp. gibts auch f?r windoofs, alles drin was du brauchst.
http://www.apachefriends.org/de/xampp.html

edit: shit, wohl um ein paar sek verloren :chris:
__________________
dieser beitrag ist ohne gewähr und stellt nur meine meinung und keinesfalls eine rechtsberatung dar. im zweifelsfalle ist er ironisch gemeint.
.:netzdesign33.de:. | .:blog33.de:.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 01.07.2004, 13:43
HHGAG
Gast
 
Beiträge: n/a
Standard

nene Polk ;-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 01.07.2004, 13:46
xt:Commerce Support Kunde
 
Registriert seit: 27.02.2004
Beiträge: 222
Standard

Danke jungs f?r die schnelle antwort
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 01.07.2004, 13:50
HHGAG
Gast
 
Beiträge: n/a
Standard

Bidde ;-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 01.07.2004, 15:01
xt:Commerce Support Kunde
 
Registriert seit: 27.02.2004
Beiträge: 222
Standard

ich bekomme noch diese fehlermeldung
Warning: session_start(): open(/tmp\sess_cf320a90fdb629b2d6690602fe4e1df9, O_RDWR) failed: No such file or directory (2) in C:\apachefriends\xampp\htdocs\shop\includes\applic ation_top.php on line 238

ich vermute das ein tmp verzeichnis fehlt. wenn ja wo mu? ich des dann anlegen in welchem verzeichnis
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #8 (permalink)  
Alt 01.07.2004, 15:15
HHGAG
Gast
 
Beiträge: n/a
Standard

configure.php's ?ffnen

Session Speicherort auf mysql stellen.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #9 (permalink)  
Alt 01.07.2004, 15:43
xt:Commerce Support Kunde
 
Registriert seit: 27.02.2004
Beiträge: 222
Standard

habe es probiert nur funktioniert hat es leider nicht.oder ich habe ein fehler gemacht was eher vermute. gebe mal die datei rein.

<?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://localhost'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://localhost'); // 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', 'C:/apachefriends/xampp/htdocs/shop/');
define('DIR_FS_CATALOG', 'C:/apachefriends/xampp/htdocs/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', 'localhost'); // eg, localhost - should not be empty for productive servers
define('DB_SERVER_USERNAME', '');
define('DB_SERVER_PASSWORD', '');
define('DB_DATABASE', 'shop');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', '/tmp'); // 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!
Mit Zitat antworten
  #10 (permalink)  
Alt 01.07.2004, 15:52
HHGAG
Gast
 
Beiträge: n/a
Standard

Wer lesen kann....

define('STORE_SESSIONS', '/tmp'); // leave empty '' for default handler or set to 'mysql'

das /tmp ist falsch


Ich glaube, das das hier:
// leave empty '' for default handler or set to 'mysql'

das hier hei?t

lass es frei oder setze mysql ein :z:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
installation, lokale

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 08:08 Uhr.

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

xt:Commerce is a SafeCharge brand