Error/blog/blogdisable
From Learnit docs
This error is shown when someone attempts to view a blog but either the scope is incorrect or the blogging system is disabled.
If the blog system is required:
- navigate to /admin/settings.php?section=blog
- change bloglevel to "All site users can see all blog entries"
To allow guest/public access to view blogs:
- navigate to /admin/settings.php?section=blog
- change bloglevel to "The world can read entries set to be world-accessible"
- blog posts should then be marked as "Anyone in the world"
More information is available here: https://docs.moodle.org/dev/Blog_2.0