Hi,
I am getting the following error message: Could not load type 'DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FCKImageGallery'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="fcklinkgallery.aspx.vb" Inherits="DotNetNuke.HtmlEditor.FckHtmlEditorProvider.fcklinkgallery" %> Line 2: <%@ Register TagPrefix="Portal" TagName="URL" Src="~/controls/URLControl.ascx" %>
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
Source File: /Providers/HtmlEditorProviders/Fck/fcklinkgallery.aspx Line: 1
Before anyone says anything, yes, I have moved DotNetNuke.FckHtmlEditorProvider.dll from the \bin\providers directory up one level to the \bin directory and I see no effect. I am running v5.0.0 of DNN, and have tried to apply the latest version of the FCKHTML module, but I get install errors (see below).
Is there anyway for me to manually remove FCKHTML and load it to insure that all the files are correct? When I try to upload the FckHtmlProvider_2.00.03_Install.zip I just downloaded, I get the follwing issues:
1) Error message: This package does not have a manifest. Old Skins and Containers do not contain manifests. If this is a legacy Skin or Container Package please check the check box below and reupload the package.
2) Choosing None, reselecting the file and clicking Next gets me the same error as above.
3) Choosing Skin or Container gets me:
Error loading files from temporary folder - see below |
StartJob |
Starting Installation |
Info |
Starting Installation - FckHtmlEditorProvider_02.00.03_Install-Container |
Info |
Starting Installation - Assembly |
Info |
Assembly already registered - Bin\DotNetNuke.FckHtmlEditorProvider.dll |
Info |
Component installed successfully - Assembly |
Info |
Starting Installation - Container |
Info |
Skin Package Registered successfully - FckHtmlEditorProvider_02.00.03_Install |
Failure |
File extension not allowed - providers\htmleditorproviders\fck\app_localresources\FckHtmlEditorOptions.aspx.resx |
StartJob |
Begin Processing of Skin Files |
Failure |
ExceptionSystem.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\web\fremontcoun\htdocs\Portals\0\Containers\FckHtmlEditorProvider_02.00.03_Install\providers\htmleditorproviders\fck\fckeditor\editor\css\fck_editorarea.css'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) at System.IO.StreamReader..ctor(String path) at DotNetNuke.UI.Skins.SkinFileProcessor.SkinFile.Read(String FileName) at DotNetNuke.UI.Skins.SkinFileProcessor.SkinFile..ctor(String SkinRoot, String FileName, XmlDocument SkinAttributes) at DotNetNuke.UI.Skins.SkinFileProcessor.ProcessFile(String FileName, SkinParser ParseOption) at DotNetNuke.Services.Installer.Installers.SkinInstaller.Install() |
Failure |
Installation Failed - Container |
Info |
Rolling back component install - Assembly |
Info |
Assembly in use by another package - Bin\DotNetNuke.FckHtmlEditorProvider.dll |
Info |
Component rolled back successfully - Assembly |
Info |
Installation Failed - FckHtmlEditorProvider_02.00.03_Install-Container |
Info |
Deleted temporary install folder |
EndJob |
Installation Failed |
|
Please help! At this point, I am out of ideas, out of creative searches, and can't link to any internal resources which leaves my work dead in the water!
Alain