My debug value is set to 2, and it\'s displaying all the queries, except the one I need.
2
I have an Items controller method that is calling
Items
Make sure to check your tables:
ID
id
the auto_increment issues killed me. Easy way to check: if any of your rows have ID = 0, auto_increment is likely disabled.