/Admin/ServerLog.aspx encoding error

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.
9/6/2007 10:34:16 AM
Gravatar
Total Posts 488

/Admin/ServerLog.aspx encoding error

When there are non-english letters in the web site log, /Admin/ServerLog.aspx page dispays them incorrect.

9/6/2007 11:49:41 AM
Gravatar
Total Posts 18439

Re: /Admin/ServerLog.aspx encoding error

I'm opening the file with UTF8 which I thought should handle the characters.

If you open the log file with a text editor does it look right?

Can you try adding this seeting in your log4net.config file under the RollingLogFileAppender

<ecoding value="utf-8" />

Joe

9/6/2007 12:01:36 PM
Gravatar
Total Posts 488

Re: /Admin/ServerLog.aspx encoding error

Notepad shows it correctly.

Adding "<encoding value="utf-8" />" helped, thanks. Will you apply this to svn?

9/6/2007 12:06:35 PM
Gravatar
Total Posts 18439

Re: /Admin/ServerLog.aspx encoding error

Yes will do.

Thanks!

Joe

9/20/2007 10:23:47 AM
Gravatar
Total Posts 18439

Re: /Admin/ServerLog.aspx encoding error

Fixed. Thanks, didn't realize I made a typo error when adding this.

Joe

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