Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Problem beim Hinzufügen von shop_configuration (Update 1.04 -> 1.05)

    webberle

    • Frisch an Board
    • Beiträge: 52
    Hallo ich bekomme bei Update 1.04 zu 1.05 leider immer folgende Fehlermeldung (ich bin die einzelnen Befehle einzeln durchgegangen):

    Fehler bei der Abfrage:

    Code: SQL  [Auswählen]
    CREATE TABLE shop_configuration ( configuration_id INT(11) NOT NULL AUTO_INCREMENT, configuration_key VARCHAR(255) NOT NULL DEFAULT '', configuration_value text NOT NULL, PRIMARY KEY (configuration_id), KEY configuration_key (configuration_key) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE latin1_german1_ci;
    MySQL meldet:

    You have an error IN your SQL syntax. CHECK the manual that corresponds TO your MySQL server version FOR the RIGHT syntax TO USE near 'DEFAULT CHARSET=latin1 COLLATE latin1_german1_ci' at line 1
     
    Online sieht das dann so aus:

    Code: SQL  [Auswählen]
    1146 - TABLE 'db205247189.shop_configuration' doesn't exist

    SELECT configuration_value FROM shop_configuration WHERE configuration_key = '
    SHOP_OFFLINE' LIMIT 1

    [XT SQL Error]
    Kann mir jemand helfen?



    Linkback: https://www.modified-shop.org/forum/index.php?topic=13302.0

    Tomcraft

    • modified Team
    • Gravatar
    • Beiträge: 46.371
    • Geschlecht:
    Ja, deine MySQL Version ist zu alt!

    Workaround:

    Code: SQL  [Auswählen]
    CREATE TABLE shop_configuration ( configuration_id INT(11) NOT NULL AUTO_INCREMENT, configuration_key VARCHAR(255) NOT NULL DEFAULT '', configuration_value text NOT NULL, PRIMARY KEY (configuration_id), KEY configuration_key (configuration_key) ) ENGINE=MyISAM;
     
    Grüße

    Torsten

    Marktplatz - Eine große Auswahl an neuen und hilfreichen Modulen sowie modernen Templates für die modified eCommerce Shopsoftware
    1 Antworten
    1683 Aufrufe
    18. Januar 2015, 20:48:15 von Neo-drexx
    6 Antworten
    3420 Aufrufe
    13. September 2015, 16:46:36 von weichen-walter
    2 Antworten
    2658 Aufrufe
    08. März 2012, 06:08:19 von Alex23
               
    anything