Register   Login
     
  Latest Posts  
RE: Ratings button appears to anonymous users
by WillJean on 11/20/2008 4:11 AM
Need a tutorial and simple sample to develop token-based module
by nmduc073 on 11/20/2008 3:53 AM
Start on Listing Screen
by jjjansen on 11/20/2008 3:34 AM
RE: Ratings button appears to anonymous users
by smcculloch on 11/20/2008 1:19 AM
RE: Ratings button appears to anonymous users
by WillJean on 11/20/2008 1:04 AM
RE: Is the Archive module an archive or an index?
by Betacam on 11/19/2008 10:34 PM
RE: One latest for a few categories
by aviavia on 11/19/2008 9:35 PM
RE: One latest for a few categories
by aviavia on 11/19/2008 9:30 PM
RE: Ventrian systems .... one men show
by smcculloch on 11/19/2008 9:26 PM
RE: One latest for a few categories
by smcculloch on 11/19/2008 9:26 PM
  Forums  
Subject: Hebrew Problem as well.
Prev Next
You are not authorized to post a reply.

Author Messages
avi aUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:650

2/27/2007 6:34 AM  
Hi!
I just did it yesterday and I thought it is fine. Just now i realised that there is a problem with hebrew urls.
Also I got that exception in the host page:
Error: Host Settings is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: D:\WebRoot\Domains\ebizarticles.info\wwwroot\admin\Host\FriendlyUrls.ascx.vb(229): error BC30456: 'SaveConfig' is not a member of 'DotNetNuke.HttpModules.Config.RewriterConfiguration'. ---> System.Exception:

 D:\WebRoot\Domains\ebizarticles.info\wwwroot\admin\Host\FriendlyUrls.ascx.vb(229): error BC30456: 'SaveConfig' is not a member of 'DotNetNuke.HttpModules.Config.RewriterConfiguration'. ---> System.Web.HttpCompileException: D:\WebRoot\Domains\ebizarticles.info\wwwroot\admin\Host\FriendlyUrls.ascx.vb(229): error BC30456: 'SaveConfig' is not a member of 'DotNetNuke.HttpModules.Config.RewriterConfiguration'. at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.BaseTemplateParser.GetReferencedType(VirtualPath virtualPath, Boolean allowNoCompile) at System.Web.UI.BaseTemplateParser.GetUserControlType(VirtualPath virtualPath) at System.Web.UI.MainTagNameToTypeMapper.ProcessUserControlRegistration(UserControlRegisterEntry ucRegisterEntry) at System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---


So I've moved it.

Avi A
Nukedesigners.com W3C valid skins for dotnetnuke
avi aUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:650

2/27/2007 6:36 AM  
But I steel get that exception. (hebrew site is fine).

Avi A
Nukedesigners.com W3C valid skins for dotnetnuke
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12435


2/28/2007 5:54 AM  
That exception is caused by you not having the correct provider.

Did you download the correct one? There are different ones for different versions because the base API had changed.

Scott McCulloch
Site Administrator
avi aUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:650

3/16/2007 2:27 PM  
I was trying it once again.
the URL looks like that:
http://www.astrosigal.com/%D7%A2%D7%9E%D7%95%D7%93%D7%94%D7%91%D7%99%D7%AA.aspx

And inside the page I get:

"The system cannot find the file specified."

Same exception as above on the host page.
(With the English sites it works 100% O.k.)

in the web config I have changed (long time ago because of core forum Hebrew bug I had) to :
includePageName="false"

Maybe that's the problem?

Avi A
Nukedesigners.com W3C valid skins for dotnetnuke
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12435


3/16/2007 2:30 PM  
Yes, it won't work in hebrew at all.

There is a config change to ignore the TabPath when forming the URL, i would suggest you use that. You won't be able to use friendly URLs with hebrew characters.

Scott McCulloch
Site Administrator
avi aUser is Offline
Gold Membership
Nuke Master
Nuke Master
Posts:650

3/16/2007 3:12 PM  
"Human friendly" will work without friendly URl enable and if Ichange "includePageName="false"" back to "true"?

Avi A
Nukedesigners.com W3C valid skins for dotnetnuke
You are not authorized to post a reply.
Forums > Projects > Friendly Urls > Hebrew Problem as well.



ActiveForums 3.7