Fuel\Core\Database_Exception [ 23000 ]:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '51' for key 'PRIMARY' with query: "INSERT INTO `user_classifications` (`user_id`, `classification_id`) VALUES ('51', '12')"
245 {
246 $error_code = 0;
247 }
248 }
249
250 throw new \Database_Exception($e->getMessage().' with query: "'.$sql.'"', $error_code, $e);
251 }
252 }
253
254 // no more attempts left, bail out
255 else
It looks like you're new here. If you want to get involved, click one of these buttons!