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 ForumsFCKeditorFCKeditorProblem with FCK 01.00.06 on DNN 3.2.2Problem with FCK 01.00.06 on DNN 3.2.2
Previous
 
Next
New Post
9/3/2006 7:32 PM
 

Hello

I understand from this forum that FCK Editior 01.00.06 works with DNN 3.2.2. But I am having a problem.

I have uploaded the single dll file to the bin, removing the two old FCK dll files, I FTP's the FckhtmlEditorProvider folder into the HtmlEditorProviders folder. I have edited my web.config file according th the install instructions:

<dotnetnuke>

<!-- start changed editor provider -->

<htmlEditor defaultProvider="FckHtmlEditorProvider">

<providers>

<clear />

<!--

FTB options:

============

toolbarStyle="Office2003|OfficeXP|Office2000|OfficeMac" Sets the default FTB Toolbar style

enableProFeatures="[true|false]" Pro features require a license from FreeTextBox

or you may test them with localhost only

spellCheck="[{none}|IeSpellCheck|NetSpell]" IeSpellCheck is free for non-commercial use only

NetSpell requires some integration work

-->

<add name="Ftb3HtmlEditorProvider"

type="DotNetNuke.HtmlEditor.Ftb3HtmlEditorProvider, DotNetNuke.Ftb3HtmlEditorProvider"

providerPath="~\Providers\HtmlEditorProviders\Ftb3HtmlEditorProvider\"

toolbarStyle="Office2003"

enableProFeatures="false"

spellCheck="" />

<!--

DSFCK options:

============

Documentation not ready yet

-->

<add name="FckHtmlEditorProvider"

type="DotNetNuke.HtmlEditor.FckHtmlEditorProvider.FckHtmlEditorProvider, DotNetNuke.FckHtmlEditorProvider"

providerPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/"

CustomConfigurationPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/custom/FCKConfig.js"

EnhancedSecurityDefault="false"

SecureConfigurationPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/custom/FCKConfigSecure.js"

ImageGalleryPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx"

ImageUploadPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx"

ImageAllowedFileTypes="gif,png,bmp,jpg"

FlashGalleryPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx"

FlashUploadPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fckimagegallery.aspx"

FlashAllowedFileTypes="fla,swf"

LinksGalleryPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/fcklinkgallery.aspx"

DynamicStylesGeneratorPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKStyles.aspx"

DynamicStylesCaseSensitive="true"

DynamicStylesGeneratorFilter="controlpanel|filemanager|mainmenu|wizard"

StaticStylesFile="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKeditor/fckstyles.xml"

StylesDefaultMode="Static"

DynamicCSSGeneratorPath="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKCSS.aspx"

StaticCSSFile="~/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKeditor/editor/css/fck_editorarea.css"

CSSDefaultMode="static"

spellCheck="ieSpell"

AvailableToolbarSkins="Office2003,Silver"

DefaultToolbarSkin="Office2003"

AvailableToolBarSets="DNNDefault,Default,NoGallery,Basic"

DefaultToolbarSet="DNNDefault"

DefaultImageGallerySkin="Default"

DefaultFlashGallerySkin="Default"

DefaultLinksGallerySkin="Default"

FCKDebugMode="false"

UseFCKSource="false"

OptionsOpenMode="ShowModalDialog"

CustomOptionsDialog="Admin" />

</providers>

</htmlEditor>

<!-- end changed editor provider -->

<navigationControl defaultProvider="SolpartMenuNavigationProvider">

<providers>

 

But I am unable to apply any styles and I am unable to edit any settings.  When trying to use the FCKEditor custom options page, it shows as a small box with no facility to enlarge also the whole page mostly blank except for a feq ? and : Make all toobars available for users,  Apply  Clear.     I tried clicking the available links and got an error page:
The page cannot be displayed

The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.

What must I do to get it to work on DNN 3.2.2.  Please advice.

Thanks

Lynn


www.seemalta.net
 
New Post
9/3/2006 9:17 PM
 
A screenshot can help. It is difficult to me to understand what is happening to you

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

locopon wrote
A screenshot can help. It is difficult to me to understand what is happening to you

Hello locopon

Thanks for the reply.

I have taken 3 screen shots,

1 The top section

2. the bottom section

3. the view after I click the Apply button

(BTW I have refreshed the page )

they can be viewed  here:

http://www.a2zdom.com/test/tabid/522/Default.aspx.  Or if you wish to give me youe email address I can send them to you direct.

I found that the earlier FCK Editor worked without any problem on this site. If 01.00.06 version is found to be not fully compatable with DNN 3.2.2 I can always revert back.

Thanks

 

Lynn


www.seemalta.net
 
New Post
9/3/2006 11:17 PM
 

Please check if you have some kind of messages inside your event log (DNN)

I have many sites using 3.2.2 and working fine with 01.00.06. B.T.W. FCKeditor provider 01.00.06 was compiled using DNN 3.2.2

You need to find why the page is not loading correctly.  suggest you the following tests:

1) Use the standard skins and containers for your site (While doing tests)

2) Test from another client machine.(Hope you are not using IE7)

3) There are four different ways to open the custom options dialog, so try each one.

4) Try to get more info from your DNN event log

5) Review possible IE alarms (Blocked stuff, security, etc)

Post your results here


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
9/4/2006 5:08 AM
 

Hello  locopon

I am testing using IE6 and FF results are the same.

I tried testing using standard DNN skin and container.  I was able to see all text on dialog box clearly. But although I was able to see dialog box all setting ignored. Upon clicking Apply I was taken to either "Page Cannot be Displayed" or if I was fortunate enough to get past this I was taken to another full page FCK Dialog box when clicking the Apply I was taken to "Warning page timed out"

Below are my log errors

AssemblyVersion: 03.02.02
Method: System.Web.HttpResponse.Redirect
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: a2zdom
UserID: 1
UserName: host
ActiveTabID: 522
ActiveTabName: test
AbsoluteURL: /Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKCSS.aspx
AbsoluteURLReferrer:
http://www.a2zdom.com/Providers/HtmlEditorProviders/FckHtmlEditorProvider/FCKeditor/editor/fckeditor.html?InstanceName=dnn_ctr942_EditHTML_teContent_teContent&Toolbar=DNNDefault
ExceptionGUID: 7ddbdff1-99c3-4c0e-86f1-b263d0d50990
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Unhandled Error:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: Cannot redirect after HTTP headers have been sent. at System.Web.HttpResponse.Redirect(String url, Boolean endResponse) at DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) at DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) at System.Web.UI.TemplateControl.OnError(EventArgs e) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain() at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---


Core Localization File Not Found: : /DesktopModules/HTML/App_LocalResources/.ascx.en-gb.resx

 

Thanks

Lynn

 

 


www.seemalta.net
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorProblem with FCK 01.00.06 on DNN 3.2.2Problem with FCK 01.00.06 on DNN 3.2.2


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