Can't find image directory

Last post 04-09-2009, 2:09 PM by Adam. 5 replies.
Sort Posts: Previous Next
  •  04-09-2009, 4:26 AM 50915

    Can't find image directory

    Been using the editor for quite a while now with my own upload path specified in the config files.
     
    Upgraded to release 6.3 build 2009-02-12
     
    My config files remain the same and everything points to my own folder:
     
    Example:

    <security name="ImageGalleryPath">~/resources</security>

    <security name="MediaGalleryPath">~/resources</security>

    <security name="FlashGalleryPath">~/resources</security>

    <security name="TemplateGalleryPath">~/resources</security>

    <security name="FilesGalleryPath">~/resources</security>

     
    In the editor when inserting media, flash, and files, it goes to my Resources folder. However when inserting an image it goes to the default Uploads folder. 
     
    If searched through all my code to make sure everything is pointing to the resources folder and to the correct config file and not the uploads folder yet images go to the default folder. To double check I've changed ALL the security config files to point to the new location.
     
    It clearly states in my config files ~/resources and I'm 100% I haven't altered anything else regarding this so I'm baffled as to why it's insisting on ~/Uploads for images and nothing else.
     
    Is this a glitch? Has the images folder somehow been hardcoded.
  •  04-09-2009, 4:38 AM 50917 in reply to 50915

    Re: Can't find image directory

    To add...
     
    I've confirmed that I'm loading in the correct security file by altering the other upload paths.  The ImageGalleryPath seems to have no effect whatsoever. Whatever I alter it to it still goes to Uploads path.
     
  •  04-09-2009, 7:06 AM 50920 in reply to 50915

    Re: Can't find image directory

    Hi paulcreedy,
     
    Change the section below and try again:
     
    <security name="ImageBrowserPath">~/uploads</security>
     
    Regards,
     
    Ken
  •  04-09-2009, 2:00 PM 50940 in reply to 50920

    Re: Can't find image directory

    I don't have an ImageBrowsePath, so i added one but the same problem
     

    <security name="ImageBrowsePath">~/resources</security>

    <security name="MediaGalleryPath">~/resources</security>

    <security name="FlashGalleryPath">~/resources</security>

    <security name="TemplateGalleryPath">~/resources</security>

    <security name="FilesGalleryPath">~/resources</security>

     
     
  •  04-09-2009, 2:07 PM 50941 in reply to 50940

    Re: Can't find image directory

    Got it now. Downloaded new and compared the config files.
     
    I was missing this:
     

    <!-- Image Gallery Dialog -->

    <security name="ImageGalleryPath">~/resources</security>

    <!-- Insert Image Dialog -->

    <security name="ImageBrowserPath">~/resources</security>

     
    What's the difference between Gallery path and Browser Path? What do each of these do?
  •  04-09-2009, 2:09 PM 50942 in reply to 50941

    Re: Can't find image directory

View as RSS news feed in XML