"Insert image" in Make Template editor assumes Uploads folder

Last post 02-18-2010, 5:58 AM by Mika. 1 replies.
Sort Posts: Previous Next
  •  02-17-2010, 9:07 AM 58757

    "Insert image" in Make Template editor assumes Uploads folder

    While creating or modifying a template (window title 'Make Template'), "Insert image" gives a server error "Could not find a part of the path 'path-to-root\Uploads'. (there is no uploads folder)
     
    Insert image works elsewhere, the problem is only in the template editor. 
    I copied the Configuration\Security folder from a previous version (6.0.0.0 Build 2007-09-04), where template editor works. There is no 'uploads' folder in any of the security settings.
     
    I'm using the latest build of Cute Editor for DNN 4.
     
    -mika- 
     
  •  02-18-2010, 5:58 AM 58785 in reply to 58757

    Re: "Insert image" in Make Template editor assumes Uploads folder

    My fault. ImageBrowserPath was missing from the .config files. This setting was not in the 6.0.0.0 release. 
     
    <!-- Image Gallery Dialog -->
    <security name="ImageGalleryPath">~/uploads</security>
    <!-- Insert Image Dialog -->
    <security name="ImageBrowserPath">~/uploads</security>

     
View as RSS news feed in XML