Jump to content
xt:Commerce Community Forum

Kein Datenbank-import


toddy

Recommended Posts

Hi,

komme auch mit der Installation nicht recht weiter.

Immer der Fehler: SQL-File does not exist:/kunden/ttams.de/xtcommerce/xtc_installer/xtcommerce.sql

Habe folgende Konfiguration:

PHP-Version 4.2.3

MySQL Client API 3.23.54

Apache/df-exts 1.1 (Unix) mod_ssl/2.8.11 OpenSSL/0.9.6e AuthPG/1.2

HTTP Server

http://localhost

Webserver Root Verzeichnis

/kunden/ttams.de/webseiten

Webserver "XT-Commerce" Verzeichnis

/kunden/ttams.de/webseiten/xtcommerce/

Webserver Admin Verzeichnis

/kunden/ttams.de/webseiten/xtcommerce/admin/

WWW Catalog Verzeichnis

http://www.ttams.de/xtcommerce/

WWW Admin Verzeichnis

http://www.ttams.de/xtcommerce/admin/

Testverbindung konnte erfolgreich hergestellt werden, danach gab's die Fehlermeldung. Habe einen VirtualServer bei Domainfactory.

Habt Ihr eine Idee?

Vielen Dank

Toddy

Link to comment
Share on other sites

wenn dein Pfad ein "webseiten" enth?lt, aber der Pfad zum Katalog nicht, dann liegt wohl da der Fehler. Ich hatte den Effekt, das die Installroutine .../htdocs/~user/xtcommerce eingetragen hatte, es muss nat?rlich hei?en /home/user/public_html/xtcommerce

Ich habe den Pfad einfach hart in die Datei geschrieben (step_xx.php - nach sql suchen, dann hast dus schnell gefunden)

Link to comment
Share on other sites

Hallo reh,

danke f?r die schnelle Antwort. Ich hab's mir ja auch schon gedacht.

Folgenden Quellcode in der "install_step3.php" m?sste ich dann wohl bearbeiten:

<?php

if (xtc_in_array('database', $_POST['install'])) {

$db = array();

$db['DB_SERVER'] = trim(stripslashes($_POST['DB_SERVER']));

$db['DB_SERVER_USERNAME'] = trim(stripslashes($_POST['DB_SERVER_USERNAME']));

$db['DB_SERVER_PASSWORD'] = trim(stripslashes($_POST['DB_SERVER_PASSWORD']));

$db['DB_DATABASE'] = trim(stripslashes($_POST['DB_DATABASE']));

xtc_db_connect_installer($db['DB_SERVER'], $db['DB_SERVER_USERNAME'], $db['DB_SERVER_PASSWORD']);

$db_error = false;

$sql_file = DIR_FS_CATALOG . 'xtc_installer/xtcommerce.sql';

// $script_filename = (($SCRIPT_FILENAME) ? $SCRIPT_FILENAME : $HTTP_SERVER_VARS['SCRIPT_FILENAME']);

// $script_directory = dirname($script_filename);

// $sql_file = $script_directory . '/nextcommerce.sql';

// xtc_set_time_limit(0);

xtc_db_install($db['DB_DATABASE'], $sql_file);

if ($db_error) {

?>

Hab schon alle Varianten versucht, leider bisher ohne Erfolg.

Also nicht so:

$sql_file = DIR_FS_CATALOG . 'xtc_installer/xtcommerce.sql';

Sondern irgendwie so:

$sql_file = DIR_FS_CATALOG . 'webseiten/xtc_installer/xtcommerce.sql';

Klappt aber auch noch nicht.

Fehlermeldung sieht dann so aus:

SQL file does not exist: /kunden/ttams.de/xtcommerce/webseiten/xtc_installer/xtcommerce.sql

Bin wohl zu doof f?r diese Welt. Aber danke...

T.

Link to comment
Share on other sites

Prima,

so klappt's, bin dank Deiner Hilfe wieder einen Schritt weiter.

Nur leider haut mir der Installer nun folgenden Fehler um die Ohren:

Warning: fopen("/kunden/ttams.de/xtcommerce/includes/configure.php", "w") - No such file or directory in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 206

Warning: fputs(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 207

Warning: fclose(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 208

Warning: fopen("/kunden/ttams.de/xtcommerce/includes/configure.org.php", "w") - No such file or directory in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 260

Warning: fputs(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 261

Warning: fclose(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 262

Warning: fopen("/kunden/ttams.de/xtcommerce/admin/includes/configure.php", "w") - No such file or directory in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 321

Warning: fputs(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 322

Warning: fclose(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 323

Warning: fopen("/kunden/ttams.de/xtcommerce/admin/includes/configure.org.php", "w") - No such file or directory in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 383

Warning: fputs(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 384

Warning: fclose(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 385

Ein Rechteproblem kann's eigentlich nicht sein, hab nahezu alles auf 777 gesetzt. Also diese massiven Probleme hatte ich bei OSCommerce nicht. Hmmmm...

Gru?

T.Tams

Link to comment
Share on other sites

Originally posted by toddy@Oct 8 2003, 18:05 PM

Prima,

so klappt's, bin dank Deiner Hilfe wieder einen Schritt weiter.

Nur leider haut mir der Installer nun folgenden Fehler um die Ohren:

Warning: fopen("/kunden/ttams.de/xtcommerce/includes/configure.php", "w") - No such file or directory in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 206

Warning: fputs(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 207

Warning: fclose(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 208

Warning: fopen("/kunden/ttams.de/xtcommerce/includes/configure.org.php", "w") - No such file or directory in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 260

Warning: fputs(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 261

Warning: fclose(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 262

Warning: fopen("/kunden/ttams.de/xtcommerce/admin/includes/configure.php", "w") - No such file or directory in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 321

Warning: fputs(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 322

Warning: fclose(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 323

Warning: fopen("/kunden/ttams.de/xtcommerce/admin/includes/configure.org.php", "w") - No such file or directory in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 383

Warning: fputs(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 384

Warning: fclose(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 385

Ein Rechteproblem kann's eigentlich nicht sein, hab nahezu alles auf 777 gesetzt. Also diese massiven Probleme hatte ich bei OSCommerce nicht. Hmmmm...

Gru?

T.Tams

das liegt an deinem nicht wirklich gut konfigurierten server, da xtc die verzeichnisse aufgrund einiger serverumgebungsvariablen automatisch erkennt.

du musst nur in der includes/application.php vom installer die jeweiligen serverparameter manuel definieren, oder ein gscheites webhosting nehmen ;) Vserver ist f?r ne komplexe anwendung nicht geradeh das gelbe vom ei.

mfg,

mario

Link to comment
Share on other sites

Hmmm,

meist Du diesen Bereich in der applicatio.php?:

// Some FileSystem Directories

if (!defined('DIR_FS_DOCUMENT_ROOT')) {

define('DIR_FS_DOCUMENT_ROOT', $_SERVER['DOCUMENT_ROOT']);

$local_install_path=str_replace('/xtc_installer','',$_SERVER['PHP_SELF']);

$local_install_path=str_replace('index.php','',$local_install_path);

$local_install_path=str_replace('install_step1.php','',$local_install_path);

$local_install_path=str_replace('install_step2.php','',$local_install_path);

$local_install_path=str_replace('install_step3.php','',$local_install_path);

$local_install_path=str_replace('install_step4.php','',$local_install_path);

$local_install_path=str_replace('install_step5.php','',$local_install_path);

$local_install_path=str_replace('install_step6.php','',$local_install_path);

$local_install_path=str_replace('install_step7.php','',$local_install_path);

$local_install_path=str_replace('install_finished.php','',$local_install_path);

define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . '/xtcommerce');

}

define('DIR_FS_INC', '../inc/');

T.

Link to comment
Share on other sites

dein server stellt diese var nicht richtig zur verf?gung

define('DIR_FS_DOCUMENT_ROOT', $_SERVER['DOCUMENT_ROOT']);

siehe hier:

Warning: fopen("/kunden/ttams.de/xtcommerce/admin/includes/configure.php", "w") - No such file or directory in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 321

du musst diese pfaade manuel einstellen, gibt bereits einige thread sdazu im forum.

mfg,

mario

Link to comment
Share on other sites

Hmmm, hab nun folgende Einstellungen in der application.php durchgef?hrt:

/ Some FileSystem Directories

if (!defined('DIR_FS_DOCUMENT_ROOT')) {

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

$local_install_path=str_replace('/xtc_installer','',$_SERVER['PHP_SELF']);

$local_install_path=str_replace('index.php','',$local_install_path);

$local_install_path=str_replace('install_step1.php','',$local_install_path);

$local_install_path=str_replace('install_step2.php','',$local_install_path);

$local_install_path=str_replace('install_step3.php','',$local_install_path);

$local_install_path=str_replace('install_step4.php','',$local_install_path);

$local_install_path=str_replace('install_step5.php','',$local_install_path);

$local_install_path=str_replace('install_step6.php','',$local_install_path);

$local_install_path=str_replace('install_step7.php','',$local_install_path);

$local_install_path=str_replace('install_finished.php','',$local_install_path);

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

Habe nat?rlich auch die Suchfunktion genutzt (wie ich es immer mache), bin auf ?hnliche Probleme gestossen, leider aber ohne einen konkreten Hinweis:

Nach meiner ?nderung erscheinen die oben genannten Fehlermeldungen zwar nicht mehr,daf?r gibt's nach Klick auf "continue" folgenden Fehler:

Fatal error: Failed opening required '/kunden/ttams.de/xtcommerce/inc/xtc_parse_input_field_data.inc.php' (include_path='.:/usr/local/lib/php') in /kunden/ttams.de/webseiten/xtcommerce/inc/xtc_image.inc.php on line 18

T.

Link to comment
Share on other sites

also wenn der shop in "/kunden/ttams.de/webseiten/xtcommerce/" ist

->

// Some FileSystem Directories

if (!defined('DIR_FS_DOCUMENT_ROOT')) {

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

$local_install_path=str_replace('/xtc_installer','',$_SERVER['PHP_SELF']);

$local_install_path=str_replace('index.php','',$local_install_path);

$local_install_path=str_replace('install_step1.php','',$local_install_path);

$local_install_path=str_replace('install_step2.php','',$local_install_path);

$local_install_path=str_replace('install_step3.php','',$local_install_path);

$local_install_path=str_replace('install_step4.php','',$local_install_path);

$local_install_path=str_replace('install_step5.php','',$local_install_path);

$local_install_path=str_replace('install_step6.php','',$local_install_path);

$local_install_path=str_replace('install_step7.php','',$local_install_path);

$local_install_path=str_replace('install_finished.php','',$local_install_path);

define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . '/xtcommerce');

}

Link to comment
Share on other sites

rab???hhhh, hab's genauso gemacht unf wieder folgende fehlermeldung:

Warning: fopen("/kunden/ttams.de/webseiten/xtcommerceincludes/configure.php", "w") - No such file or directory in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 206

Warning: fputs(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 207

Warning: fclose(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 208

Warning: fopen("/kunden/ttams.de/webseiten/xtcommerceincludes/configure.org.php", "w") - No such file or directory in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 260

Warning: fputs(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 261

Warning: fclose(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 262

Warning: fopen("/kunden/ttams.de/webseiten/xtcommerceadmin/includes/configure.php", "w") - No such file or directory in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 321

Warning: fputs(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 322

Warning: fclose(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 323

Warning: fopen("/kunden/ttams.de/webseiten/xtcommerceadmin/includes/configure.org.php", "w") - No such file or directory in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 383

Warning: fputs(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 384

Warning: fclose(): supplied argument is not a valid File-Handle resource in /kunden/ttams.de/webseiten/xtcommerce/xtc_installer/install_step5.php on line 385

Ich hau den ganzen kram in die tonne und installier alles nochmal...

dank dir...

Link to comment
Share on other sites

auch so gemacht:

// Some FileSystem Directories

if (!defined('DIR_FS_DOCUMENT_ROOT')) {

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

$local_install_path=str_replace('/xtc_installer','',$_SERVER['PHP_SELF']);

$local_install_path=str_replace('index.php','',$local_install_path);

$local_install_path=str_replace('install_step1.php','',$local_install_path);

$local_install_path=str_replace('install_step2.php','',$local_install_path);

$local_install_path=str_replace('install_step3.php','',$local_install_path);

$local_install_path=str_replace('install_step4.php','',$local_install_path);

$local_install_path=str_replace('install_step5.php','',$local_install_path);

$local_install_path=str_replace('install_step6.php','',$local_install_path);

$local_install_path=str_replace('install_step7.php','',$local_install_path);

$local_install_path=str_replace('install_finished.php','',$local_install_path);

define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . '/xtcommerce/');

}

define('DIR_FS_INC', '../inc/');

Ergebnis bei Aufruf install_step6.php:

Fatal error: Failed opening required '/kunden/ttams.de/xtcommerce/inc/xtc_parse_input_field_data.inc.php' (include_path='.:/usr/local/lib/php') in /kunden/ttams.de/webseiten/xtcommerce/inc/xtc_image.inc.php on line 18

Link to comment
Share on other sites

  • 3 weeks later...

Archived

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

×
  • Create New...