Ankündigung

Einklappen
Keine Ankündigung bisher.

Deinstallieren von pfd-rechung 3

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Deinstallieren von pfd-rechung 3

    Hallo!

    Haben einen Shop auf Version 1.3.9 den ich gerade auf 1.5.3 umstelle. Im neuen Shop wollte ich nun pdf-Rechnung 3.3 installieren. Laut Anleitung ist dazu die bestehende pdf-Rechnung (in meinem Fall pdf-Rechnung 3 - mit den geänderten Dateien für 1.3.9) zu deinstallierten. Das geschieht über >tools>pfd-rechnung 3 und dann im Adminbereich.
    Mein Problem ist nur, dass ich zwar die Befehlsleiste "Admin" ... " Rechnungsvorlage" .. etc. sehe, aber wenn ich den Adminbutton anklicke keine weiteren Buttons erscheinen.
    Ich kann daher das Modul nicht deinstallieren, aber ohne vorherige Deinstallation und Löschung aus der Datenbank lässt sich die Version 3.3 nicht erfolgrecih installieren.

    Hatte jemand schon ein ähnliches Problem bzw. gibt es eine andere Möglichkeit die pdf-rechnung 3 zu deinstallieren?

    Danke!

    #2
    Führe via Tools > SQL Patches installieren oder direkt per phpMyAdmin folgenden Befehl aus, um alle Datenbankeinträge der alten pdf Rechnung für 1.3.9 zu entfernen:

    Code:
    DELETE FROM configuration_group WHERE configuration_group_title = 'PDF Rechnung3';
    DELETE FROM configuration_group WHERE configuration_group_title = 'PDF Invoice3';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_SEND_ATTACH';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_PDF_PATH';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_PDF_BACKGROUND';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_PAPER';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_ORDER_ID_PREFIX';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_NOT_NULL_INVOICE';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_ORDERSTATUS';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_MARGIN';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_LINE_THICK';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_LINE_HEIGT';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_FONTS';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_CITY';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_DELTA';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_ADDRESS_WIDTH';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_ADDRESS_BORDER';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_ADDRESS2_POS';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_ADDRESS1_POS';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_SEND_ORDERSTATUS_CHANGE';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_SEND_PDF';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_TABLE_TEMPLATE';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_WITHOUTINVOICE';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_TEMPLATE_ONLY_FIRST_PAGE';
    DELETE FROM configuration WHERE configuration_key = 'RL_INVOICE3_DELTA_2PAGE';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_SEND_ATTACH';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_PDF_PATH';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_PDF_BACKGROUND';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_PAPER';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_ORDER_ID_PREFIX';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_NOT_NULL_INVOICE';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_ORDERSTATUS';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_MARGIN';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_LINE_THICK';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_LINE_HEIGT';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_FONTS';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_CITY';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_DELTA';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_ADDRESS_WIDTH';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_ADDRESS_BORDER';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_ADDRESS2_POS';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_ADDRESS1_POS';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_SEND_ORDERSTATUS_CHANGE';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_SEND_PDF';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_TABLE_TEMPLATE';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_WITHOUTINVOICE';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_TEMPLATE_ONLY_FIRST_PAGE';
    DELETE FROM configuration_language WHERE configuration_key = 'RL_INVOICE3_DELTA_2PAGE';

    Kommentar

    Info zu diesem Forenarchiv:
    Mit Release von 1.5.7 wurde die deutsche Zen Cart Version auf eine reine DIY-Lösung umgestellt.
    Für einen Support via Forum stehen keine personellen und zeitlichen Ressourcen mehr zur Verfügung.
    Dieses Supportforum bleibt im Nur-Lesen-Modus als Wissensarchiv noch online verfügbar.
    PM Funktionalität, Registrierung und Posten neuer Beiträge sind deaktiviert.
    Zugriff auf Anhänge in den Postings ist auch ohne Registrierung/Einloggen möglich.
    FAQ und Downloadbereich des Forums wurden in die neue umfangreiche Knowledgebase auf der zen-cart-pro.at Website übernommen.

    Das Development der deutschen Zen Cart Version geht wie bisher auf Github weiter.
    Wir werden auch weiterhin neue Versionen bereitstellen und die Onlinedokumentation/Knowledgebase aktualisieren.
    Fehler in der Software können auf Github als Issues gemeldet werden.
    Follow us
    aktuelle version
    Zen Cart 1.5.7h deutsch
    vom 15.04.2024
    [Download]
    Lädt...
    X