Html content

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.
3/30/2006 9:15:09 AM
Gravatar
Total Posts 23

Html content

I'm trying to port my site (based on Mojo 1.0) to Mojo 2.0.1 but I have a problem: in each Html module the Html content is not parsed and I view only the page source as plain text.
3/30/2006 9:20:20 AM
Gravatar
Total Posts 18439

Re: Html content

Hi Francesco,

Its not that it displays plain text, its that we changed from previously storing content as HtmlEncoded and we were HtmlDecoding it on the way out. In the new model thhe data is stored raw, so the problem is really that your existing data is stored encoded and needs to be de-coded to clean it up. There is a new utility to help do that. After you login to your site as admin, go to siteroot/Admin/dbUtils.aspx and you will see the utility with instructions. Let me know if you have any difficulty with it.

2.0.1 has not been released yet but will be released this weekend so I'm assuming you are working with the latest svn code?

Cheers,

Joe
3/31/2006 4:59:16 AM
Gravatar
Total Posts 23

Re: Html content

Hi Joe.

Yes, I'm using the latest svn code.
Thank's for the tip and for your work.

Ciao

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