Hello, a Turkish friend asked me about a specific FCK Editor error. He installed latest (DotNetNuke 4.5.3 Core Turkish Language pack (can be found at www.mikroproje.com/DotNetNuke/DilPaketleri.aspx) and selected Turkish locale from locale selector. After trying to add some content or editing existing one, he clicks Insert/Edit Image (Resim Ekle/Düzenle) then clicks on Browse Server (Sunucuyu Gez) buttons and receives following error:
Gallery type not implemented
No problem with default en-US Locale.
I have simulated this issue on my local installation and i can confirm this issue:
Here is my log entry located at Admin > Event Viewer
AssemblyVersion: 04.05.03
PortalID: 0
PortalName: DNN 453
UserID: 1
UserName: host
ActiveTabID: 36
ActiveTabName: Home
RawURL: /dnn453/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx?FCKTheme=Default&Type=Image&tabid=36&RootFolder=/Portals/0/&CurrentFolder=/
AbsoluteURL: /dnn453/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 5df6af08-6fd0-4c7d-b786-57ef509bbc95
InnerException: Gallery type not implemented
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FCKImageGallery.Page_Load
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Gallery type not implemented ---> System.Exception: Gallery type not implemented at DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FCKImageGallery.Page_Load(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: Mikroproje.com
Do you have any suggestions? Should i report it to Gemini? I don't think this is a permission issue. I think special Turkish characters may cause the problem. Following link contains some useful ASCII codes for Turkish Locale.
http://webdesign.about.com/od/localization/l/blhtmlcodes-tr.htm
Thanks in advance.