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 ForumsFCKeditorFCKeditorInstallation ErrorInstallation Error
Previous
 
Next
New Post
6/9/2006 8:03 AM
 


In my DNN site Bin folder :-

  • FredCK.FCKeditorV2.dll  - Assembly version: 2.2.2106.29420
  • DotNetNuke.FckHtmlEditorProvider.dll - Assembly version:1.0.1.40235

All the Provider files are at  DNNWebRoot\Providers\HtmlEditorProviders\FckhtmlEditorProvider

 Site Configuration

4.0.3

SqlDataProvider

2.0.50727.42

I used Lutz Roeder' Reflector Tool on the Dotnetnuke Assembly to ensure that the 'DotNetNuke.Services.FileSystem.FolderInfo DotNetNuke.Services.FileSystem.FolderController.GetFolder(Int32, Int32)' method was in the dll file and it is.

Here is the output from the Admin Log Viewer

AssemblyVersion: 04.00.03
Method: DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckCustomEditorWrapper.LoadFCKCTLSettings
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: TMS DNN Staging server
UserID: 1
UserName: host
ActiveTabID: 75
ActiveTabName: test2
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://{changed for security}/test2/tabid/75/Default.aspx
ExceptionGUID: 0bd22cc8-6d02-47dd-861c-4e75f318b1eb
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Method not found: 'DotNetNuke.Services.FileSystem.FolderInfo DotNetNuke.Services.FileSystem.FolderController.GetFolder(Int32, Int32)'.
Message: DotNetNuke.Services.Exceptions.PageLoadException: Method not found: 'DotNetNuke.Services.FileSystem.FolderInfo DotNetNuke.Services.FileSystem.FolderController.GetFolder(Int32, Int32)'. ---> System.MissingMethodException: Method not found: 'DotNetNuke.Services.FileSystem.FolderInfo DotNetNuke.Services.FileSystem.FolderController.GetFolder(Int32, Int32)'. at DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckCustomEditorWrapper.LoadFCKCTLSettings(Boolean mAdmin) at DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckCustomEditorWrapper.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
StackTrace:
Source:
Server Name: {Changed for Security Reasons}

Not sure really what else I can confirm.

 
New Post
6/9/2006 8:13 AM
 
locopon wrote

I have a lot of DNN 4.0.2 installations with this provider and that problem was never shown.

A missing method always means that some code cannot be found (Some times it refers to a missing .dll). I will check again, but it could be useful if you can tell me if nothing was modified by you on those DNN installations or the provider package

 

The site had a custom skin, but I still get the error when resorting back to the standard Blue, Gray, Green Skins that comes with a clean installation of dotnetnuke.

There are some custom modules on the site  but I have created a new page and am using only the Text/Html Module to test the Provider.

Hope this helps

Eamonn

 

 

 
New Post
6/10/2006 6:24 PM
 

Issue 1: Major Issue

I have installed the installation packages on this project site today to my DNN 4.0.3 web site and got the same FolderInfo issue. I did not modify anything (since I actually don't know what to modify).

wedwardbeck wrote

Same here on a 4.02 and 4.03 version. 

A critical error has occurred.
Method not found: 'DotNetNuke.Services.FileSystem.FolderInfo DotNetNuke.Services.FileSystem.FolderController.GetFolder(Int32, Int32)'.

But this may have something to do with something in the code using a "../"  I get the following exception,

Message: DotNetNuke.Services.Exceptions.PageLoadException: Cannot use a leading .. to exit above the top directory. ---> System.Web.HttpException: Cannot use a leading .. to exit above the top directory. at System.Web.Util.UrlPath.ReduceVirtualPath(String path) at System.Web.Util.UrlPath.Reduce(String path) at System.Web.Util.UrlPath.Combine(String appPath, String basepath, String relative) at System.Web.HttpResponse.ApplyAppPathModifier(String virtualPath) at System.Web.UI.HtmlControls.HtmlForm.GetActionAttribute() at System.Web.UI.HtmlControls.HtmlForm.RenderAttributes(HtmlTextWriter writer) at DotNetNuke.Common.Controls.Form.RenderAttributes(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlControl.RenderBeginTag(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Page.Render(HtmlTextWriter writer) at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

Issue 2 Minor Documentation Issue:

I also noticed that the documentation may be not correct

The provider should install under Providers/HtmlEditorProviders/FckHtmlEditorProvider

but

The ZIPped folder seemes to be missing HtmlEditorProvider in its path instead it comes with the following path

Providers\FckhtmlEditorProvider

where it should have been Providers\HtmlEditorProvider\FckhtmlEditorProvider

So dragging and dropping the provider folder would not install the files in the right place. This is right?

 

 
New Post
6/10/2006 9:08 PM
 
wedwardbeck wrote

This is the package from the downloads section here.  I tried it on a 4.02 install - it has other modules added, but nothing custom/modified. 

Sorry that I cannot follow you, but at the moment there is not a release inside the dotnetnuke page for 4.0.4 or less or 3.2.2 or less

Please verify or give more details about from where are you downloading your package

The actual package can be downloaded from http://dnn.tiendaboliviana.com

 

Regards


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
6/10/2006 9:20 PM
 
manabu wrote

Issue 1: Major Issue

I have installed the installation packages on this project site today to my DNN 4.0.3 web site and got the same FolderInfo issue. I did not modify anything (since I actually don't know what to modify).

 wedwardbeck wrote

Same here on a 4.02 and 4.03 version. 

A critical error has occurred.
Method not found: 'DotNetNuke.Services.FileSystem.FolderInfo DotNetNuke.Services.FileSystem.FolderController.GetFolder(Int32, Int32)'.

But this may have something to do with something in the code using a "../"  I get the following exception,

Message: DotNetNuke.Services.Exceptions.PageLoadException: Cannot use a leading .. to exit above the top directory. ---> System.Web.HttpException: Cannot use a leading .. to exit above the top directory. at System.Web.Util.UrlPath.ReduceVirtualPath(String path) at System.Web.Util.UrlPath.Reduce(String path) at System.Web.Util.UrlPath.Combine(String appPath, String basepath, String relative) at System.Web.HttpResponse.ApplyAppPathModifier(String virtualPath) at System.Web.UI.HtmlControls.HtmlForm.GetActionAttribute() at System.Web.UI.HtmlControls.HtmlForm.RenderAttributes(HtmlTextWriter writer) at DotNetNuke.Common.Controls.Form.RenderAttributes(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlControl.RenderBeginTag(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Page.Render(HtmlTextWriter writer) at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

Issue 2 Minor Documentation Issue:

I also noticed that the documentation may be not correct

The provider should install under Providers/HtmlEditorProviders/FckHtmlEditorProvider

but

The ZIPped folder seemes to be missing HtmlEditorProvider in its path instead it comes with the following path

Providers\FckhtmlEditorProvider

where it should have been Providers\HtmlEditorProvider\FckhtmlEditorProvider

So dragging and dropping the provider folder would not install the files in the right place. This is right?

 

Please be sure you are not using the test release for the new release or DNN on your 3.2.2 or 4.0.3 or less


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorInstallation ErrorInstallation Error


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