My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 6: SQL-error when refreshing page after setting a page as "ignored"
1 person starred this issue and may be notified of changes. Back to list
 
Project Member Reported by trenchcoat.philosopher@gmail.com, Jan 2, 2009
What steps will reproduce the problem?
1. ignore a page
2. press F5


What is the expected output? What do you see instead?
- expected output: normal page
- actual output: SQL error:
ERROR: Duplicate entry '69-92' for key 1

ON QUERY:

INSERT INTO IGNORE_DIR
	(user_id, dir_id) VALUES
	(92, 69)


Powered by Google Project Hosting