Handling a Error 409 Conflict for site at http://subsite.example.com
Last updated on
18 May 2025
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:
- Check watchdog on the subsite for entries, it should give some clues about the problem
- 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
- 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
Help improve this page
Page status: No known problems
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion