Problems with DotNetNuke Integration

Last post 03-07-2006, 1:58 AM by Adam. 56 replies.
Page 3 of 3 (57 items)   < Previous 1 2 3
Sort Posts: Previous Next
  •  03-01-2006, 8:21 PM 16578 in reply to 16575

    Re: Problems with DotNetNuke Integration

    We're having the same problem I'm using DNN 4.0.2/CE 5.2.  I don't know if this information helps, but we use the starter kit and compile agains core DNN and noticed that VS2005 thows a build error in the DNN core file (DNN/Admin/Files/FileManager.asc.vb) on the reference to ZipEntry.  Seems to line up with the errors on the file manager.
     
    Lines: 708 - 728 on the GetZipFileExtractSize function,  Bold represents where it is getting the following error on complile:
     
    'ZipEntry' is ambigous in the namespace 'ICSharpCode.SharpZipLib.Zip'
     
    and this one
     
    'ZipInputStream' is ambigous in the namespace 'ICSharpCode.SharpZipLib.Zip'

            Private Function GetZipFileExtractSize(ByVal strFileName As String) As Long
                Dim objZipEntry As ZipEntry
                Dim objZipInputStream As ZipInputStream
                Try
                    objZipInputStream = New ZipInputStream(File.OpenRead(strFileName))
                Catch ex As Exception
                    ShowErrorMessage(MaskString(ex.Message))
                    Return -1
                End Try

                objZipEntry = objZipInputStream.GetNextEntry
                Dim iTemp As Long

                While Not objZipEntry Is Nothing
                    iTemp = iTemp + objZipEntry.Size
                    objZipEntry = objZipInputStream.GetNextEntry
                End While
                objZipInputStream.Close()
                Return iTemp

            End Function

    Again, you may already know this but thought it might help.  I got this error when building right after I installed CE for DNN4.  Anxiously awaiting a fix.
  •  03-01-2006, 8:31 PM 16579 in reply to 16578

    Re: Problems with DotNetNuke Integration

    Have you removed the 'ICSharpCode.ShaprZipLib.dll' from the bin directory??
     
     
     

    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

  •  03-01-2006, 8:48 PM 16580 in reply to 16579

    Re: Problems with DotNetNuke Integration

    Removing the ICSharpCode.SharpZipLib.dll did resolve the file manager error and I don't get build errors, but now when you try and access images, files, media, etc from the CE toolbar you get the following error:
     
    Could not load file or assembly 'ICSharpCode.SharpZipLib
    Version 0.84.0.0, Culture-neutral,
    PublicKeyToken=1b03e6acf1164f73' or one of it's
    dependancies.  The system could not find the file specified.
     
    Hope this helps.
     
     
     
     
  •  03-01-2006, 8:58 PM 16581 in reply to 16580

    Re: Problems with DotNetNuke Integration

    Can you download the latest build of Cute Editor?
     
    The latest build doesn't need 'ICSharpCode.ShaprZipLib' anymore.
     
    Keep me posted
     
     

    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

  •  03-01-2006, 9:07 PM 16582 in reply to 16581

    Re: Problems with DotNetNuke Integration

    Sure, which one...the one for DNN4 or the latest 5.2?
  •  03-01-2006, 9:12 PM 16583 in reply to 16581

    Re: Problems with DotNetNuke Integration

    Hi Adam,

    I was already using the latest build (Feb 24) and I did remove the ICSharpCode.SharpZipLib dll file from dotnetnuke/bin directory during the upgrade.

    There was no exception on our site.  It is just that since we upgraded from 5.1 to 5.2, our writers can no longer see any existing image files in the directory tree.   If I login as host or admin, all files are accessible.  If a writer uploads a new image file, he can see it and use it, just all existing files are no longer accessible to them for whatever reason.

    Please advise and is it safe to roll back to 5.1 if that cannot be resolved quickly as it is service affecting.

    Arnold

  •  03-01-2006, 9:15 PM 16584 in reply to 16582

    Re: Problems with DotNetNuke Integration

  •  03-01-2006, 9:35 PM 16585 in reply to 16583

    Re: Problems with DotNetNuke Integration

    Arnold,

    Please set UseDNNRoleASFileNamePrefix="false" in your web.config.

     


    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

  •  03-02-2006, 2:46 AM 16600 in reply to 16585

    Re: Problems with DotNetNuke Integration

    Hi Adam,
     
    I downloaded the latest build tonight (March 1, 6pm PST) and added the UseDNNRoleASFileNamePrefix in my web.config but still no luck.  Here's what I observe:
     
    1. Regardless of what the value of this flag, CuteEditor will always add a prefix "Member_" to any uploaded image or template. It seems this XML variable is not implemented at all.  It is always "true".
    2. When I log in as a writer, I can view the image files if I rename those by adding prefix "Member_" via my FTP program.
    3. The template folder always show up as empty regardless whether I add "Member_" prefix to the template filenames or not.
    4. When I log in as a writer, I can upload a new image file and view it back.  The image file will take the name as Member_XXX.jpg.
    5. When I log in as a writer, I can upload a template but it won't show up in the window once it is uploaded.  However, the physical file is there and it is named as Member_XXX.html.  Look like the template folder is totally broken.

    Please help.

  •  03-02-2006, 2:59 AM 16601 in reply to 16600

    Re: Problems with DotNetNuke Integration

    Hi Adam, for your reference, it's the portion of cute editor xml section in my web.config.  It is really the default setting.  Look like in Cute Editor 5.2, a new feature "File security based on role" is introduced and however, it is buggy.   UseDNNRoleASFileNamePrefix is not functional and this is devastating for existing system since all images won't have the right prefix to clear security.  And the template folder is simply broken whether it is a new or existing system.
     
    =============
     
            <add name="CEHtmlEditorProvider"
              type="DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider"
              providerPath="~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\"
              UseDNNRoleASFileNamePrefix="false"
              UseDNNRootImageDirectory="true"
              RemoveServerNamesFromUrl="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"  
              />
  •  03-02-2006, 11:12 AM 16616 in reply to 16601

    Re: Problems with DotNetNuke Integration

    I deleted the ICSharp dll from by bin, re-installed the latest DNN4 CE installation (the link you posted) and here is what is happening:
     
    Still getting the same build errors.
    The DNN file manager works
    Cannot open any of the file features in CE (same error as before)
  •  03-02-2006, 1:14 PM 16622 in reply to 16616

    Re: Problems with DotNetNuke Integration

    airstream345,
     
    Is your site online so you can provide a URL 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

  •  03-02-2006, 1:28 PM 16625 in reply to 16622

    Re: Problems with DotNetNuke Integration

    Unforetunately it's on an internal development server.  I would be happy to setup a breeze session so you can remote in.  You can email me at swebster@firstegg.com
     
  •  03-02-2006, 1:39 PM 16626 in reply to 16625

    Re: Problems with DotNetNuke Integration

    Wait - its getting a little better; both the DNN file manager and the assets uploads in CE are now working at the same time.  I am now only getting the build errors but functionaly it works to users. 
     
    Thanks for this great support!
  •  03-02-2006, 6:06 PM 16633 in reply to 16600

    Re: Problems with DotNetNuke Integration

    I installed the latest 5.2 load to both our development and hosting site and observed the same result. 
     
    I have rolled back to the previous 5.2 load (the version with ICSharp lib) as it is a showstopper as our writers can't access any existing files on-site.  Everthing goes back to normal except the "mailto" issue.
     
    All we want is a fix to "mailto" but in the process, we pick up so much stuff that are buggy or alter the system behavior.  The worse is that there is no release notes.  I have asked for the release notes since a month ago and yet it is not here.
     
    And I notice you make patches without incrementing minor version # and they all call 5.2.  So when one says 5.2, you have no idea which one he's talking about.  You should at least make it 5.21 or 5.22...etc  Process control needs to be better.
     
     
  •  03-06-2006, 10:17 PM 16773 in reply to 16633

    Re: Problems with DotNetNuke Integration

    Adam,
     
    Is there any update on this?  I am waiting to install the new version until this is resolved.
     
    Thanks,
     
    Scott
     
  •  03-07-2006, 1:58 AM 16780 in reply to 16773

    Re: Problems with DotNetNuke Integration

Page 3 of 3 (57 items)   < Previous 1 2 3
View as RSS news feed in XML