Fehlermeldung Manuelle Installation

  • Wichtiger Hinweis Liebe Kunden, solltet Ihr den DATEV Rechnungsdatenservice 2.0 nutzen, dann müsst Ihr bis zum 30.06.2024 JTL-Wawi 1.9 installieren. Danach wird die Schnittstelle für ältere Versionen nicht mehr unterstützt.

Boarder

Sehr aktives Mitglied
26. März 2007
295
51
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
51
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
51
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
51
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
51
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
299
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
51
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
Fehlermeldung beim Öffnen der Firmeneinstellung JTL-Wawi 1.8 2
Fehlermeldung bei JTL-Connector/JTL-Wawi WooCommerce-Connector 1
Neu JTL PayPal: Plugin - Bestellungen werden nicht angezeigt. Fehlermeldung "Unable to load config 'file:.conf'" Plugins für JTL-Shop 2
Neu Fehlermeldung "Ein Element mit dem gleichen Schlüssel wurde bereits hinzugefügt" JTL-Wawi - Fehler und Bugs 2
Neu Nach Fehlermeldung erneut Versenden Arbeitsabläufe in JTL-WMS / JTL-Packtisch+ 5
Neu Was steckt hinter der Zahl von 53 Bildern auf Ebay bei Variationsartikeln (und einer unsinnigen Fehlermeldung der Wawi)? eBay-Anbindung - Fehler und Bugs 5
Neu Fehlermeldung nach Bestellabschluss durch Plugin Gelöste Themen in diesem Bereich 7
Neu Fehlermeldung 1101 JTL-ShippingLabels - Fehler und Bugs 1
Neu Versandschein für Schweiz kann nicht gedruckt werden folgende Fehlermeldung JTL-ShippingLabels - Fehler und Bugs 1
Neu fehlermeldung update 1.5 > 1.7 Installation von JTL-Wawi 1
Login Failed Fehlermeldung JTL-Wawi 1.7 1
Bilder Upload und Fehlermeldung WooCommerce-Connector 0
Fehlermeldung nach Speichern vom Auftrag in der Wawi JTL-Wawi 1.6 5
Neu WMS/Packtisch+ ... manuelle Workflows per Barcode auslösen JTL-WMS / JTL-Packtisch+ - Ideen, Lob und Kritik 0
Manuelle Workflowliste nach Update durcheinandergewürfelt JTL-Wawi 1.8 0
Neu Error Code = 0 bei Installation JTL-Shop 5.3.1 Einrichtung JTL-Shop5 3
Neu JTL-Installation- Verbindung zur Datenbank -SA Kennwort Installation von JTL-Wawi 22
Beantwortet JTL-POS installation vom Playstore Einrichtung / Updates von JTL-POS 2
Neu JTL-POS installation vom Playstore Installation von JTL-Wawi 0
Neu Modul-Installation im Prestashop 8 fehlgeschlagen Gelöste Themen in diesem Bereich 8

Ähnliche Themen