Can't add blogs anymore

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
11/26/2009 3:40:34 PM
Gravatar
Total Posts 12

Can't add blogs anymore

  • Windows
  • SQL 2008
  • 2.3.3.0 MSSQL

The system blocks me every time i try to add new blogs. I am using unicode characters in subject and body text.

2009-11-26 21:32:10,614 INFO mojoPortal.Web.BannedIPBlockingHttpModule - BannedIPBlockingHttpModule blocked request from banned ip address xx.xx.xx.xx

11/26/2009 3:43:48 PM
Gravatar
Total Posts 12

Re: Can't add blogs anymore

I should have wrote 'blog posts' not blogs*

11/26/2009 4:09:25 PM
Gravatar
Total Posts 18439

Re: Can't add blogs anymore

Hi,

If you are using non-ascii urls you may need to add a config setting because of changes in this release. See this document:

http://www.mojoportal.com/non-ascii-urls.aspx

It sounds like maybe encoding the url made it too long and if it throws a path too long exception it may ban the ip because it seems like a malicious url.

What you can do is comment out the banned ip module from Web.config to disable the banned ip module. Then go into Administration > Advanced Tools Banned IP Address and delete your ip from the list.

Hope it helps,

Joe

11/27/2009 5:21:53 PM
Gravatar
Total Posts 12

Re: Can't add blogs anymore

Thanks Joe. That solved the problem

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