Multilingual or multisites problem after upgrade

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.
8/15/2012 6:23:08 AM
dmo
Gravatar
Total Posts 20

Multilingual or multisites problem after upgrade

Hi,

After upgrading from a really old version (the last that supported mono) to the last now 2.3.9.0, I can't get working multisite with folders and multilingual.

Now it's hosted in full trust on Windows 2008 Server R2. Using Sqlite. Dotnet 3.5

I've read and applied all doc on theses proposes, but this is the problem :

When I switch site, the request is done but nothing changes. I don't see errors in log.

I recreated folder mapping with no success.

In user.config I have :

    <add key="UseRelatedSiteMode" value="true"/>
<add key="UseFoldersInsteadOfHostnamesForMultipleSites" value="true"/>
<add key="UseCultureOverride" value="true"/>
<add key="site1culture" value="fr-FR" />
<add key="site2culture" value="en-US" />
<add key="site3culture" value="it-IT" />
<add key="site4culture" value="es-ES" />
<add key="site5culture" value="de-DE" />

Globalization key in web.config is by default auto fallback english.

Can someone help me please ?

8/15/2012 7:01:20 AM
Gravatar
Total Posts 18439

Re: Multilingual or multisites problem after upgrade

Hi,

Try adding this in user.config:

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

Then touch web.config to make it reload the settings.

That should solve it.

Best,

Joe

8/15/2012 7:14:39 AM
dmo
Gravatar
Total Posts 20

Re: Multilingual or multisites problem after upgrade

Thanks a lot Joe ! I was searching from a long time.

That seems so easy for you !

That solved it as you predicted.

Michel.

 

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