After a cron run I get messages like the following:
user warning: Duplicate entry '212-0' for key 1 query: INSERT INTO content_field_images_m (vid, nid, delta, field_images_m_value) VALUES (212, 212, 0, NULL) in /srv/tattler/sites/all/modules/cck/content.module on line 1213.
| Comment | File | Size | Author |
|---|---|---|---|
| #20 | user warning.pdf | 734.2 KB | ravenmore |
Comments
Comment #1
irakli commentedThere's a concurrency issue, which causes those. It does not affect content - you should still see everything working, but is very annoying, indeed. We are trying to get rid of this.
Thank you
Comment #2
MacRonin commentedNot sure if this is the same problem. It is somewhat similar message but occurring at different location. displayed next page no problem. PLus expected page came out OK below these errors. Error was in HTML output when accessing. http://beta.example.com/admin/content/feed
Comment #3
socialnicheguru commentedhaving the same problem too
Comment #4
adrinux commentedI just came across this issue searching for an error message I have - personally I had it visiting admin/reports/status
Edited error:
BUT I'm not using Tattler. So it's possible this error has little to do with Tattler per se.
Ah, I just found this: http://drupal.org/node/614648
I think this issue is a duplicate. Marking as duplicate and moving to Drupal.
Comment #5
adrinux commentedI need coffee. The other issues are support issues. Sigh...
Setting status as active. Making title more generic.
My full error:
Support issues that seem to be duplicates of this issue:
http://drupal.org/node/614648
http://drupal.org/node/602428
Comment #6
GreyHawk commentedGetting the same issue. 6-14
Comment #7
GreyHawk commented...any updates or progress on this yet?
Comment #8
GreyHawk commentedUpgraded another site from 6.13 to 6.14; afterward, updated modules that required updating, and got this error:
user warning: Duplicate entry 'sites/all/modules/seo_checklist/seochecklist.module' for key 1 query: INSERT INTO system (name, info, type, filename, status, throttle, bootstrap) VALUES ('seochecklist', 'a:10:{s:4:\"name\";s:15:\"\"SEO\" Checklist\";s:11:\"description\";s:52:\"A Search Engine Optimization checklist for Drupal 6.\";s:4:\"core\";s:3:\"6.x\";s:7:\"package\";s:15:\"\"SEO\" Checklist\";s:7:\"version\";s:7:\"6.x-2.0\";s:7:\"project\";s:13:\"seo_checklist\";s:9:\"datestamp\";s:10:\"1249685460\";s:12:\"dependencies\";a:0:{}s:10:\"dependents\";a:0:{}s:3:\"php\";s:5:\"4.3.5\";}', 'module', 'sites/all/modules/seo_checklist/seochecklist.module', 0, 0, 0) in /var/www/vhosts/mysite.com/subdomains/services/httpdocs/drupal/includes/module.inc on line 147.
...related...?
Comment #9
dplh commentedAlso having this problem - subscribing.
Comment #10
mahnster commentedAlso have this error. Very annoying. subscribing
Comment #11
pal_ur commentedFor me solved, as I find out, that there is one theme twice uploaded: once in sites/themes, once in themes. I've deleted one of them, and the message disappears.
Hope helps.
Comment #12
sangus commentedGetting a similar error. Subscribing.
Comment #13
kvan2000 commentedsub'ing. thanks.
Comment #14
GreyHawk commentedsangus & kovel -- I removed all unused themes and unused modules that I'd had, and the theme clean-out seemed to make the difference, similar to what pal_ur suggested.
Try giving that a shot...and good luck. It was a very, very annoying problem.
Comment #15
grguth commentedSame error, on all themes, from CRON. However, other themes are all Drupal standard distribution, so I can't clean out the other themes.
Subscribing.
Comment #16
anewbie commentedFor my case, same error occurs after I change my default language in admin/settings/language.
When I change back to the original language, the error gone. So my question is how to avoid this errors after changing default language.
Comment #17
perke+1, subscribing... also noted cron has run at the time of this error
Comment #18
summit commentedoeps..wrong thread..
Comment #19
kewlguy commented+1 subscribing
Running Drupal-6.15 with all modules and themes up to date.
There are only two errors in my drupal logs, this one, and another for a missing bullet.png in a client created theme. If anyone could give me a heads up on how to diagnose this I would sure appreciate it.
My VPS error logs are not showing any errors for that site and time??
Is there a snippet that I could place anywhere that would give me an idea of the sql script that keep trying to run? I assume it's some kind of mysql error because I see the same type of error when re-running an mysql script an already installed script.
Would a module list and site report be helpful?
Comment #20
ravenmore commentedSame problem as others seem to be describing. Navigation menus appear but links yield no information.
Comment #21
Gilles_ commentedSubscribing, same error with all modules and themes up to date (standard)
Comment #22
greenAP commentedsubscribe
Comment #23
chriscohen commentedI am having the same problem, which seems to occur after a cron run. Subscribing.
Comment #24
leprechau commentedSame issue here with 6.15 and multiple themes (acquia prosper and rootcandy) ... subscribing ...
Comment #25
helpermedia commentedNoticed this problem on one of my sites to. Drupal 6.15 Multisite configuration, but only one site active at this moment with one custom theme. Happened after cronjob.
Comment #26
helpermedia commentedFound a couple of related issues like these ones:
- http://drupal.org/node/307756
- http://drupal.org/node/147000
Quick (and dirty) fix -> http://drupal.org/node/307756#comment-2550872
But better wait for http://drupal.org/node/251792 which will be part of D 6.16.
Comment #27
mennonot commentedSubscribing. Same issue with chameleon.info and a custom theme.
Comment #28
andrewsuth commentedThis is caused by a race condition. I got around this issue by adding some extra conditions before writing the content to the database.
This is an example I added to the Calais module, in the file
opencalais.moduleIt has solved the issue for me. Just reapply the same logic to any module which is causing the issue.
Comment #29
trevster34 commentedsame issue, subscribing
Comment #30
captix commentedsubs
Comment #31
mcongdon commentedsubscribing
Comment #32
verta commentedSeeing the same message, it's still in there. Race condition sounds like part of it, what I did was, I had added a role and before the post completed I refreshed the roles page. Haven't seen the message but once, though.
Comment #33
frankschoene commentedSame problem here. Subscribing.
Comment #34
frankschoene commentedSince this problem did not affect the functionality and occured only when using poormanscron, I did the following.
I installed the curl port for Win32 and nncron. Now nncron is calling curl with c:\xampp\curl-7.21.3\curl.exe --silent --compressed http://127.0.0.1/tattler/cron.php" every ten minutes. No probs at all so far.
Comment #35
izus commentedsubscribing: same error as in comment #2