Problems with publishing items with more websites on same database
Hello all :)
Im currently developing a site, where we have a live and a testsite running on the same database. When we publish user created content from code on the live site, this wont be published on the testsite aswell(as expected). Normally, i would expect that this would be fixed by simply clicking "Republish entire site" on the testsite, but this dosent work. I still get the "Oops: this document is published but is not in the cache (internal error)". The only thing that seems to resolve it, is by going to a specific page, and then clicking "Save and publish". I have tried the different things on "http://our.umbraco.org/wiki/reference/api-cheatsheet/publishing-and-republishing", but the only thing that works, is to loop through everything and use the ContentService.SaveAndPublish(Node).
Really hope you can help me :)
The sites are running version: Umbraco v6.1.1 (Assembly version: 1.0.4902.15214)
Problems with publishing items with more websites on same database
Hello all :)
Im currently developing a site, where we have a live and a testsite running on the same database. When we publish user created content from code on the live site, this wont be published on the testsite aswell(as expected). Normally, i would expect that this would be fixed by simply clicking "Republish entire site" on the testsite, but this dosent work. I still get the "Oops: this document is published but is not in the cache (internal error)". The only thing that seems to resolve it, is by going to a specific page, and then clicking "Save and publish". I have tried the different things on "http://our.umbraco.org/wiki/reference/api-cheatsheet/publishing-and-republishing", but the only thing that works, is to loop through everything and use the ContentService.SaveAndPublish(Node).
Really hope you can help me :)
The sites are running version: Umbraco v6.1.1 (Assembly version: 1.0.4902.15214)
Database is running: Microsoft sql 2008
best regards.
is working on a reply...