Fuel\Core\Database_Exception [ Error ]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't1.created_at' in 'field list' with query: "SELECT `t0`.`id` AS `t0_c0`, `t0`.`title` AS `t0_c1`, `t0`.`mnumber` AS `t0_c2`, `t0`.`body` AS `t0_c3`, `t0`.`created_at` AS `t0_c4`, `t0`.`updated_at` AS `t0_c5`, `t1`.`comment_id` AS `t1_c0`, `t1`.`id` AS `t1_c1`, `t1`.`comment` AS `t1_c2`, `t1`.`created_at` AS `t1_c3`, `t1`.`updated_at` AS `t1_c4` FROM `oil_demos` AS `t0` LEFT JOIN `oil_comments` AS `t1` ON (`t0`.`id` = `t1`.`id`)"
The error message is pretty obvious. You have specificied a column in your model properties (of in this case "oil_comments"), that does not exist in the table.
Sorry for your inconvenience.. but am new to fuelphp and MVC concept and also i a trying to learn on my own and your are only one with whom i can share my problem and solve it.
so please provide me with the help it will be very great-full of u..
Just trying to say that you learn more by trying to understand the error message and why you get it then by asking someone else. If you can't figure it out, we're always here to help.