I have several related sites in one Umbraco installation and have a problem with publishing from the backoffice.
When an editor has logged in on one domain (domainA), edits a document beloging to another domain (domainB) and publishes, the cache is not updated.
On new pages publishing leads to a page URL of #
On published pages the cache is not updated with the content.
Moreover when an editor tries to edit a specific document type on domainA they are getting this error in the backoffice: System.Web.HttpException: Multiple controls with the same ID 'prop_title' were found. FindControl requires that controls have unique IDs.
The last symptom was fixed republishing the page from domainA, but the problem must remain somehow.
The site is running
umbraco v 4.7.2 (Assembly version: 1.0.4500.21031) on .net 4
Do we need to set something in the config or how can we fix this problem?
cache and doctype problem with multiple domains
I have several related sites in one Umbraco installation and have a problem with publishing from the backoffice.
When an editor has logged in on one domain (domainA), edits a document beloging to another domain (domainB) and publishes, the cache is not updated.
On new pages publishing leads to a page URL of #
On published pages the cache is not updated with the content.
Moreover when an editor tries to edit a specific document type on domainA they are getting this error in the backoffice:
System.Web.HttpException: Multiple controls with the same ID 'prop_title' were found. FindControl requires that controls have unique IDs.
The last symptom was fixed republishing the page from domainA, but the problem must remain somehow.
The site is running umbraco v 4.7.2 (Assembly version: 1.0.4500.21031) on .net 4
Do we need to set something in the config or how can we fix this problem?
is working on a reply...