We get the following error when transferring between test and live sites:
One thing I noticed, on the live site we have one extra user than on staging so the ids of the two newest users are not in sync between live and test. However didn't think this was a problem as I tested with the new user logins and existing pages transferred fine - seems to be recently created pages that trigger this error.
Any thoughts? Do user IDs need to be in synce between live and test?
Indeed it looks like the users have to be in sync and not only the id but also the login name. Dont forget the \umbraco\plugins\UmbracoCourier\Settings\courier.config file and set the <allowedUsers> accordingly.
I think its unavoidable to careful with user accounts. There are some dependencies in the database.
Courier User ID error
Hi,
We get the following error when transferring between test and live sites:
One thing I noticed, on the live site we have one extra user than on staging so the ids of the two newest users are not in sync between live and test. However didn't think this was a problem as I tested with the new user logins and existing pages transferred fine - seems to be recently created pages that trigger this error.
Any thoughts? Do user IDs need to be in synce between live and test?
Cheers
Sean
Indeed it looks like the users have to be in sync and not only the id but also the login name.
Dont forget the \umbraco\plugins\UmbracoCourier\Settings\courier.config file and set the <allowedUsers> accordingly.
I think its unavoidable to careful with user accounts. There are some dependencies in the database.
Ok so User login names and ID's of each user need to be in sync across all instances of the site.
Thanks for you help Dirk
Sean
is working on a reply...