Warning (2): pg_query() [http://php.net/function.pg-query]: Query failed: ERROR:  insert or update on table "quicks_votes" violates foreign key constraint "quicks_votes_user_id_fkey"
DETAIL:  Key (user_id)=(0) is not present in table "users". [CORE/cake/libs/model/datasources/dbo/dbo_postgres.php, line 167]
Warning (512): SQL Error: ERROR:  insert or update on table "quicks_votes" violates foreign key constraint "quicks_votes_user_id_fkey"
DETAIL:  Key (user_id)=(0) is not present in table "users". [CORE/cake/libs/model/datasources/dbo_source.php, line 673]

Query: INSERT INTO "quicks_votes" ("user_id", "quick_id", "vote") VALUES ('0', '541', '-1')

Vote
0
Vote