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

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorFCKEditor Parse Error after FCKEditor UpgradeFCKEditor Parse Error after FCKEditor Upgrade
Previous
 
Next
New Post
4/28/2009 7:13 AM
 

Hi, I have a portal on DNN 4.08 and upgraded to the latest version of the FCKEditor.  Since carrying out this upgrade however, I get the following error message each time I try to edit the text in ANY text box on the site:

Error Loading "Providers/HtmlEditorProviders/Fck/FckStyles.aspx?tabid=98"

Looking at the Event under the dashed line below, it seems that the type,  'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FCKStylesGenerator' cannot be loaded.

The editor will also no longer allow me to add images to any text module - when I click on the "browse" button the following error is displayed:

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

------------------------------------------------------------------------------------------------------------------------

AssemblyVersion: 04.08.00
PortalID: 1
PortalName: Movilla Presbyterian
UserID: 2
UserName: admin
ActiveTabID: 85
ActiveTabName: Home
RawURL: /Providers/HtmlEditorProviders/Fck/FCKStyles.aspx?tabid=85
AbsoluteURL: /Providers/HtmlEditorProviders/Fck/FCKStyles.aspx
AbsoluteURLReferrer: http://www.movillapresb95.org/Providers/HtmlEditorProviders/Fck/fckeditor/editor/fckeditor.html?InstanceName=dnn_ctr535_EditHTML_teContent_teContent&Toolbar=DNNDefault
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 2af62c3a-2ea2-44d7-bec4-c60b325edbc2
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.TemplateParser.GetType
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpParseException: Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FCKStylesGenerator'. ---> System.Web.HttpParseException: Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FCKStylesGenerator'. ---> System.Web.HttpException: Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FCKStylesGenerator'. 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) --- 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) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseReader(StreamReader reader, VirtualPath virtualPath) 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.UI.TemplateParser.Parse(ICollection referencedAssemblies, VirtualPath virtualPath) 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.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Source:
Server Name: OLYMPIC

 
New Post
4/28/2009 8:01 AM
 

It looks like your portal has not sucessfully been upgrades, version stated still reports DNN 4.8.0. Maybe you did not unzip files in the package hierarchically, overwriting all exisiting files. Please check your upgrade procedure.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
4/28/2009 4:49 PM
 

Thanks Sebastian.  The wording of my post possibly confused you... I did not upgrade DNN, but the version of FckEditor.  I was hoping to get advice on how to reconfigure/reinstall the FckEditor correctly in order to clear the problem. 

Cheers

Dave

 
New Post
4/28/2009 5:26 PM
 

oops, sorry.

did you follow installation instructions and place .dll in /bin subfolder of DNN web site folder?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
4/29/2009 5:17 AM
 

Yeah, I followed the "How to Install FckEditor" Video on dnncreative.com.  This included copying the .dll across, along with an updated file structure (I think the problem lies here), and an update to the web.config file.  By the way, I didn't put in place a backout plan before I started  :-(     I know, I know... Stupid is my middle name!

Best Regards

Dave

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorFCKEditor Parse Error after FCKEditor UpgradeFCKEditor Parse Error after FCKEditor Upgrade


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