Goldinteractive / craft3-sitecopy

With this plugin you can copy the content of an entry to another site.
MIT License
22 stars 6 forks source link

Could not acquire a lock to save a revision for element #24

Open michaelfromtheoutfit opened 3 years ago

michaelfromtheoutfit commented 3 years ago

Hey there!

Running into an issue when trying to save an entry to multiple sites. The queue job for "Syncing Element Contents" fails with the error:

Could not acquire a lock to save a revision for element [INSERT ELEMENT ID]

Is this something anyone has run into before?

Thanks so much!

MW

christianruhstaller commented 3 years ago

Could this be related to https://github.com/craftcms/cms/issues/6652 ?

michaelfromtheoutfit commented 3 years ago

Could this be related to craftcms/cms#6652 ?

I suppose potentially, but the only place I see it happening is during the copy to sites process. It works just fine if I'm copying to a single site, but if I try to copy to multiple it triggers the error.

I didn't add to that ticket because in the past any time I've posted an issue which only occurs when in relation to a plugin they tend to send you back over to the plugin developer.

Thanks so much for responding!