This question is in reference to Atlassian Documentation: Blog Posts Macro
When I add the macro to a Wiki page it gives me the following error:
Error rendering macro 'blog-posts' : com.atlassian.confluence.user.AuthenticatedUserThreadLocal.get()Lcom/atlassian/confluence/user/ConfluenceUser;
I have full permission rights both as an Individual and a Group (for both the Wiki Space Admin and another Group I've given permission to). I am able to add blog entries and view them, but I cannot get the blog-list macro to work. Please help!
Hi,
It could be some isssues. Have a look at this https://bitbucket.org/apurde/svg-out/issues/4/macro-rendering-error
Remove:
// check whether the user has access rights to the page ConfluenceUser confluenceUser = AuthenticatedUserThreadLocal.get(); if(!permissionManager.hasPermission(confluenceUser, Permission.VIEW, ceo)) { return "svg-out: Sorry, you do not have proper access rights to the page where the image is attached to!"; }
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.