FCK Editor Image Gallery Error DNN 5
Last Post 03/28/2009 11:12 AM by Dan Whitacre. 2 Replies.
Author Messages
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
01/14/2009 8:57 AM  
Hello,

If you are attempting to use images in the FCK Editor in DNN 5.0.0 you will receive an error.

This solution was provided by sebastian leupold:

After installing DNN 5.0.0, copy dotnetnuke.fckeditorhtmlprovider.dll from /bin/provider folder to /bin folder. This will be solved in DNN 5.0.1
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Dan Whitacre
Nuke Ace
Nuke Ace
Posts:45


--
03/28/2009 10:55 AM  
Is this the error that is fixed in DNN 5.0 with the posted solution? 

Server Error in '/content' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fckimagegallery'.

Source Error:

Line 1:  <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="fckimagegallery.aspx.vb" Inherits="DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fckimagegallery" %>Line 2:  
Line 3:  http://www.w3.org/TR/xhtml1/DTD/xht...tional.dtd">

Source File: /content/Providers/HtmlEditorProviders/Fck/fckimagegallery.aspx    Line: 1


Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074
<!-- [HttpException]: Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fckimagegallery'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError) at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly) at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData) [HttpParseException]: Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fckimagegallery'. 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) [HttpParseException]: Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fckimagegallery'. 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.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) -->
Dan Whitacre
Nuke Ace
Nuke Ace
Posts:45


--
03/28/2009 11:12 AM  

It must be the fix, because this worked perfectly!

Thanks again,

d



---