Problems with the ImageGallery

  •  12-06-2005, 5:17 PM

    Problems with the ImageGallery

    I have a problem with the image gallery. I have iherited a project from someone that left the company I work for and I'm trying to get it working. I have set the gallery path in the secruit config file as below:
    <security name="ImageGalleryPath">~/Data/HAD/CONTENT</security>

    Now when I run the program without changing any the path in the code I get the following error



    Now, when I try and change the gallery in the file, with the following code:
    CE.Setting("security:ImageGalleryPath") = newDir
    where CE is the name of the editor, and newdir is a combinitation of a absolute dir, in the form of C:\......, that has a generated folder at the end, I get the same error, unless instead of C:\Inetpub\..... it is C:\Users\...  then instead of looking in Uploads it looks in the C:\Users\.... dir.

    "Uploads" does not appear in the code at all.

    Any ideas?

    Thanks.
View Complete Thread