Multiple Sites Based on Folder Names - Strange behaviour

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
3/30/2012 8:57:03 AM
Gravatar
Total Posts 21
Silviuz

Multiple Sites Based on Folder Names - Strange behaviour

Hello Everybody,

i'm using the current version 2.3.8.1. and setted up a "Multiple Sites Based on Folder Names" environment and everything works fine except one thing.

I have used multiple sites to have 5 different language on my website, created my folders (en, fr, de, es) but - i really don't know why - in site list i can't see the english site.

The Italian language is the default one. Then i have English, French, German, Spanish.

French, German, Spanish are in the list...English not.

Why??

3/30/2012 10:07:53 AM
Gravatar
Total Posts 21
Silviuz

Re: Multiple Sites Based on Folder Names - Strange behaviour [SOLVED]

[SOLVED]

I had a look at the database table dbo.mp_sites. The field of English SiteName was empty (??why??). I simply wrote "English" in that field. Now my list is complete.

3/30/2012 10:15:08 AM
Gravatar
Total Posts 18439

Re: Multiple Sites Based on Folder Names - Strange behaviour

You may also find it helpful to add this in user.config:

<add key="ShowSiteIdInSiteList" value="true" />

Best,

Joe

3/30/2012 10:21:56 AM
Gravatar
Total Posts 21
Silviuz

Re: Multiple Sites Based on Folder Names - Strange behaviour

Thanks Joe,

Hello Joe, I added the string, but what should happen?

3/30/2012 10:27:17 AM
Gravatar
Total Posts 18439

Re: Multiple Sites Based on Folder Names - Strange behaviour

If you don't see the site in in site list then touch Web.config to make it detect that change in user.config

It will show the site id in the list so you would see it even if the site title is blank.

3/30/2012 10:40:05 AM
Gravatar
Total Posts 21
Silviuz

Re: Multiple Sites Based on Folder Names - Strange behaviour

oh, I see...I forgot to shake the web.config....now everything is ok.

I see this:

Italiano (this site)
Francese (SiteID = 3)
Inglese (SiteID = 2)
Spagnolo (SiteID = 7)
Tedesco (SiteID = 6)

Great Joe as always :-)

Thanks

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