Acces denied while viewing Blogs

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/28/2012 1:02:46 PM
Gravatar
Total Posts 13

Acces denied while viewing Blogs

Hi,

I m using the blog module and the physical pages of of blog, under blogs

Blog/Editcategory.aspx  , Blog/Draft.aspx, Blog/EditPost.aspx , these pages shown correctly and while i m going to acces the furthur pages , the page  AccessDenied.aspx comes, and show the error of access denied.

why this happens??

New categories enter in DB while the data of blogs which i m enter in Blog/EditPost.aspx  not enter in DB.

Why?

i m giving all rites from administration. plz help me ASAP

9/28/2012 1:06:54 PM
Gravatar
Total Posts 18439

Re: Acces denied while viewing Blogs

Most likely you moved the blog to a different page after making posts, see this thread.

9/28/2012 1:18:58 PM
Gravatar
Total Posts 13

Re: Acces denied while viewing Blogs

i see the thread which u mentioned, and i also see the Administration > Advanced Tools > Url Manager , there is no entry of blog and i already told u that the blogs is not saved in DB after makiing entry in  Blog/EditPost.aspx

there is save optioned only, when i m saved it redirect to home page and nothing happens in DB, and while em going to seeing the blogview page , same access denied error comes.

9/28/2012 1:19:52 PM
Gravatar
Total Posts 13

Re: Acces denied while viewing Blogs

i see the thread which u mentioned, and i also see the Administration > Advanced Tools > Url Manager , there is no entry of blog and i already told u that the blogs is not saved in DB after makiing entry in  Blog/EditPost.aspx

there is save optioned only, when i m saved it redirect to home page and nothing happens in DB, and while em going to seeing the blogview page , same access denied error comes.

Thanx for quick reply.

9/28/2012 1:28:57 PM
Gravatar
Total Posts 18439

Re: Acces denied while viewing Blogs

Sorry but I do not know why that would happen. 

You don't mention what version, what db platform, what version of .NET, whether you are using source code or not, whether you have modified the code, whether you are forcing a specific culture

It is not a problem I can reproduce and I have no idea what is causing it therefore I'm not able to help.

If you provide steps to reproduce the problem and I'm able to produce the problem then I could help.

possibly you have some malformed markup in your skin like an extra form tag. I would try changing the skin. an extra form tag will cause form processing to fail

I don't understand how you could even have a link to blogview page if the post is not created. BlogView.aspx expects parameters pageid itemid (postID) and mid (moduleid). If those are not provided it will result in access denied.

9/28/2012 1:45:53 PM
Gravatar
Total Posts 13

Re: Acces denied while viewing Blogs

Thanx for reply, I'll come later to u with exact steps etc.

You must sign in to post in the forums. This thread is closed to new posts.