Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s not creating the table for the database.

    Found a fix..
    1st de-activate and then in quote-cart.php

    line 55 change:
    .” ) TYPE = MYISAM;”;
    to:
    .” ) ENGINE = MYISAM;”;

    and another on line 80:
    .” ) TYPE = MYISAM;”;
    to:
    .” ) ENGINE = MYISAM;”;

    Then activate it again and all should be ok.

    [deleted by author]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Didn't work’ is closed to new replies.