Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 03/23/2010 9:13 AM by  Peter Donker
DMX 05.02.03 Released
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
03/22/2010 9:47 PM

    The latest release of Document Exchange is 05.02.03. The change list is as follows:

    Fix: DMXPanel was not correctly reacting to the ViewPermission parameter
    Fix: Manual activation screen was not working on some versions of DNN
    Enhancement: hardened delete code. It should now be near impossible to lose any document during any kind of delete.
    Fix: Document migration code could time out
    Fix: S3 was throwing errors on upload of files with space in name
    Fix: digest authentication would not succeed if username had special characters in it
    Fix: AND advanced search did not accurately produce results
    Fix: secondary admins could not see icons on template view - complete replace of DNN userinfo with dmx userinfo
    Fix: disabled client side caching of downloads which could have led to version confusion
    Fix: extension rename scripts were pointing to the wrong type definition. Should now run fine.
    Enhancement: Fallback for alternative storage providers. If not available the file will be stored on disk.
    Fix: renamed DMX's RadUpload module to keep it separate from DNN's new RadUpload

    Note that on DNN 5.2+ installations the web.config has an entry for a RadUploadModule for the DNN core. The name of this module conflicted with the DMX version of the same component. So that is renamed during the upgrade to make sure DMX's RadUpload stays out of the hair of the DNN RadUpload.

    Peter

    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    03/23/2010 9:13 AM
    Note: one customer had multiple entries for the DMX RadUpload module in his web.config. For some reason they were named differently before but now they were named the same. In any case the error will manifest itself as a "yellow screen" with the message

    HTTP Error 500.19 - Internal Server Error
    The requested page cannot be accessed because the related configuration data for the page is invalid.

    with Config source e.g. (removed opening brackets)

    362: add name="DMX_RadUploadModule" type="Bring2mind.Telerik.WebControls.RadUploadHttpModule, Bring2mind.Telerik.RadUpload.Net2" preCondition="managedHandler" />
    363: add name="DMX_RadUploadModule" type="Bring2mind.Telerik.WebControls.RadUploadHttpModule, Bring2mind.Telerik.RadUpload.Net2" preCondition="managedHandler" />
    364: add name="WebDAVAuthenticationModule" type="Bring2mind.DNN.Modules.DMX.WebDAV.AuthenticationModule, Bring2mind.DNN.Modules.DMX.WebDAV" preCondition="managedHandler" />

    You can see lines 362 and 363 are identical. IIS doesn't like this. The solution is simple: remove one of the two.

    Peter
    You are not authorized to post a reply.