Error Message in DNN

Last post 05-05-2005, 10:38 AM by Adam. 5 replies.
Sort Posts: Previous Next
  •  05-05-2005, 1:32 AM 6410

    Error Message in DNN

    I receive this error message when entering the edit mode:
     
    Unhandled error loading module.
    DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.ArgumentOutOfRangeException: StartIndex cannot be less than zero. Parameter name: startIndex at System.String.Substring(Int32 startIndex, Int32 length) at DotNetNuke.HtmlEditor.CEHtmlEditorProvider.get_RootImageDirectory() at DotNetNuke.HtmlEditor.CEHtmlEditorProvider.Initialize() at DotNetNuke.UI.UserControls.TextEditor.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
     
    Can you give me any direction?
     
    This is a demo download from Tuesday May 3rd and this would be the second portal on a multi portal DNN installation if that makes a difference. Editor works perfectly on the Portal 0 and I'm running the IP license version on several multi-portal installs without any issues. THis install happens to be on another server.
     
    Thanks
  •  05-05-2005, 1:45 AM 6411 in reply to 6410

    Re: Error Message in DNN

    Update.......
     
    If I set UseDNNRootImageDirectory="true" to "false" everything works fine except I can't do that as each child site needs to use it's own folders.
  •  05-05-2005, 8:36 AM 6417 in reply to 6411

    Re: Error Message in DNN

    jack,
     
    Strange. I just made a test and didn't have the same problem.
     
    Can you send you site URL to me?
     
    I may need your admin username/password and FTP access.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  05-05-2005, 8:53 AM 6418 in reply to 6417

    Re: Error Message in DNN

    Unable to do that Adam, this is a corporate environment and the site is not available to the outside.
     
    What else do you require besides that?
     
    Here is the entire webconfig for the editor.......
     
    <dotnetnuke>
      <htmlEditor defaultProvider="CEHtmlEditorProvider">
       <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="" />
        <add name="CEHtmlEditorProvider"
            type="DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider"
            providerPath="~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\"
            UseDNNRootImageDirectory="true"
            RemoveServerNamesFromUrl="true"
            UseRelativeLinks="true"
         RenderRichDropDown="true"
         MaxHTMLLength="0"
         MaxTextLength="0"
         CustomCulture=""
         ThemeType=""
         DisableAutoFormatting="false"
         DisableClassList=""
         HelpUrl=""
         BreakElement="div"
         EditorBodyStyle="background-color:#FFFFFF; color:#000000"
         Admin_AutoConfigure = "Full"
         Admin_SecurityPolicyFile = "admin.config"
         Admin_DisableItemList = ""
         Admin_AllowPasteHtml = "true"
         Admin_EditorOnPaste  = "default"
         Admin_ReadOnly = "false"
         Admin_ShowBottomBar ="true"
         Admin_ShowHtmlMode = "false"
         Admin_ShowPreviewMode = "true" 
         Registered_AutoConfigure = "Simple"
         Registered_SecurityPolicyFile = "default.config"
         Registered_DisableItemList = ""
         Registered_AllowPasteHtml = "true"
         Registered_EditorOnPaste  = "default"
         Registered_ReadOnly = "false"
         Registered_ShowBottomBar ="true"
         Registered_ShowHtmlMode = "false"
         Registered_ShowPreviewMode = "true"         Guest_AutoConfigure = "Minimal"
         Guest_SecurityPolicyFile = "guest.config"
         Guest_DisableItemList = "Save"
         Guest_AllowPasteHtml = "true"
         Guest_EditorOnPaste  = "default"
         Guest_ReadOnly = "false"
         Guest_ShowBottomBar ="true"
         Guest_ShowHtmlMode = "true"
         Guest_ShowPreviewMode = "true"
            />
           
       </providers>  
             </htmlEditor>
  •  05-05-2005, 10:34 AM 6423 in reply to 6418

    Re: Error Message in DNN

    Adam, Problem solved. It had something to do with renaming the portal ID during creation of the new portal.
  •  05-05-2005, 10:38 AM 6424 in reply to 6423

    Re: Error Message in DNN

View as RSS news feed in XML