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)=(106888182) already exists.
The SQL being executed was: INSERT INTO "qjmpf_his_actions" ("id", "ip_id", "created", "url", "code", "referer", "hits") VALUES (106888182, 2250848, '2024-03-19', '/company/306174-dp-miskdobrobut-blagoustrij', 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)=(106888182) already exists.
)
$_GET = [
    'id' => '306174',
];

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