Management Blogs 6.1 - Blog items not showing in Activity Feed Follow
Management Blogs 6.1 introduced a bug in the module.config that causes Management Blog items to not show up in Activity Feeds.
Customers with this error will see the following error in their log files:
<LogEntry>
<LogType>Error</LogType>
<Timestamp>2018-05-16 12:08:39-04:00</Timestamp>
<UserID>00000000-0000-0000-0000-000000000000</UserID>
<Message><![CDATA[Error while loading a Service for the module, 'Management Blogs.']]></Message>
<Exception>
<
]]></Exception>
</LogEntry>
This issue can be fixed in the module.config.
Find the line below:
<Service Name="BlogFeed" Type="Passageways.Modules.Blog.BlogFeed, Passageways.Modules.Blog" />
and replace it with the following line:
<Service Name="BlogFeed" Type="Passageways.Modules.ManagementBlog.BlogFeed, Passageways.Modules.ManagementBlog" />
Comments
0 comments
Please sign in to leave a comment.