| 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 |
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) |