cetch errors like this
Duplicate entry '' for key 2 query: INSERT INTO boost_crawler (url, hash) VALUES ('',''),...
split the query up and retry query only inserting 1 at a time; or maybe having multiple queries in the same db_query() via semicolon ;
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | boost-672254.patch | 3.9 KB | mikeytown2 |
| #3 | boost-672254.patch | 2.84 KB | mikeytown2 |
Comments
Comment #1
agence web coheractio commentedHi,
I am also having this issue.
Is this creating an issue in the crawler behavor?
Thanks
Laurent
Comment #2
mikeytown2 commentednothing bad happens, just annoying
Comment #3
mikeytown2 commentedthis should prevent the errors
Also experimenting with bypassing php for this
Comment #4
mikeytown2 commentedComment #5
mikeytown2 commentedcommitted