Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Integrity constraint violationyii\db\IntegrityException

SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates unique constraint "his_actions_pkey"
DETAIL: Key (id)=(107521221) already exists.
The SQL being executed was: INSERT INTO "qjmpf_his_actions" ("id", "ip_id", "created", "url", "code", "referer", "hits") VALUES (107521221, 2259483, '2024-03-29', '/company/770704-ppf-olegro', 200, NULL, 1) RETURNING "id"

Error Info: Array
(
    [0] => 23505
    [1] => 7
    [2] => ERROR:  duplicate key value violates unique constraint "his_actions_pkey"
DETAIL:  Key (id)=(107521221) already exists.
)
$_GET = [
    'id' => '770704',
];

$_SESSION = [
    '__flash' => [],
];