Cannot view forum posts on {instance}.service-now.com/community.DescriptionCommunity forum posts are not visible to any user, including admins, why?CauseThe root cause of this issue was that the user had a custom implementation for the "CommunityContentDao" Script Include (SI) named "StarkIndustriesCommunityContentDao" which was using the releaseLock function of the "CommunityGlobalUtilSNC" SI.ResolutionAs a reference, it was suggested that the user take a look at the "CommunityContentDao" SI, and resolve their customization issues.It was also suggested that the resolution to the customization also be applied to the following methods if used anywhere else in the customizations: releaseLock()addLock() You can use the following methods in place of the above methods to achieve the same functionality (refer to CommunityContentDao, CommunityFeedbackDao, CommunityContentImpl for usage, respectively): commentPosted()feedbackPosted()contentVisited()updateAutoSysFields()