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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...major issuesmajor issues
Previous
 
Next
New Post
9/15/2006 11:33 AM
 

Hi Guys

ever since i uograded from 3.2.2 to this versioni keep getting this error whenever I try to edit text/HTML modules, i hit the refresh the page then I can edit the contents of the module using the edit text

just recently I have not been able to insert pictures into the contents of the module

any one got any suggestions

thanks
Pat

Server Error in '/' Application.
Runtime Error

AssemblyVersion: 03.03.04
PortalID: 26
PortalName: Portal name UserID: 1
UserName: host
ActiveTabID: 772
ActiveTabName: Car 2
RawURL: /childsitename/InStock/Car2/tabid/772/ctl/Edit/mid/1372/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.domain.co.uk/childsitename/InStock/Car2/tabid/772/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; {2AE93AC9-ADDB-AD54-2066-9D309DF7614A}; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: e7201921-5bee-4a52-b5cb-43ef9934a377
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: FreeTextBoxControls.Support.ResourceManager.LoadResource
StackTrace:
Message: System.Exception: Unhandled Error: ---> DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at FreeTextBoxControls.Support.ResourceManager.LoadResource(Hashtable target, String language, String cacheKey) at FreeTextBoxControls.Support.ResourceManager.GetResources() at FreeTextBoxControls.Support.ResourceManager.GetString(String name) at FreeTextBoxControls.Support.Helper.PopulateDefaultDropDownList(ToolbarDropDownList toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager resourceManager) at FreeTextBoxControls.FreeTextBox.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack trace --- 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 ---
Source:
Server Name: DEDI415

 
New Post
10/12/2006 12:26 PM
 

This is caused by Visual Studio (helpfully!!) adding modifying the web.config file like this when you press the F5 - build key:

<htmlEditor defaultProvider="Ftb3HtmlEditorProvider">

<providers>

<clear />

by adding the above <clear> node. Make sure your web.config looks like this:

<htmlEditor defaultProvider="Ftb3HtmlEditorProvider">

<providers>

<!--

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="" />

</providers>

Iain

 
New Post
10/12/2006 3:48 PM
 

Iain
Thanks for that have checked webconfig it has that in already
I'm at my wit end with this

having to move all clients over to 4.3.4 as a way to help resolve this issue
not the best way to do it but damage limitation
cheers

Pat

 
New Post
10/13/2006 11:30 AM
 

Pat,

I've still got problems. Maybe it has to do with running it locally?? Its a realy intermittant problem with the built in HTML editor. I've tried using a different HTML editor from Telerik that seems to be a lot more stable. However, its not cheap but very good and configurable.

There are special instructions on how to install it for DNN but they are very clear.

See http://www.telerik.com/products/aspnet/controls/editor/overview.aspx

Iain

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...major issuesmajor issues


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