no page is found after upgrade

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
12/31/2010 5:41:20 AM
Gravatar
Total Posts 192

no page is found after upgrade

after and upgrade from mojoportal 2.3.3.0 to 2.3.6.0

no page is found.

pages were all unicode-named. (persian)

in url manager page, one of old redirects is:

http://site/%d8%ae%d8%a7%d9%86%d9%87.aspx

to

http://site/Default.aspx?pageid=0

 

the page originally was http://site/خانه.aspx

but is now shown as http://site/%d8%ae%d8%a7%d9%86%d9%87.aspx

by editing the url redirect to redirect to the page originally was http://site/خانه.aspx page is shown now.

is it a resolved bug already,

or I will have to correct all redirects after each setup run?

12/31/2010 6:29:10 AM
Gravatar
Total Posts 550

Re: no page is found after upgrade

Hi,

This setting in user/web.config may solve it.

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

Hope Helps,

Asad

12/31/2010 6:32:01 AM
Gravatar
Total Posts 18439

Re: no page is found after upgrade

That setting might fix it but I think it would need to be "false" since it looks like it is encoding the urls in that old version of mojoPortal, so setting it false may turn that off and let the url be as it was.

Hope it helps,

Joe

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