Getting Lots of "Database Debugging" Errors

Since this is a new forum I'm looking for everyone's feedback so that we can customize the site accordingly. Post your suggestions and ideas here!
Post Reply
User avatar
Hoos
Posts: 1079
Joined: Sun Nov 04, 2007 12:36 pm
Location: San Francisco Bay Area

Getting Lots of "Database Debugging" Errors

Post by Hoos »

Since January 21, I've been getting error screens a lot. It happens when I click the link for "list of new posts since last visit" or when I click "submit" for starting a new topic or replying to a topic. It's happened at least three times this morning. Here's the text I've been getting today when clicking "view new posts":
Could not insert search results

DEBUG MODE

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

INSERT INTO phpbb_search_results (search_id, session_id, search_time, search_array) VALUES(1201900340, '05d950d89206a235410cab6da280f5f7', 1201108083, 'a:7:{s:14:"search_results";s:152:"24906, 25188, 25197, 25309, 25355, 25365, 25420, 25429, 25453, 25454, 25455, 25456, 25457, 25458, 25459, 25460, 25461, 25469, 25470, 25471, 25472, 25473";s:17:"total_match_count";i:22;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}')

Line : 707
File : search.php

Here's what I get when starting a new post/replying:
Since January 21, I've been getting error screens a lot. It happens when I click the link for "list of new posts since last visit" or when I click "post" for starting a new topic or replying to a topic. It's happened at least three times this morning. Here's the text I've been getting today:
Could not insert search results

DEBUG MODE

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

INSERT INTO phpbb_search_results (search_id, session_id, search_time, search_array) VALUES(1201900340, '05d950d89206a235410cab6da280f5f7', 1201108083, 'a:7:{s:14:"search_results";s:152:"24906, 25188, 25197, 25309, 25355, 25365, 25420, 25429, 25453, 25454, 25455, 25456, 25457, 25458, 25459, 25460, 25461, 25469, 25470, 25471, 25472, 25473";s:17:"total_match_count";i:22;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}')

Line : 707
File : search.php
Brent
Tondeo ergo sum.
Post Reply