Fehlermeldung Manuelle Installation

Boarder

Sehr aktives Mitglied
26. März 2007
295
52
Hallo zusammen,

ich richtige gerade ein komplett neues Projekt von uns ein. Das heißt: Wawi, Shop und Ebay-Shop alles auf der Grundlage von JTL bzw XT-Commerce.

Die Wawi läuft schon im Netzwerk. XT-Commerce steht als Grundinstallation doch jetzt hänge ich bei dem Xtc- Connector.

Mein XTC liegt direkt im Verzeichnis www.meine-Domain.org/

Ich habe mit MySQl-Administrator die Datenbank "jtlwawi_connector_DB.sql" in die Datenbank meines XTC eingefügt.

Der Connecor liegt im Verzeichnis

www.meine-Domain.org/admin/includes/modules/jtlwawi_connector/

Wenn ich dies jetzt aufrufe kommen die Fehlermeldungen:

Code:
Notice: Use of undefined constant DOCROOT_PATH - assumed 'DOCROOT_PATH' in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\paths.php on line 15

Notice: Undefined index: adminlogin in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\admin\index.php on line 20


Einloggen geht. Jedoch kommen hier die Fehlermeldungen:

Code:
Notice: Use of undefined constant DOCROOT_PATH - assumed 'DOCROOT_PATH' in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\paths.php on line 15

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 26

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 36

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 26

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 36

und:

Code:
Notice: Use of undefined constant w - assumed 'w' in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\admin\adminTemplates.php on line 114

Kann mir jemand sagen was die Fehlermeldungen zu sagen haben, besser noch eine Lösung dafür sagen?

Danke für eure Hilfe Boarder

Ach ja der Server ist ein Virtueller Win2K3-Server mit IIS 6.0
 

Boarder

Sehr aktives Mitglied
26. März 2007
295
52
Hi Andreas,

also in der Zeile 15 in der paths.php steht

Code:
define (DOCROOT_PATH,"../../../../../");

Schon ne Idee? Eigentlich müsste die Anzahl der "../" stimmen.

Aber Ihr wisst das bestimmt besser als ich. :roll:

Danke schon mal für alle Tipps. :oops:

PS: Falls euch ein Screenshots von der Seite weiterhilft, könnt ich den auf die schnelle machen. Sagt einfach bescheid. Danke
 

Boarder

Sehr aktives Mitglied
26. März 2007
295
52
Hi, also ich Tipp mal ganz stark darauf das ich die neuste Benutze.

Ähh wart mal ich schau mal schnell nach. *Blätter, Raschel ....,Blätter*

Ahh da hab ich es ja :) >>> 08 Feb 2007, PHP 5.2.1 <<<<<

Die Fehlermeldung hast du noch nicht gehabt? Ja das ist eben immer mein Glück -> ich schaffe es einfach jeden noch so kleinen Bug aus den Programmen raus zu kitzeln. *heul*

Ich hoffe einfach mal wieder das ich was falsch eingestellt habe.

Hier mal die gesamte paths.php:
Code:
<?php
/**
 * jtlwawi_connector/index.php
 * AdminLogin für jtlwawi Connector
 * 
 * Es gelten die Nutzungs- und Lizenzhinweise unter [url]http://www.jtl-software.de/jtlwawi.php[/url]
 * 
 * @author JTL-Software <thomas@jtl-software.de>
 * @copyright 2006, JTL-Software
 * @link [url]http://jtl-software.de/jtlwawi.php[/url]
 * @version v1.0 / 14.06.06
*/

//Pfad zum Shop Root
define (DOCROOT_PATH,"../../../../../");

?>
Nur um nochmal die Aufmerksamkeit darauf zu richten. Ich benutze keinen Apache-Server sonder den IIS 6.0 von MS.

Danke für eure Hilfe :!:
 

Boarder

Sehr aktives Mitglied
26. März 2007
295
52
Mir ist da gerade etwas eingefallen.

Könnte es ein Problem geben wenn ich in der php.ini

Code:
doc_root = "C:\Inetpub\WWWroot"

auskommentiert habe? Ich habe den doc_root auskommentiert da ich unter:

C:\Inetpub\Joomla1

C:\Intetpub\Jommla2

noch weitere Webseiten liegen habe und diese mit dem verweiß auf WWWroot nicht mehr funktionieren würden.
 

Boarder

Sehr aktives Mitglied
26. März 2007
295
52
Guten morgen,

hatte den Eintrag überhaupt nicht in der PHP.ini (eben auskommentiert). Hab es Testweise aber jetzt eingetragen gehabt (beide Versionen) und es geht leider immer noch nicht.

Ich Benutze es nicht Lokal ich benutze es im I-Net wo ich mir so einen Server gemietet habe Link

Jetzt kommen irgendwie noch mehr Fehler (auch wenn ich den Eintrag wieder auskommentiere)

Code:
Notice: Use of undefined constant DOCROOT_PATH - assumed 'DOCROOT_PATH' in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\paths.php on line 15

Notice: Undefined index: DBhost in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\install\index.php on line 27 

Notice: Undefined index: syncuser in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\install\index.php on line 448

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 26

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 36

Notice: Undefined variable: einstellungen in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\install\index.php on line 129

Notice: Trying to get property of non-object in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\install\index.php on line 129

Notice: Undefined property: stdClass::$tax_priority in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\install\index.php on line 131

Notice: Undefined property: stdClass::$versandMwst in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\install\index.php on line 133

Notice: Undefined property: stdClass::$tax_zone_id in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\install\index.php on line 135

Notice: Undefined property: stdClass::$languages_id in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\install\index.php on line 137

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 26

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 36

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 26

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 36

Notice: Undefined property: stdClass::$mappingEndkunde in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\install\index.php on line 155

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 26

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 36

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 26

Notice: Use of undefined constant STORE_DB_TRANSACTIONS - assumed 'STORE_DB_TRANSACTIONS' in C:\Inetpub\WWWroot\inc\xtc_db_query.inc.php on line 36

Notice: Undefined property: stdClass::$mappingHaendlerkunde in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\install\index.php on line 165

Notice: Undefined index: installiereSchritt1 in C:\Inetpub\WWWroot\admin\includes\modules\jtlwawi_connector\install\index.php on line 169

Mhh langsam weiß ich nicht mehr weiter. Aber BIG Dank Andreas das Projekt raubt mir noch den Schlaf.
 

Thomas Lisson

Administrator
Mitarbeiter
24. März 2006
15.574
300
Köln
Hi,

Im letzten Posting von Dir handelt es sich um Notices (Bemerkungen), keine Fehler.

Du musst in deiner php.ini die Ausgabe von Notices und Warnings ausschalten. Dann klappts.
 

Boarder

Sehr aktives Mitglied
26. März 2007
295
52
JIPPPPPPPPII es geht !!!! :D :D :D

Riesen Dank Thomas und Andreas :!:

Für alle anderen bei den das Problem auftritt. Ihr müsst in der PHP.ini die Zeile:

Code:
error_reporting = E_ALL

ersetzen durch:

Code:
error_reporting = E_ALL & ~E_NOTICE

Jetzt noch schnelle Apache oder IIS neustarten und schon dürfte es gehen.
 
Ähnliche Themen
Titel Forum Antworten Datum
Neu Fehlermeldung Amazon: B2B nicht möglich, da purchasable_offer Amazon-Lister - Fehler und Bugs 0
Problem beim Anlegen eigener Felder in Kategorieverwaltung – Fehlermeldung „Name nicht eindeutig“ trotz eindeutiger Bezeichnung JTL-Wawi 1.8 3
Neu Amazon Rechnung ändern bei VCS-Lite - Fehlermeldung beim Stornieren (Auftrag fehlt) Arbeitsabläufe in JTL-Wawi 4
Fehlermeldung in DATEV Rechnungsdatenservice 2.0 JTL-Wawi 1.9 3
Neu Fehlermeldung bei Rechnungserstellung "Sie haben keinen Kunden ausgewählt" JTL-POS - Fehler und Bugs 0
Neu DPD Fehlermeldung "YourInternalID 43" JTL-ShippingLabels - Fehler und Bugs 12
Neu Fehlermeldung im Logbuch im Shop: Routing error: Invalid stream provided; must be a string stream identifier or stream resource JTL-Shop - Fehler und Bugs 1
Versandarten unter admin/shippingmethods Fehlermeldung Einrichtung JTL-Shop5 0
Fehlermeldung nach Auswahl eines Filters in der Kategorie- / Artikel-ansicht JTL-Wawi 1.10 0
Neu Update auf 5.5.0 erzeugt Error 500 Fehlermeldung “CacheAdvancedfile.php on line 95" Installation / Updates von JTL-Shop 2
Neu Xovi Fehlermeldung - URL enthält Sonderzeichen Allgemeine Fragen zu JTL-Shop 5
Neu Xovi Fehlermeldung - Url-Länge Allgemeine Fragen zu JTL-Shop 6
Fehlermeldung Steuereinstellungen nach Update auf 1.10 JTL-Wawi 1.10 5
Neu Packtisch+: Scannen und manuelle Auswahl von MHD-Artikeln JTL-WMS / JTL-Packtisch+ - Fehler und Bugs 0
Neu Manuelle Workflows auf bestimmte Benutzer einschränken User helfen Usern - Fragen zu JTL-Wawi 6
Customworkflows und manuelle Workflows in 1.10 eingeschränkt / gesperrt? JTL-Wawi 1.10 24
Neu Installation als Privatperson Installation von JTL-Wawi 7
Bei Installation Exitcode 1638 - abbruch JTL-Wawi 1.10 1
Neu JTL WMS Installation, Wahl des richtigen Lagerplatztypen und Ablauf Installation von JTL-WMS / JTL-Packtisch+ 4
Installation: Verbindung Haupt- & Nebenclient JTL-Wawi 1.9 2

Ähnliche Themen