Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Language and In...Language and In...Problem with Russian language.Problem with Russian language.
Previous
 
Next
New Post
12/18/2008 5:33 AM
 

Hello.

Well, my problem scenario sounds like that:

1. Successful install fresh DNN portal 4.09.00
2. Download ResourcePack.FullByAAS.04.08.01.ru-RU  and install it.
3. Download and install polish language pack also (so at last I got 3 languages in portal EN, RU and PL)
4. Im successful switch default language for portal to RU (everything works fine, position in menu are property displayed in russian lang).
5. Im adding new Page....

  • copy and paste title from google translator (cuz i dont knwo russian lang)
  • change permissions
  • accept changes

6. To this point everything works fine. All content is displayed property.
7. Now Im chosing settings (page) from top left corner of site (Page Functions). This is moment where I got a problem.
When I would like Update change... Im having this error:

A critical error has occurred.
Page cannot be null. Please ensure that this operation is being performed in the context of an ASP.NET request.

 

A strory of this error (and tryed solutions)

* First i need to mention that this problem is occured (for this time) on Windows Server 2008 64bit (English version) + MSSQL 2005 Enterprice + IIS7.0
* On my local system Vista 32bit polish language at default +MSSQL 2005 + IIS7.0 is working fine....no error.
* On my website is working fine in some good hosting in poland... no error.

* Each MSSQL database Collation is set on Polish_CI_AS.


* When i got 3 portals one main (pl) and 2 children (en and ru).
I have another error displayed in messagebox (first one was displayed in conted of page).
Ofc on the same situaction described above.
Error like:
Sys.Webforms.PageRequestManagerServerErrorExeption: An unknow error occurred while
processing the request on the server. The status code returned from the server was: 500

My suspections

I think problem may be with:

  • default language of system.(in progress of checking it).
  • 64bit architecture of WinServ 2008 (in progress of checking it).
  • IIS7.0 (but all settings looks the same everywhere).
  • DNN issue (hops not :/) cuz  occurred error is rly 'small'

Well.... I hope someone could help me.

 

 

 
New Post
12/18/2008 6:11 AM
 

DotNetNuke is expecting general latin case insensitve collation for the database, a different might cause issues.

I haven't tried with IE64 yet, but there have been no issues reported by others.

are you running IIS 7 app ppool in clasic or integrated (pipeline) mode?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/18/2008 7:28 AM
 

Thanks for reply.

DotNetNuke is expecting general latin case insensitve collation for the database, a different might cause issues.

Well, instead of a lot of problem I will get by this change (cuz time to time,  I need import some tables from other dbs in POLISH_CI_AS collation)

I changed it. But  supose, it may need reinstall fresh DNN (whoot I will do). Anyway I sow in Sql Server Profiler so more info about occurred error:

<LogProperties><LogProperty><PropertyName>AssemblyVersion</PropertyName><PropertyValue>04.09.00</PropertyValue></LogProperty><LogProperty>
<PropertyName>PortalID</PropertyName><PropertyValue>0</PropertyValue></LogProperty><LogProperty><PropertyName>PortalName</PropertyName>
<PropertyValue>Polcar</PropertyValue></LogProperty><LogProperty><PropertyName>UserID</PropertyName><PropertyValue>1</PropertyValue>
</LogProperty><LogProperty><PropertyName>UserName</PropertyName><PropertyValue>host</PropertyValue></LogProperty><LogProperty>
<PropertyName>ActiveTabID</PropertyName><PropertyValue>55</PropertyValue></LogProperty><LogProperty>
<PropertyName>ActiveTabName</PropertyName><PropertyValue>Home</PropertyValue></LogProperty><LogProperty>
<PropertyName>RawURL</PropertyName
><PropertyValue>/default.aspx????????/tabid/58/ctl/Tab/action/edit/Default.aspx</PropertyValue>
</LogProperty><LogProperty><PropertyName>AbsoluteURL</PropertyName><PropertyValue>/default.aspx</PropertyValue></LogProperty>
<LogProperty><PropertyName>AbsoluteURLReferrer</PropertyName><PropertyValue>http://10.10.3.24/%D0%BA%D0%B0%D1%81%D0%B0%D1%82%D1%8C%D1%81%D1%8F/tabid/58/ctl/Tab/action/edit/Default.aspx</PropertyValue></LogProperty><LogProperty>
<PropertyName>UserAgent</PropertyName><PropertyValue>Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618)</PropertyValue></LogProperty><LogProperty><PropertyName>DefaultDataProvider</PropertyName><PropertyValue>DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider</PropertyValue></LogProperty><LogProperty><PropertyName>ExceptionGUID</PropertyName><PropertyValue>44004fca-e6ff-4abf-bd17-ac59c6a9ab6f</PropertyValue></LogProperty><LogProperty><PropertyName>InnerException</PropertyName><PropertyValue>Page cannot be null. Please ensure that this operation is being performed in the context of an ASP.NET request.</PropertyValue></LogProperty><LogProperty><PropertyName>FileName</PropertyName><PropertyValue /></LogProperty><LogProperty>
<PropertyName>FileLineNumber</PropertyName><PropertyValue>0</PropertyValue></LogProperty><LogProperty>
<PropertyName>FileColumnNumber</PropertyName><PropertyValue>0</PropertyValue></LogProperty><LogProperty>
<PropertyName>Method</PropertyName><PropertyValue>System.Web.UI.ScriptManager.get_IPage</PropertyValue>
</LogProperty><LogProperty><PropertyName>StackTrace</PropertyName><PropertyValue /></LogProperty>
<LogProperty><PropertyName>Message</PropertyName><PropertyValue>

DotNetNuke.Services.Exceptions.PageLoadException: Page cannot be null. Please ensure that this operation is being performed in the context of an ASP.NET request. ---&gt; System.InvalidOperationException: Page cannot be null. Please ensure that this operation is being performed in the context of an ASP.NET request.
   at System.Web.UI.ScriptManager.get_IPage()
   at System.Web.UI.PageRequestManager.RenderPageCallback(HtmlTextWriter writer, Control pageControl)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.UI.Page.Render(HtmlTextWriter writer)
   at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   --- End of inner exception stack trace ---</PropertyValue></LogProperty><LogProperty><PropertyName>Source</PropertyName><PropertyValue /></LogProperty></LogProperties>

are you running IIS 7 app ppool in clasic or integrated (pipeline) mode?

Im using Integrated (by default?)

 
New Post
12/18/2008 8:06 AM
 

are you using special characters in page or domain names? does the same happen with ASCII characters only URLs as well?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/18/2008 8:59 AM
 

Domain names're without any special characters.

Pages include special characters. Well, when url dont have special chars (mostly cuz of page name) there is no problem (few looks) . I cant check whoot would happend if  special chars will be in url in other (than from page name) way. But it only(from this trio: pl,en,ru)  happened with Russian language. With polish special letters like "ąćłź" it's running fine.

Im in progress of checking all configuration..... of windows ect (tired like hell).

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Language and In...Language and In...Problem with Russian language.Problem with Russian language.


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out