First and foremost, I would check if Content (ID=44394) still exist in db or not:
select * from tblContent
select publishedVersion from tblContentLanguage where fkContentID=44394
select pkid from tblWorkContent where pkID in (%publishedVersion%)
Might be that you are caching/storing some pagedata / blocks that is later removed by editor but you haven't cleared the cache and then when you start looking for that content again in code it is missing?
Not much to go on here but like Shahid says above. Check if the page still exists and try to find out what type of page it was and if you are storing references to it somewhere. If you are, make sure to listen to the datafactory events for delete and move and make sure to clear those references then...
Do you have load balancing?
Thanks Shahid and Daniel,
We already checked and there is no content with ID = 445394...(The site has about 6000 pages/blocks) We have community intergrated with the site and we assume that CMS understands community ID as content ID. The site performing normally but we keep receiving this kind of error message...
Daniel, we do use load balanced, we have 2 frontend and a backend server
Thanks,
Hai
I have just similar kind of error. I can't find lost ID either. Did you find solution for this?
Page editing works just fine, but public side of page does not work.
My collague actually found solution to this error. Error was not in page properties like I assumed. Error was in dynamic properties.
In dynamic properties there was a link to the content area. In this content area there was link to page which was moved to recycle bin. There was only empty link tag which caused a troubles.
If you got this kind of error message check out your dynamic properties really deeply and carefully!
Hi,
We recently get a strange error message on our production. It seems that something went wrong with one of our Initialize modules. We have tried to reproduce the issue in development environment but we did not have any errors like that. Below is the stactrace. Is anyone have any ideas about this:
Thank you very much!
Hai