Error Integrate cute Editor in DNN 3.2.2

Last post 04-24-2006, 3:45 PM by israz23. 6 replies.
Sort Posts: Previous Next
  •  04-24-2006, 3:42 AM 18443

    Error Integrate cute Editor in DNN 3.2.2

    Good Days 
     we have problems to integrate cute Editor in DNN3.2.2.

    We continue the steps that us indicais but on having tried to edit a document us a mistake appears. , also I attach my web.config and the screen of mistake.I wait for your response

    A greeting from SPAIN and thanks
     
     
    helpmeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
     
     
    My webconfig
     
     
     
    <configuration>
     <!-- register local configuration handlers -->
     <configSections>
      <sectionGroup name="dotnetnuke">
       <section name="data" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
       <section name="logging" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
       <section name="scheduling" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
       <section name="htmlEditor" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
       <section name="navigationControl" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
       <section name="searchIndex" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
       <section name="searchDataStore" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
       <section name="friendlyUrl" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
       <section name="caching" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
       <section name="authentication" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" />
      </sectionGroup>
      <sectionGroup name="memberrolesprototype">
       <section name="membership" type="Microsoft.ScalableHosting.Configuration.MembershipConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
       <section name="roleManager" type="Microsoft.ScalableHosting.Configuration.RolesConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
       <section name="profile" type="Microsoft.ScalableHosting.Configuration.ProfileConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
       <section name="anonymousIdentification" type="Microsoft.ScalableHosting.Configuration.AnonymousIdConfigHandler, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
      </sectionGroup>
     </configSections>
     <!-- the old connectionString setting has been deprecated and replaced with the data provider section below -->
     <appSettings>
      <add key="SiteSqlServer" value="Server=*******;Database=****;uid=****;pwd=****;" />
      <add key="MachineValidationKey" value="F9D1A2D3E1D3E2F7B3D9F90FF3965ABDAC304902" />
      <add key="MachineDecryptionKey" value="F9D1A2D3E1D3E2F7B3D9F90FF3965ABDAC304902F8D923AC" />
      <add key="MachineValidationMode" value="SHA1" />
      <add key="InstallTemplate" value="DotNetNuke.install.resources" />
      <add key="AutoUpgrade" value="true" />
      <add key="UseDnnConfig" value="true" />
      <add key="InstallMemberRole" value="true"/><!--optionally install the MemberRole scripts -->
      <add key="ShowMissingKeys" value="false" /><!-- Show missing translation keys (for development use) -->
      <add key="EnableWebFarmSupport" value="false" /><!--Set to true to enable web farm suppot.  See Web Farm Support documentation for additional configuration steps.-->
      <add key="EnableCachePersistence" value="false" /><!--Some cached items can persist an app recycle by serializing the object to disk. Set to "true" to enable this performance enhancement.-->
     </appSettings>
     <system.web>
      <!-- HttpModules for Common Functionality -->
      <httpModules>
       <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" />
       <add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception" />
       <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
       <add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" />
       <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnlineModule, DotNetNuke.HttpModules.UsersOnline" />
       <add name="ProfilePrototype" type="Microsoft.ScalableHosting.Profile.ProfileModule, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
       <add name="AnonymousIdentificationPrototype" type="Microsoft.ScalableHosting.Security.AnonymousIdentificationModule, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
       <add name="RoleManagerPrototype" type="Microsoft.ScalableHosting.Security.RoleManagerModule, MemberRole, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b7c773fb104e7562" />
       <add name="DNNMembership" type="DotNetNuke.HttpModules.DNNMembershipModule, DotNetNuke.HttpModules.DNNMembership" />
       <add name="Personalization" type="DotNetNuke.HttpModules.PersonalizationModule, DotNetNuke.HttpModules.Personalization" />
      </httpModules>
      
      <!-- This is for FTB 3.0 support -->
      <httpHandlers>
       <add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
      </httpHandlers>
      
      <!-- set code access security trust level - this is generally set in the machine.config
      <trust level="Medium" originUrl="http://localhost/.*" />
      -->
      <!-- set debugmode to false for running application -->
      <compilation debug="false" />
      <!-- permits errors to be displayed for remote clients -->
      <customErrors mode="RemoteOnly" />
      <!-- Forms or Windows authentication -->
      <authentication mode="Forms">
       <forms name=".DOTNETNUKE" protection="All" timeout="60" />
      </authentication>
      <identity impersonate="true" />
      <machineKey validationKey="AutoGenerate,IsolateApps"
                decryptionKey="AutoGenerate,IsolateApps" validation="3DES"/>
      <!--
          <identity impersonate="true"/>
          <authentication mode="Windows">
          </authentication>
      -->
      <!-- allow large file uploads -->
      <httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="18000" />
      <!--  GLOBALIZATION
      This section sets the globalization settings of the application.
      Utf-8 is not supported on Netscape 4.x
      If you need netscape compatiblity leave iso-8859-1.
      UTF-8 is recommended for complex languages
      -->
      <globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8"
       fileEncoding="UTF-8" />
      <!--<globalization culture="en-US" uiCulture="en"  fileEncoding="iso-8859-1" requestEncoding="iso-8859-1" responseEncoding="iso-8859-1"/>-->
      <!-- page level options -->
      <pages validateRequest="false" enableViewStateMac="true" />
     </system.web>
     
     <memberrolesprototype>
      <!-- membership config:
                  Attributes:
                      userIsOnlineTimeWindow="int"                Time window (in minutes) to consider a User as being Online after since last activity
                      hashAlgorithm="[SHA1|SHA512|MD5|...]"   Any valid hash algorithm supported by .NET framework, default is SHA1
                  Child nodes:
                    <providers>              Providers (class must inherit from MembershipProvider)
                        <add                 Add a provider
                            name="string"    Name to identify this provider instance by
                            type="string"    Class that implements MembershipProvider
                            provider-specific-configuration />
                    </providers>
                    Configuration for SqlMembershipProvider and AccessMembershipProvider:
                       connectionStringName="string"              Name corresponding to the entry in <connectionStrings> section where the connection string for the provider is specified
                       passwordAttemptThreshold="int"             The number of failed password attempts, or failed password answer attempts that are allowed before locking out a user?s account
                       passwordAttemptWindow="int"                The time window, in minutes, during which failed password attempts and failed password answer attempts are tracked
                       enablePasswordRetrieval="[true|false]"     Should the provider support password retrievals
                       enablePasswordReset="[true|false]"         Should the provider support password resets
                       requiresQuestionAndAnswer="[true|false]"   Should the provider require Q & A
           minRequiredPasswordLength="int"        The minimum password length
           minRequiredNonalphanumericCharacters="int" The minimum number of non-alphanumeric characters
                       applicationName="string"                   Optional string to identity the application: defaults to Application Metabase path
                       requiresUniqueEmail="[true|false]"         Should the provider require a unique email to be specified
                       passwordFormat="[Clear|Hashed|Encrypted]"  Storage format for the password: Hashed (SHA1), Clear or Encrypted (Triple-DES)
                       description="string"                       Description of what the provider does
            -->
      <membership userIsOnlineTimeWindow="15">
       <providers>
        <add name="DNNSQLMembershipProvider"
         type="DotNetNuke.Security.Membership.DNNSQLMembershipProvider, DNNSQLMembershipProvider"
         connectionStringName="SiteSqlServer"
         enablePasswordRetrieval="true"
         enablePasswordReset="true"
         requiresQuestionAndAnswer="false"
         minRequiredPasswordLength="4"
         minRequiredNonalphanumericCharacters="0"
         requiresUniqueEmail="false"
         passwordFormat="Encrypted"
         applicationName="/"
         description="Stores and retrieves membership data from the local Microsoft SQL Server database" />
       </providers>
      </membership>
      <!-- Configuration for roleManager:
                    enabled="[true|false]"                            Feature is enabled?
                    cacheRolesInCookie="[true|false]"                 Cache roles in cookie?
                    cookieName=".ASPXROLES"                           Cookie Name
                    createPersistentCookie="[true|false]"             Creates a persistent cookie or session cookie?
                    cookieTimeout="30"                                Cookie Timeout
                    cookiePath="/"                                    Cookie Path
                    cookieRequireSSL="[true|false]"                   Set Secure bit in Cookie
                    cookieSlidingExpiration="[true|false]"            Reissue expiring cookies?
                    cookieProtection="[None|Validation|Encryption|All]"    How to protect cookies from being read/tampered
                    defaultProvider="string"                          Name of provider to use by default
                    domain="[domain]"                                 Enables output of the "domain" cookie attribute set to the specified value
                    maxCachedResults="int"                            Maximum number of roles to cache in cookie
                   Child nodes:
                    <providers>              Providers (class must inherit from RoleProvider)
                        <add                 Add a provider
                            name="string"    Name to identify this provider instance by
                            type="string"    Class that implements RoleProvider
                            provider-specific-configuration />
                    </providers>

                    <providers> type="TypeName"                        Class that inherits from System.Web.Security.RoleProvider
                        providerSpecificConfig                        Config for the provider

               Configuration for SqlRoleProvider:
                       connectionStringName="string"  Name corresponding to the entry in <connectionStrings> section where the connection string for the provider is specified
                       description="string"           Description of what the provider does
                       commandTimeout="int"           Command timeout value for SQL command
            -->
      <roleManager
       cacheRolesInCookie="true"
       cookieName=".ASPXROLES"
       cookieTimeout="30"
       cookiePath="/"
       cookieRequireSSL="false"
       cookieSlidingExpiration="true"
       createPersistentCookie="false"
       cookieProtection="All">
       <providers>
        <add name="DNNSQLRoleProvider"
         type="DotNetNuke.Security.Role.DNNSQLRoleProvider, DNNSQLRoleProvider"
         connectionStringName="SiteSqlServer"
         applicationName="/"
         description="Stores and retrieves roles data from the local Microsoft SQL Server database" />
       </providers>
      </roleManager>
      <!--
                Configuration for profile:
                 <profile>
                    enabled="[true|false]"   Feature is enabled?
                    automaticSaveEnabled="[true|false]" Enable automatic save of profile
                    inherits="type-name"     Class from which the profile type inherits from. This type must inherit from ProfileBase type.
                    <providers>              Providers (class must inherit from ProfileProvider)
                        <add                 Add a provider (only single entry supported)
                            name="string"    Name to identify this provider instance by
                            type="string"    Class that implements ProfileProvider
                            provider-specific-configuration />
                    <providers>
                    <properties>                Optional element. List of properties in the Profile system
                        <add                    Add a property
                                name="string"                 Name of the property
                                type="string"                 Optional. Type of the property. Default: string.
                                readOnly="[true|false]"       Optional. Is Value read-only. Default: false.
                                defaultValue="string"         Optional. Default Value. Default: Empty string.
                                allowAnonymous="[true|false]" Optional. Allow storing values for anonymous users. Default: false.
                                serializeAs=["String|Xml|Binary|ProviderSpecific"] Optional. How to serialize the type. Default: ProviderSpecific.
                            />
                    </properties>
                 </profile>
            -->
      <profile enabled="true">
       <providers>
        <add name="AspNetSqlProvider"
         type="DotNetNuke.Users.Profile.DNNSQLProfileProvider, DNNSQLProfileProvider"
         connectionStringName="SiteSqlServer"
         applicationName="/"
         description="Stores and retrieves profile data from the local Microsoft SQL Server database" />
       </providers>
       <properties>
        <add name="FirstName" type="string" allowAnonymous="true" />
        <add name="LastName" type="string" allowAnonymous="true" />
        <add name="Unit" type="string" allowAnonymous="true" />
        <add name="Street" type="string" allowAnonymous="true" />
        <add name="City" type="string" allowAnonymous="true" />
        <add name="Region" type="string" allowAnonymous="true" />
        <add name="PostalCode" type="string" allowAnonymous="true" />
        <add name="Country" type="string" allowAnonymous="true" />
        <add name="Telephone" type="string" allowAnonymous="true" />
        <add name="Fax" type="string" allowAnonymous="true" />
        <add name="Cell" type="string" allowAnonymous="true" />
        <add name="Website" type="string" allowAnonymous="true" />
        <add name="IM" type="string" allowAnonymous="true" />
        <add name="TimeZone" type="integer" allowAnonymous="true" />
        <add name="PreferredLocale" type="string" allowAnonymous="true" />
       </properties>
      </profile>
      <!--
                anonymousIdentification configuration:
                    enabled="[true|false]"                            Feature is enabled?
                    cookieName=".ASPXANONYMOUS"                       Cookie Name
                    cookieTimeout="100000"                            Cookie Timeout in minutes
                    cookiePath="/"                                    Cookie Path
                    cookieRequireSSL="[true|false]"                   Set Secure bit in Cookie
                    cookieSlidingExpiration="[true|false]"            Reissue expiring cookies?
                    cookieProtection="[None|Validation|Encryption|All]"    How to protect cookies from being read/tampered
                    domain="[domain]"                                 Enables output of the "domain" cookie attribute set to the specified value
            -->
      <anonymousIdentification
       enabled="true"
       cookieName=".ASPXANONYMOUS"
       cookieTimeout="100000"
       cookiePath="/"
       cookieRequireSSL="false"
       cookieSlidingExpiration="true"
       cookieProtection="None"
       domain="central.eppa.es" />
     </memberrolesprototype>
     
     <dotnetnuke>
     <htmlEditor defaultProvider="CEHtmlEditorProvider" >
          <providers>
            <clear/>
            <add name = "FtbHtmlEditorProvider"
                    type = "DotNetNuke.HtmlEditor.FtbHtmlEditorProvider, DotNetNuke.FtbHtmlEditorProvider"                   
                  providerPath = "~\Providers\HtmlEditorProviders\FtbHtmlEditorProvider\"
                    />
            <add name="CEHtmlEditorProvider"
        type="DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider"
        providerPath="~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\"
        UseDNNRoleASFileNamePrefix="true"  
        UseDNNRootImageDirectory="true"
        RemoveServerNamesFromUrl="true"
        UseDNNDefaultWidth="true"              
        ConvertHTMLTagstoLowercase="true"
        UseRelativeLinks="true"
        UseHTMLEntities="true"
        RenderRichDropDown="true"
        UseSimpleAmpersand="false"
        CustomCulture=""
        ThemeType="Office2003_BlueTheme"
        DisableAutoFormatting="false"
        BreakElement="div"
        EditorBodyStyle="background-color:#ffffff"
        Admin_AutoConfigure = "Full"
        Admin_SecurityPolicyFile = "admin.config"
        Admin_TemplateItemList = ""
        Admin_DisableItemList = ""
        Admin_AllowPasteHtml  ="true"
        Admin_EditorOnPaste  = "default"
        Admin_ReadOnly = "false"
        Admin_ShowBottomBar ="true"
        Admin_ShowHtmlMode  ="true"
        Admin_ShowPreviewMode  ="true"
        Admin_EnableStripScriptTags  ="false" 
        Admin_EnableContextMenu    = "true"
        Admin_EnableContextMenuEditing  = "true"  
        Admin_EnableContextMenuFormat   = "true"
        Admin_EnableContextMenuInsert  = "true"
        Admin_EnableContextMenuInsertAdvanced  = "true"
        Admin_EnableContextMenuInsertFiles = "true"
        Admin_EnableContextMenuInsertForms = "true"
        Admin_EnableContextMenuRelative = "true"
        Admin_EnableContextMenuTags = "true"
        Admin_EnableContextMenuVerbs = "true"          
             
        Registered_AutoConfigure = "Full"
        Registered_SecurityPolicyFile = "default.config"
        Registered_TemplateItemList = ""
        Registered_DisableItemList = ""
        Registered_AllowPasteHtml  ="true"
        Registered_EditorOnPaste  = "default"
        Registered_ReadOnly = "false"
        Registered_ShowBottomBar ="true"
        Registered_ShowHtmlMode  ="true"
        Registered_ShowPreviewMode  ="true"
        Registered_EnableStripScriptTags  ="false" 
        Registered_EnableContextMenu    ="true" 
        Registered_EnableContextMenuEditing  = "true"  
        Registered_EnableContextMenuFormat   = "true"
        Registered_EnableContextMenuInsert  = "true"
        Registered_EnableContextMenuInsertAdvanced  = "true"
        Registered_EnableContextMenuInsertFiles = "true"
        Registered_EnableContextMenuInsertForms = "true"
        Registered_EnableContextMenuRelative = "true"
        Registered_EnableContextMenuTags = "true"
        Registered_EnableContextMenuVerbs = "true"   
             
        Guest_AutoConfigure = "Minimal"
        Guest_SecurityPolicyFile = "default.config"
        Guest_TemplateItemList = ""
        Guest_DisableItemList = ""
        Guest_AllowPasteHtml  ="true"
        Guest_EditorOnPaste  = "default"
        Guest_ReadOnly = "false"
        Guest_ShowBottomBar ="true"
        Guest_ShowHtmlMode  ="true"
        Guest_ShowPreviewMode  ="true"
        Guest_EnableStripScriptTags  ="false" 
        Guest_EnableContextMenu    ="true"  
        Guest_EnableContextMenuEditing  = "true"  
        Guest_EnableContextMenuFormat   = "true"
        Guest_EnableContextMenuInsert  = "true"
        Guest_EnableContextMenuInsertAdvanced  = "true"
        Guest_EnableContextMenuInsertFiles = "true"
        Guest_EnableContextMenuInsertForms = "true"
        Guest_EnableContextMenuRelative = "true"
        Guest_EnableContextMenuTags = "true"
        Guest_EnableContextMenuVerbs = "true"  
                
              />
            </providers>
        </htmlEditor>
         <navigationControl defaultProvider="SolpartMenuNavigationProvider">
            <providers>
              <clear />
              <add name="SolpartMenuNavigationProvider"
               type="DotNetNuke.NavigationControl.SolpartMenuNavigationProvider, DotNetNuke.SolpartMenuNavigationProvider"
               providerPath="~\Providers\NavigationProviders\SolpartMenuNavigationProvider\" />
              <add name="DNNMenuNavigationProvider"
               type="DotNetNuke.NavigationControl.DNNMenuNavigationProvider, DotNetNuke.DNNMenuNavigationProvider"
               providerPath="~\Providers\NavigationProviders\DNNMenuNavigationProvider\" />
              <add name="DNNTreeNavigationProvider"
               type="DotNetNuke.NavigationControl.DNNTreeNavigationProvider, DotNetNuke.DNNTreeNavigationProvider"
               providerPath="~\Providers\NavigationProviders\DNNTreeNavigationProvider\" />
              <add name="DNNDropDownNavigationProvider"
               type="DotNetNuke.NavigationControl.DNNDropDownNavigationProvider, DotNetNuke.DNNDropDownNavigationProvider"
               providerPath="~\Providers\NavigationProviders\DNNDropDownNavigationProvider\" />
            </providers>
         </navigationControl>
      <searchIndex defaultProvider="ModuleIndexProvider">
       <providers>
        <clear />
        <add name="ModuleIndexProvider"
         type="DotNetNuke.Services.Search.ModuleIndexer, DotNetNuke.Search.Index"
         providerPath="~\Providers\SearchProviders\ModuleIndexer\" />
       </providers>
      </searchIndex>
      <searchDataStore defaultProvider="SearchDataStoreProvider">
       <providers>
        <clear />
        <add name="SearchDataStoreProvider"
         type="DotNetNuke.Services.Search.SearchDataStore, DotNetNuke.Search.DataStore"
         providerPath="~\Providers\SearchProviders\SearchDataStore\" />
       </providers>
      </searchDataStore>
      <data defaultProvider="SqlDataProvider">
       <providers>
        <clear />
        <add name="SqlDataProvider"
         type="DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider"
         connectionStringName="SiteSqlServer"
         upgradeConnectionString=""
         providerPath="~\Providers\DataProviders\SqlDataProvider\"
         objectQualifier=""
         databaseOwner="dbo" />
       </providers>
      </data>
      <logging defaultProvider="DBLoggingProvider">
       <providers>
        <clear />
        <add name="XMLLoggingProvider"
         type="DotNetNuke.Services.Log.EventLog.XMLLoggingProvider, DotNetNuke.XMLLoggingProvider"
         configfilename="LogConfig.xml.resources"
         providerPath="~\Providers\LoggingProviders\XMLLoggingProvider\" />
        <add name="DBLoggingProvider"
         type="DotNetNuke.Services.Log.EventLog.DBLoggingProvider.DBLoggingProvider, DotNetNuke.Provider.DBLoggingProvider"
         providerPath="~\Providers\LoggingProviders\Provider.DBLoggingProvider\" />
       </providers>
      </logging>
      <scheduling defaultProvider="DNNScheduler">
       <providers>
        <clear />
        <add name="DNNScheduler"
         type="DotNetNuke.Services.Scheduling.DNNScheduling.DNNScheduler, DotNetNuke.DNNScheduler"
         providerPath="~\Providers\SchedulingProviders\DNNScheduler\"
         debug="false"
         maxThreads="1" />
       </providers>
      </scheduling>
      <friendlyUrl defaultProvider="DNNFriendlyUrl">
       <providers>
        <clear/>
        <add name="DNNFriendlyUrl"
         type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules.UrlRewrite"
         includePageName="true"
         regexMatch="[^a-zA-Z0-9 _-]" />
       </providers>
      </friendlyUrl>
      <caching defaultProvider="BroadcastPollingCachingProvider">
       <providers>
        <clear />
        <add name="FileBasedCachingProvider"
         type="DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider, DotNetNuke.Caching.FileBasedCachingProvider"
         providerPath="~\Providers\CachingProviders\FileBasedCachingProvider\" />
        <add name="BroadcastPollingCachingProvider"
         type="DotNetNuke.Services.Cache.BroadcastPollingCachingProvider.BPCachingProvider, DotNetNuke.Caching.BroadcastPollingCachingProvider"
         providerPath="~\Providers\CachingProviders\BroadcastPollingCachingProvider\" />
       </providers>
      </caching>
      <authentication defaultProvider="ADSIAuthenticationProvider">
       <providers>
        <clear />
        <add name="ADSIAuthenticationProvider"
         type="DotNetNuke.Security.Authentication.ADSIProvider, DotNetNuke.Authentication.ADSIProvider"
         providerPath="~\Providers\AuthenticationProviders\ADSIProvider\" />
       </providers>
      </authentication>
     </dotnetnuke>
    </configuration>

     
  •  04-24-2006, 3:50 AM 18444 in reply to 18443

    Re: Error Integrate cute Editor in DNN 3.2.2

    israz23,
     
    Can you login as admin and find the detailed error message and post it to here?
     

    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

  •  04-24-2006, 6:04 AM 18447 in reply to 18444

    Re: Error Integrate cute Editor in DNN 3.2.2

    ModuleId: -1
    ModuleDefId: -1
    FriendlyName:
    ModuleControlSource:
    AssemblyVersion: 03.02.02
    Method: CuteEditor.Impl.a.GetLicense
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    PortalID: 0
    PortalName: Portal Puertos de Andalucía
    UserID: 2
    UserName: admin
    ActiveTabID: 36
    ActiveTabName: Portales
    AbsoluteURL: /Default.aspx
    AbsoluteURLReferrer: http://ibmgranada:3381/Portales/tabid/36/Default.aspx
    ExceptionGUID: 169eb3da-c7a8-4a7d-b161-628b1e0c1525
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    InnerException: Error no manejado al agregar el módulo a ContentPane
    Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Error no manejado al agregar el módulo a ContentPane ---> System.TypeInitializationException: Se inició una excepción en el inicializador de tipo de "DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider". ---> System.Reflection.TargetInvocationException: Se inició una excepción en el destino de la invocación. ---> System.ComponentModel.LicenseException: The License for Editor is not valid. You are using a trial license and the trial period has expired. If you would like to extend your trial period, please write to support@cuteSoft.net. at CuteEditor.Impl.a.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) at CuteEditor.EditorLicenceProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) at System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey) at System.ComponentModel.LicenseManager.ValidateInternal(Type type, Object instance, Boolean allowExceptions, License& license) at System.ComponentModel.LicenseManager.Validate(Type type) at CuteEditor.Editor..ctor() at DotNetNuke.HtmlEditor.CEHtmlEditorProvider..ctor() --- Fin del seguimiento de la pila de la excepción interna --- at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey) at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName) at DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider.CreateProvider() at DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider..cctor() --- Fin del seguimiento de la pila de la excepción interna --- at DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider.Instance() 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) --- Fin del seguimiento de la pila de la excepción interna ---
    StackTrace:
    Source:
    Nombre del Servidor: IBMGRANADA

     


  •  04-24-2006, 6:07 AM 18448 in reply to 18447

    Re: Error Integrate cute Editor in DNN 3.2.2

    israz23,
     
    This is a license issue. For some reasons, you are using a trial license file on your server.
     
    Please download the new temp license file to get your editor working:
     
     
     

    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

  •  04-24-2006, 7:25 AM 18449 in reply to 18448

    Re: Error Integrate cute Editor in DNN 3.2.2

    The previous mistake was with the license of test but with the license for our authority it´s gives us the following mistake, I attach the mail of license that us remitistesis
    A greeting and thanks for your rapidity


    with the test licence it´s ok
    error with de domain licence

    ModuleId: -1
    ModuleDefId: -1
    FriendlyName:
    ModuleControlSource:
    AssemblyVersion: 03.02.02
    Method: DotNetNuke.UI.UserControls.TextEditor.Page_Load
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    PortalID: 0
    PortalName: Portal Puertos de Andalucía
    UserID: 23
    UserName: CENTRAL\ADMIsor
    ActiveTabID: 36
    ActiveTabName: Portales
    AbsoluteURL: /Default.aspx
    AbsoluteURLReferrer: http://ibmgranada:3381/Portales/tabid/36/logon/windows/Default.aspx
    ExceptionGUID: ca38bea3-3cc2-4660-a4d7-e658dc53e01d
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    InnerException: Referencia a objeto no establecida como instancia de un objeto.
    Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Referencia a objeto no establecida como instancia de un objeto. ---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto. at DotNetNuke.UI.UserControls.TextEditor.Page_Load(Object sender, EventArgs e) --- Fin del seguimiento de la pila de la excepción interna ---
    StackTrace:
    Source:
    Nombre del Servidor: IBMGRANADA







    we have a licence

    dotnetnuke url:    ibmgranada.central.eppa.es:3380/ 
    domain       central.eppa.es



    Dear customer,
     
    You're currently on a temp license which is good for any domain/subdomain names for up to 30 days. If you want to stop the time tickling, you can submit your domain/subdomain names so an official license can be sent to you which doesn't have time limitation.
     
    If you're not sure about the final names yet, we can offer you an up to 3 months temp license to cover the transition period.
     
     
    ----- Original Message -----
    From: Karen
    Sent: Wednesday, March 22, 2006 6:29 PM
    Subject: CuteEditor for .NET V5.0 Domain License Delivery

    Dear Customer,
     
    Thanks for choosing CuteEditor for .NET v5.x. The license file has been generated based on the domain name you provided: central.eppa.es

    The .zip attachment has 2 parts. One is your official license and the other is Domain License Agreement. Please find the file at enclosure.
     
    If you need professional installation service, please write to Karen@cutesoft.net to discuss our Paid Customer Installation Service option.
     
    For technical questions/suggestions, you can post on the forum OR write to support@cutesoft.net. You can also come to LiveSupport for urgent matters such as license wouldn't work or the whole control's stopped working etc. service impacting problems.
     
    Before submitting your service request, please try the following ways to help us get to the problem right on the point
    • Try at our online demo http://cutesoft.net/example/general.aspx. Our online demo is always on the latest version. If you can't dupe the problem there, please upgrade your software
    • Screenshots help us visualize the problem
    • A step-by-step guide help us dupe the problem easily
    • The version# of the browser you're using
    • If your problem is license related, please include your buyer's email@ in the service request
    • Please keep your buyer's email away from public forum as it's the key we use to track all your files
    Action required: drop the license file at your bin directory. If not working, search for all the cuteeditor.lic on your site, replace them all
     
    Get any question for technical stuff? You may want to access our online resources:
    Questions not answered? Write to us at support@CuteSoft.Net, we'll be happy to assist you.
     
    Looking for other components? We may have it here for you. Check out other ASP .NET components CuteSoft provide:
    Thanks again for your purchase. We appreciate the opportunity to serve you. Any questions and/or suggestions, write to us - we are here to listen.
     
    Thanks for choosing CuteSoft
    Sincerely Yours
  •  04-24-2006, 3:45 PM 18468 in reply to 18464

    Re: Subdomains

    Our web is an intranet portal and the url of the web http://ibmgranada.central.eppa.es is the domain of our intranet where that is equal addressed to "CPUname"+central.eppa.es but always I speak to you about an intranet. The problem is that we cannot use the license for that we think that the domain  that us You ask me for the record of the license was the domain of our internal network.



    We have this Internet web page, but in java if quereis the podeis to consult is www.eppa.es. I request you that us deis a solution for which I believe that there has been a mistake of understanding for someone of the parts

    On the other hand I am grateful to you for the rapidity with which atendeis to the consultations, the truth is that in few occasions is obtained a time of response so shortly.

      i hope your response.



View as RSS news feed in XML