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 Angebot Status "Fehlerhaft" aber keine Fehlermeldung Amazon-Lister - Fehler und Bugs 0
Fehlermeldung beim Anlegen einer zweiten JTL POS Kasse in JTL-Wawi JTL-Wawi 1.11 0
(gelöst) Ecomdata - JTL Worker 2.0 - Startet nicht - Schließt ohne Fehlermeldung JTL-Wawi 2.0 2
Neu Fehlermeldung eBay Bestellung Einrichtung und Installation von JTL-eazyAuction 0
Neu Fehlermeldung nach der Umstellung von DHL Versenden 4.0 JTL-Track&Trace - Fehler und Bugs 0
Neu JTL Shop 5 Sync in JTL WAWI 2.0.0 zeigt Verbindungstest Fehlermeldung Onlineshop-Anbindung 4
Neu Artikelpreis auf Anfrage Fehlermeldung Allgemeine Fragen zu JTL-Shop 0
Neu Connector bleibt am Anfang stehen / Fehlermeldung Abbruch Shopify-Connector 3
Neu Fehlermeldung bei Farbänderung im Nova oder Nova Child Theme Templates für JTL-Shop 2
Neu Fehlermeldung Steuersätze sind nicht im Shop Schnittstellen Import / Export 0
Neu Shopify Connector Fehlermeldung bei Kategoriebildern Shopify-Connector 6
Neu Dashboard Anzeige MHD - Fehlermeldung JTL-Wawi - Fehler und Bugs 1
Neu Auftrag gesperrt - Fehlermeldung 32 User helfen Usern - Fragen zu JTL-Wawi 2
Neu Installation von Plugin PayPal Check-Out fehlgeschlagen, keine Verbindung zum Webshop Plugins für JTL-Shop 6
Neu Installation JTL-Wawi 1.5.55.8 - Startet Grundsätzlich im Report-/Druckmodul Installation von JTL-Wawi 4
Wichtig Änderungen bei der Installation des Shopify Connectors ab 01.01.2026 Shopify-Connector 0
Neu JTL-Worker Installation schlägt fehl JTL-Wawi - Fehler und Bugs 8

Ähnliche Themen