It looks like your line_items are missing both a product and a cart. Those should have been added when you generated your scaffold in Iteration D2.
You can add them now with the following:
bin/rails generate migration AddProductAndCartToLineItems product:references cart:belongs_to