path issue

  •  03-26-2007, 3:36 AM

    path issue

    When clicking on pdf icon (downloadable files) I get:

    Microsoft VBScript runtime error '800a004c'

    Path not found

    /blahblahblah/blah/browse_Document.asp, line 124

    My ASP:

    'Specifies the URL path of the Image Gallery. default "Uploads"
    editor.ImageGalleryPath = "../merchants/images/" & GLOBAL_Mer_ID & "/"
    'Specifies the URL path of the Flash Gallery. default "Uploads"
    editor.FlashGalleryPath = "../merchants/flash/" & GLOBAL_Mer_ID & "/"
    'Specifies the URL path of the Downloadable Files. default "Uploads"
    'editor.DocumentPath= "../documents/" & GLOBAL_Mer_ID & "/"
    editor.MediaGalleryPath = "../merchants/media/" & GLOBAL_Mer_ID & "/"
    editor.FilesGalleryPath = "../merchants/pdfs/" & GLOBAL_Mer_ID & "/"

    All the other buttons work and the directory is THERE.. I dont understand whats causing this...

    ideas??




View Complete Thread