Register   Login
     
  Latest Posts  
RE: My customizations to EditAlbum.ascx.vb... threaded sync, memory leak fix, other bug fixes
by markjjordan on 11/20/2008 4:58 PM
multi language site
by Tiram on 11/20/2008 4:43 PM
Download Module
by MarkSensei on 11/20/2008 4:05 PM
RE: Remove Kick it! | DZone it! | del.icio.us, etc
by burnt on 11/20/2008 3:46 PM
RE: Remove Kick it! | DZone it! | del.icio.us, etc
by jcochran on 11/20/2008 3:42 PM
RE: Reproducible Bug
by jcochran on 11/20/2008 3:39 PM
RE: File Links in feeds
by jhoelz on 11/20/2008 3:30 PM
File Links in feeds
by jhoelz on 11/20/2008 3:15 PM
RE: Select Files button not working
by bmlynn on 11/20/2008 2:54 PM
RE: Select Files button not working
by jhughes on 11/20/2008 2:36 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:12441


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:12441


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