• Hi all,

    I am unable to add a product to Cart66 Lite. Everything else seems to work fine (e.g. Settings) but when I go to add a product… nothing happens, no errors.

    Anyone else have this issue?

    TIA.

    – Paul

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am. Tried everything. Deactivating, reinstalling, checked error logs for cart66 and for PHP.

    Cart66 error log states nowt much – something about a bad slurp.
    PHP logs contain quite a bit more info, such as some seemingly pretty serious stuff:

    WordPress database error Table ‘wordpresspmb.wp_cart66_sessions’ doesn’t exist for query select * from wp_cart66_sessions where session_id =

    WordPress database error Incorrect integer value: ” for column ‘id’ at row 1 for query INSERT INTO wp_cart66_products (id,name, blah blah…

    WordPress database error Duplicate column name ‘notes’ for query
    — Upgrading to Cart66 1.0.1

    WordPress database error Duplicate column name ‘notes’ for query…alter table wp_cart66_accounts add column notes text not null made by activate_plugin, do_action, call_user_func…blah, blah

    Pity – was really looking forward to trying this one out…

    Sometimes, especially on windows servers like local development machines, if MySQL is running in strict mode the tables don’t all get installed when Cart66 is activated. You can tell if MySQL is in strict mode on the Cart66 settings panel all the way down at the bottom in the error logging and debugging section.

    To get MySQL out of strict mode you can run the SQL query:
    SET @@global.sql_mode= '';

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to add product using Cart66 Lite’ is closed to new replies.