update to 2.3.3.0

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
12/5/2009 4:48:03 PM
Gravatar
Total Posts 35
---------------- Alexei V.

update to 2.3.3.0

hi Joe, I just updated site, from 2.3.1.0  to 2.3.3.0

but, one of my blogs and some pages are not working  now.

I got this error when I open a page like that, or blog:

We're sorry but we could not find the page you are looking for. Please try the Site Map

you can see it at main menu: http://portal.aun.su/portal/

last log event says:

2009-12-06 01:40:32,470 ERROR mojoPortal.Business.WebHelpers.IndexWriterTask - System.InvalidOperationException: There is an error in XML document (195, 410). ---> System.Xml.XmlException: An error occurred while parsing EntityName. Line 195, position 410.

at System.Xml.XmlTextReaderImpl.Throw(Exception e)

at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)

at System.Xml.XmlTextReaderImpl.Throw(String res)

at System.Xml.XmlTextReaderImpl.ParseEntityName()

at System.Xml.XmlTextReaderImpl.ParseEntityReference()

at System.Xml.XmlTextReaderImpl.Read()

at System.Xml.XmlTextReader.Read()

at System.Xml.XmlReader.ReadString()

at System.Xml.XmlTextReader.ReadString()

at System.Xml.XmlReader.ReadElementString()

at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderIndexItem.Read2_IndexItem(Boolean isNullable, Boolean checkType)

at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderIndexItem.Read3_IndexItem()

--- End of inner exception stack trace ---

at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)

at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)

at mojoPortal.Business.SerializationHelper.DeserializeFromString(Type type, String serializedObject)

at mojoPortal.Business.WebHelpers.IndexWriterTask.ProcessQueue(DataTable q, String indexPath)



12/5/2009 4:52:34 PM
Gravatar
Total Posts 18439

Re: update to 2.3.3.0

Hi Alexei,

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

You need to add this to your user.config

<add key="AlwaysUrlEncode" value="false" />

Hope it helps,

Joe

12/6/2009 2:03:58 AM
Gravatar
Total Posts 35
---------------- Alexei V.

Re: update to 2.3.3.0

It worked!

thanks. :) 

russian, and other language urls, should use this configurartion options.

Cool

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