PDA

View Full Version : Search error ("view your posts",...)


cmM
9th of November 2004 (Tue), 14:29
there's an error when trying to see my posts or posts since last visit.
No biggie, just though I'd let one of the important people know :wink:

Could not insert search results

DEBUG MODE

SQL Error : 1062 Duplicate entry '649594207' for key 1

INSERT INTO phpbb_search_results (search_id, session_id, search_array) VALUES(649594207, '9b39dc690276db9fabe2fc6d98182050', 'a:7:{s:14:"search_results";s:12766:"19269, 27014, 27498, 28913, 29571, 30153, 30690, 31469, 31500, 31513, 31525, 31535, 31546, 31614, 31617, 31629, 31643, 31695, 31699, 31707, 31721, 31738, 31750, 31758, 31763, 31798, 31805, 31844, 31853, 31880, 31898, 31906, 31915, 31932, 31937, 31940, 31947, 31957, 31958, 31963, 31994, 32006, 32027, 32050, 32060, 32062, 32066, 32070, 32072, 32123, 32128, 32154, 32158, 32175, 32185, 32187, 32214, 32230, 32233, 32235, 32246, 32274, 32310, 32318, 32321, 32322, 32326, 32343, 32355, 32380, 32382, 32406, 32419, 32429, 32441, ...

Pekka
9th of November 2004 (Tue), 14:48
Thanks for info. I checked the database and it is ok. Most likely the phpbb code did not lock the tables before insert and someone else got that search id number before your session tried to write it. No harm done.