Jump to content
xt:Commerce Community Forum

Beta2 Installationspfade


snowman

Recommended Posts

Habe versucht, die Beta2 bei mir zu installieren.. :angry:

So wie das aussieht hat auch die Beta2 immer noch das alte Problem, da? anstelle des richtigen Installationspfades schon wieder mit dem Server-Root rumgehuddelt wird. Wir nehmen den Server Root, den aktuellen Script-Pfad, schneiden hier und da was ab, und klatschen das dann alles zusammen. Was dabei dann rauskommt, ist in meiner Serverumgebung absoluter Schwachsinn.

Gibt es eine doku zur neuen configure.php ? Dann k?nnte man die Pfade wenigstens manuell eingeben.

Link to comment
Share on other sites

Originally posted by snowman@Dec 22 2003, 09:49 AM

Habe versucht, die Beta2 bei mir zu installieren.. :angry:

So wie das aussieht hat auch die Beta2 immer noch das alte Problem, da? anstelle des richtigen Installationspfades schon wieder mit dem Server-Root rumgehuddelt wird. Wir nehmen den Server Root, den aktuellen Script-Pfad, schneiden hier und da was ab, und klatschen das dann alles zusammen. Was dabei dann rauskommt, ist in meiner Serverumgebung absoluter Schwachsinn.

Gibt es eine doku zur neuen configure.php ? Dann k?nnte man die Pfade wenigstens manuell eingeben.

tja, da bleibt dir nur mehr ?brig

a) den server richtig zu configuriere.

B) die richtigen pfaade selbst zu setzen in der appli top und installieren.

Link to comment
Share on other sites

Dann erz?hl doch mal bitte was zu Deiner Serverumgebung. Vielleicht lassen sich daraus ja Erkenntnisse gewinnen, die in die Entwicklung einfliessen k?nnen.

Zum Beispiel Betriebssystem / Version,

Webserver / Version,

PHP Version, Modul / CGI.........

Du hast zwar schon bei der beat1 dr?ber gemeckert, das die Pfade nicht stimmen, aber beim Meckern ists wohl geblieben ?!?

Link to comment
Share on other sites

Hi!

Habe das gleiche Problem. Benutze ein WIMP-System (Windows, IIS, MySQLund PHP). Der Document-Root in der php.ini steht auf dem Standard-Pfad f?r den IIS (E:\Inetpub\wwwroot). Es erscheint die Fehlermeldung:

Fatal error: main(): Failed opening required '/xtcommerce/includes/classes/boxes.php' (include_path='D:\PHP\includes') in E:\Inetpub\wwwroot\xtcommerce\xtc_installer\includes\application.php on line 36

Kann nicht erkennen, wo das Problem liegen k?nnte. Die Datei boxes.php gibt es. Und die URL ist eigentlich auch richtig, wenn sie als Server-URL erkannt wird (?), da xtcommerce direkt i?nter dem document-root liegt. Kann es sein, dass der komplette physische Pfad angegeben werden muss? Dann m?sste allerdings die application.php im isntaller-Verzeichnis ge?ndert werden.

Gruss

Reinhard

Link to comment
Share on other sites

Hi,

alles genau wie bei mir, liegt wohl wirklich am Hoster Domainfactory.

Hier meine Fehlermeldung:

Fatal error: Failed opening required '/xtcommerce/includes/classes/boxes.php' (include_path='.:/usr/local/lib/php') in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/includes/application.php on line 36

Leider sind bisher auch meine Versuche die Pfade manuell einzutragen fehlgeschlagen. Also wenn jemand eine Idee hat, was ich falsch mache?

Ich hab ja auch schon versucht die Beta 1 zu installieren, auch leider ohne Erfolg.

Da ich aber vom OSC-Shop nicht mehr ?berzeugt bin, will ich nicht aufgeben.

Ich habe mich wegen der Server-Umgebungsvariablen mal an den Support von DF gewandt. Hier die Antwort mit einem L?sungsansatz:

Vielen Dank f?r Ihre email.

Wir setzen php in der cgi-Version ein; m?glicherweise kommt es deshalb

bei der Installation zu den beschriebenen Problemen.

Leider kann ich Ihnen ohne Installationsversuche nicht sagen, welche

Parameter des Installscriptes angepasst werden m?ssen; einen ?berblick

?ber die verf?gbaren Variablen auf den df)-Servern k?nnen Sie ?ber : <? echo "PHP Umgebungsvariablen: ". phpinfo();

echo "Host" .HTTP_HOST();

?>

anzeigen lassen.

Eine M?glichkeit besteht wohl darin, einen eigenen php.ini zu

verwenden, ?ber die Sie die Variablenwerte selbst anlegen:

Sie k?nnen per Script die php.ini aus dem Verzeichnis /usr/local/lib/ in Ihr Verzeichnis kopieren und hier die gew?nschte ?nderung eintragen: dabei m?ssen Sie die modifizierte php.ini in alle Verzeichnisse kopieren, in denen Scripte ausgef?hrt werden.

Hier der Link zu meiner php.info mit den Server-Daten:

http://www.ttams.de/phpinfo.php

Das mit der php.ini krieg ich leider nicht hin. Also wer jetzt noch eine L?sung wei?, der kriegt'n Schmatzi, Pr?sentk?rbe...

Gru?

T.

Link to comment
Share on other sites

Pass mal in allen (4) configure folgende Pfade an:

includes:

 define('DIR_FS_DOCUMENT_ROOT', '/kunden/ttams.de/webseiten/xtcommerce/');

 define('DIR_FS_CATALOG', '/kunden/ttams.de/webseiten/xtcommerce/');
admin/includes:
define('DIR_FS_DOCUMENT_ROOT', '/kunden/ttams.de/webseiten/xtcommerce/');

define('DIR_FS_ADMIN', '/kunden/ttams.de/webseiten/xtcommerce/admin/');

define('DIR_FS_CATALOG', '/kunden/ttams.de/webseiten/xtcommerce/');

Dann sollte es eigentlich fluppen.

DF schlabbert einfach das Verzeichnis webseiten in Ihren Umgebungsvariablen.

Link to comment
Share on other sites

Oben die Dateien bezogen sich auf einen ausgef?hrten Installer.

Wenn Du den Installer noch nicht ausgef?hrt hattest, musst Du folgende Datei bearbeiten:

xtc_installer/includes/application.php

und da folgende Zeile

define('DIR_FS_DOCUMENT_ROOT', $_SERVER['DOCUMENT_ROOT']);
in
define('DIR_FS_DOCUMENT_ROOT', ''/kunden/ttams.de/webseiten/xtcommerce/');

?ndern. Dann sollte der Installer ausf?hrbar sein und anschliessend auch der Shop funktionieren.

Link to comment
Share on other sites

ja, hab ich auch schon bemerkt, jetzt sieht's in der application.php so aus:

define('DIR_FS_DOCUMENT_ROOT', '/kunden/ttams.de/webseiten/xtcommerce/');

Ergebnis:

Fatal error: Failed opening required '/kunden/ttams.de/webseiten/xtcommerce//xtcommerce/includes/classes/boxes.php' (include_path='.:/usr/local/lib/php') in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/includes/application.php on line 38

:wall:

Link to comment
Share on other sites

Ja, ja, richtig, der Installer zieht sich das Installationsverzeichnis aus dem Dateinamen raus, somit haben wir das dann doppelt angegeben.

einfach mal in

define('DIR_FS_DOCUMENT_ROOT', '/kunden/ttams.de/webseiten/');

?ndern, dann sollten wirs aber haben. :grml:

Link to comment
Share on other sites

:wall: :wall: :wall:

ich hab's gewu?t, bei step6 wider derselbe Mist:

Fatal error: Failed opening required '/kunden/ttams.de/xtcommerce/includes/classes/boxes.php' (include_path='.:/usr/local/lib/php') in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/includes/application.php on line 38

Link to comment
Share on other sites

Hmmm,

so sieht die Datei im Verzeichnis admin/includes/configure.php nun aus:

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost'); // eg, http://localhost or - https://localhost should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost');

define('HTTPS_CATALOG_SERVER', 'https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost');

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/kunden/ttams.de/webseiten/xtcommerce/'); // where the pages are located on the server

define('DIR_WS_ADMIN', ''); // absolute path required

define('DIR_FS_ADMIN', '/kunden/ttams.de/webseiten/xtcommerce/admin/'); // absolute pate required

define('DIR_WS_CATALOG', ''); // absolute path required

define('DIR_FS_CATALOG', '/kunden/ttams.de/webseiten/xtcommerce/'); // absolute path required

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_FS_CATALOG_ORIGINAL_IMAGES', DIR_FS_CATALOG_IMAGES .'original/');

define('DIR_FS_CATALOG_THUMBNAILS', DIR_FS_CATALOG_IMAGES .'thumbnails/');

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_FS_CATALOG. 'lang/admin/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'lang/catalog/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'lang/catalog/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

define('CURRENT_TEMPLATE','xtc');

So sieht die Datei admin/includes/configure.org.php aus:

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost'); // eg, http://localhost or - https://localhost should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost');

define('HTTPS_CATALOG_SERVER', 'https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost');

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/kunden/ttams.de/webseiten/xtcommerce/'); // where the pages are located on the server

define('DIR_WS_ADMIN', ''); // absolute path required

define('DIR_FS_ADMIN', '/kunden/ttams.de/webseiten/xtcommerce/admin/'); // absolute pate required

define('DIR_WS_CATALOG', ''); // absolute path required

define('DIR_FS_CATALOG', '/kunden/ttams.de/webseiten/xtcommerce/'); // absolute path required

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

define('DIR_FS_CATALOG_ORIGINAL_IMAGES', DIR_FS_CATALOG_IMAGES .'original/');

define('DIR_FS_CATALOG_THUMBNAILS', DIR_FS_CATALOG_IMAGES .'thumbnails/');

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_FS_CATALOG. 'lang/admin/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'lang/catalog/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'lang/catalog/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

define('CURRENT_TEMPLATE','xtc');

// define our database connection

define('DB_SERVER', ''); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', '');

define('DB_SERVER_PASSWORD', '');

define('DB_DATABASE', '');

define('USE_PCONNECT', 'false'); // use persisstent connections?

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

So die Datei in xtcommerce/includes/configure.php:

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost''>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', ''); // absolute path required

define('DIR_FS_DOCUMENT_ROOT', '/kunden/ttams.de/webseiten/xtcommerce/');

define('DIR_FS_CATALOG', '/kunden/ttams.de/webseiten/xtcommerce/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ORIGINAL_IMAGES', DIR_WS_IMAGES .'original/');

define('DIR_WS_THUMBNAILS', DIR_WS_IMAGES .'thumbnails/');

define('DIR_WS_ICONS', DIR_WS_IMAGES .'icons/');

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_FS_CATALOG . 'lang/catalog/');

Und so die aus xtcommerce/includes/configre.org.php:

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost''>http://localhost'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost''>https://localhost''>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', ''); // absolute path required

define('DIR_FS_DOCUMENT_ROOT', '/kunden/ttams.de/webseiten/xtcommerce/');

define('DIR_FS_CATALOG', '/kunden/ttams.de/webseiten/xtcommerce/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ORIGINAL_IMAGES', DIR_WS_IMAGES .'original/');

define('DIR_WS_THUMBNAILS', DIR_WS_IMAGES .'thumbnails/');

define('DIR_WS_ICONS', DIR_WS_IMAGES .'icons/');

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_FS_CATALOG . 'lang/catalog/');

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('CURRENT_TEMPLATE','xtc');

// define our database connection

define('DB_SERVER', ''); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', '');

define('DB_SERVER_PASSWORD', '');

define('DB_DATABASE', '');

define('USE_PCONNECT', 'false'); // use persistent connections?

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

T.

Link to comment
Share on other sites

Ok so sehen die Datei vom Server aus:

xtcommerce/includes/configure.php:

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('DIR_WS_CATALOG', '/xtcommerce/'); // absolute path required

define('DIR_FS_DOCUMENT_ROOT', '/kunden/ttams.de/xtcommerce/');

define('DIR_FS_CATALOG', '/kunden/ttams.de/xtcommerce/');

xtcommerce/includes/configure.org.php:

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('DIR_WS_CATALOG', '/xtcommerce/'); // absolute path required

define('DIR_FS_DOCUMENT_ROOT', '/kunden/ttams.de/xtcommerce/');

define('DIR_FS_CATALOG', '/kunden/ttams.de/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_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_FS_CATALOG . 'lang/');

admin/includes/configure.php:

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de');

define('HTTPS_CATALOG_SERVER', 'https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/kunden/ttams.de/xtcommerce/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/xtcommerce/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/kunden/ttams.de/xtcommerce/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/xtcommerce/'); // absolute path required

define('DIR_FS_CATALOG', '/kunden/ttams.de/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/');

und admin/includes/configure.org.php:

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers

define('HTTP_CATALOG_SERVER', 'http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de''>http://www.ttams.de');

define('HTTPS_CATALOG_SERVER', 'https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de''>https://www.ttams.de');

define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/kunden/ttams.de/xtcommerce/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/xtcommerce/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/kunden/ttams.de/xtcommerce/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/xtcommerce/'); // absolute path required

define('DIR_FS_CATALOG', '/kunden/ttams.de/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/');

Gru?

T.

Link to comment
Share on other sites

Das sind die Dateien, die lokal auf deinem PC hast. Die kannst Du nun nicht mehr benutzen, weil der Installer schon ?nderungen auf dem Webserver vorgenommen hat.

Lade Dir die entspechenden Dateien vom Webserver runter, ?nder die Pfade und lade sie wieder rauf.

Ja, und wie Du siehst, sind die Pfade nicht korrekt.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...