possible deleted disqus issue

blindmime
@blindmime
10 years ago
772 posts
After deleting the disqus module I'm seeing this on my detail pages:

"We were unable to load Disqus. If you are a moderator please see our troubleshooting guide."

I only have the standard template code bringing in the item elements:

 {* bring in module features *}
        {jrCore_item_detail_features module="jrYouTube" item=$item}

It shows on blog detail pages as well. (assuming all detail pages where jrCore_item_detail_features is contained.
updated by @blindmime: 06/20/15 08:38:41PM
paul
@paul
10 years ago
4,335 posts
I'm guessing that when the module is deleted its config settings are left behind and the templates are checking these and not the actual presence of the module. We'll check this out - Thanks.


--
Paul Asher - JR Developer and System Import Specialist
brian
@brian
10 years ago
10,149 posts
I'm checking this out...


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
10 years ago
10,149 posts
Make sure and reset caches - the jrCore_item_detail_features template function ensures the module is active - if you have removed the module it will no longer be in the module table and thus won't be found as active.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags