Can't find image directory

  •  04-09-2009, 4:26 AM

    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.
View Complete Thread