Ankündigung

Einklappen
Keine Ankündigung bisher.

Problem with LightBox or HoverBox3

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

    Problem with LightBox or HoverBox3

    Hello

    I installed Zen cart 1.3.7 from this site (I need also Herman language). All the time I have the same problem when I want to install LightBox or HoverBox3:

    1136 Column count doesn't match value count at row 1
    in:
    [INSERT INTO skconfiguration_group VALUES (NULL, 'HoverBox 3', 'HoverBox 3 Configuration Options', '1', '1');]



    I do not know where the problem is. Can somebody help me please.

    #2
    This is a general problem if you use english contribs with a german zen-cart.

    You have to modify the SQL Code

    Just change
    Code:
    INSERT INTO configuration_group VALUES (NULL, 'HoverBox 3', 'HoverBox 3 Configuration Options', '1', '1');
    into
    Code:
    INSERT INTO configuration_group VALUES (NULL, '1', 'HoverBox 3', 'HoverBox 3 Configuration Options', '1', '1');
    Now you have the Configuration Menu in the english Adminpanel.

    Best regards
    MaleBorg

    Kommentar


      #3
      Thank you for your help. Now it is working perfectly.

      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.7g deutsch
      vom 12.12.2023
      [Download]
      Lädt...
      X