Community Documentation

Handling a Error 409 Conflict for site at http://subsite.example.com

Last updated December 27, 2011. Created by greggles on December 27, 2011.
Log in to edit this page.

The bakery module can synch data to subsites based on the init field. However, you may find that it sometimes gives admins the error message "Error 409 Conflict for site at http://subsite.example.com"

If this happens:

  1. Check watchdog on the subsite for entries, it should give some clues about the problem
  2. Look for problematic accounts on the subsite with the query select name, uid from users where init like 'http://master.example.com/user/70474/edit'; where 70474 is the UID of the user on the master
  3. Step 2 should have identified multiple problematic accounts. Find the one that should not be associated with the master site and fix it: update users set init = 'originalemail@example.com' where uid = 1814 limit 1; change 1814 to an appropriate value

About this page

Drupal version
Drupal 6.x, Drupal 7.x

Administration & Security Guide

Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.
nobody click here