There was an error:
Carts must contain at least one item.
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | SHOW FULL COLUMNS FROM `items` | 15 | 15 | 2 | |
| 2 | SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci'; | 1 | 1 | 0 | |
| 3 | SHOW FULL COLUMNS FROM `categories` | 5 | 5 | 2 | |
| 4 | SHOW FULL COLUMNS FROM `sections` | 3 | 3 | 2 | |
| 5 | SHOW FULL COLUMNS FROM `announcements_pages` | 5 | 5 | 1 | |
| 6 | SHOW FULL COLUMNS FROM `announcements` | 5 | 5 | 2 | |
| 7 | SHOW FULL COLUMNS FROM `item_images` | 8 | 8 | 1 | |
| 8 | SHOW FULL COLUMNS FROM `item_option_groups` | 5 | 5 | 2 | |
| 9 | SHOW FULL COLUMNS FROM `item_options` | 6 | 6 | 2 | |
| 10 | SHOW FULL COLUMNS FROM `carts` | 3 | 3 | 2 | |
| 11 | SHOW FULL COLUMNS FROM `cart_items` | 6 | 6 | 2 | |
| 12 | INSERT INTO `carts` (`modified`, `created`) VALUES ('2013-06-19 06:23:46', '2013-06-19 06:23:46') | 1 | 0 | ||
| 13 | SELECT LAST_INSERT_ID() AS insertID | 1 | 1 | 0 | |
| 14 | SELECT `CartItem`.`id`, `CartItem`.`item_id`, `CartItem`.`options`, `CartItem`.`cart_id`, `CartItem`.`adjustment`, `CartItem`.`quantity`, `Item`.`id`, `Item`.`image_path`, `Item`.`title`, `Item`.`portfolio_category_id`, `Item`.`store_category_id`, `Item`.`for_sale`, `Item`.`price`, `Item`.`shipping_time`, `Item`.`inventory`, `Item`.`description`, `Item`.`created`, `Item`.`modified`, `Item`.`published`, `Item`.`category_id`, `Item`.`featured`, `Cart`.`id`, `Cart`.`created`, `Cart`.`modified` FROM `cart_items` AS `CartItem` LEFT JOIN `items` AS `Item` ON (`CartItem`.`item_id` = `Item`.`id`) LEFT JOIN `carts` AS `Cart` ON (`CartItem`.`cart_id` = `Cart`.`id`) WHERE `cart_id` = 45744 GROUP BY `CartItem`.`item_id`, `CartItem`.`options` | 0 | 0 | 3 |