CDO mail extension problem 02

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default CDO mail extension problem 02

    This is the exact message that describes the problem
    JavaScript error while loading CDONewMail.html:
    Unable to open script file "C:\Program Files\Macromedia\Dreamweaver MX
    2004\Configuration\ServerBehaviors\Shared\MM\Scrip ts\CMN\UI.js" (error 3).

    the CDO that I try to work with is the CDO Mail, V1.0 that you can find in
    this link

    [url]http://www.macromedia.com/cfusion/exchange/index.cfm?view=sn121&extID=50232#loc=[/url]
    en_us&view=sn105&viewName=Exchange%20Search&extID= 50232

    Thank


    gtsilimigkas Guest

  2. Similar Questions and Discussions

    1. e-mail extension
      See if this helps http://www.scriptarchive.com/formmail.html
    2. CDO mail extension problem
      I have this problem when I try to work with CDO mail extension. I have this message from Dreamweaver Java Script error while loading...
    3. Mail:Sender - HTML Mail with alternatives problem
      I'm trying to generate an HTML mail with text alternatives using the mail:sender module. As everybody can see below the message was created and...
    4. could somebody e-mail me the Battery Updater extension for a G3?
      It is not being installed into my extensions folder when I run the Battery Reset installer -- it simply does not materialize. Thank you. Noah...
    5. Extension or script to send a newsletter as a pdf file to ane-mail list
      You'll probably want to take a look at Adobe Distiller or Acrobat to generate the PDF files. If you've got ColdFusion, there's a whole bunch of...
  3. #2

    Default Re: CDO mail extension problem 02

    gtsilimigkas wrote:
    > This is the exact message that describes the problem
    > JavaScript error while loading CDONewMail.html:
    > Unable to open script file "C:\Program Files\Macromedia\Dreamweaver MX
    > 2004\Configuration\ServerBehaviors\Shared\MM\Scrip ts\CMN\UI.js" (error 3).
    Ok, there is a pathing problem for where Extension Manager placed the files for that extension when it was installed.


    If you are using VBscript, then go to:
    C:/Documents and Settings/username/Application Data/Macromedia/Dreamweaver MX 2004/Configuration/ServerBehaviors/ASP_Vbs/Basic-UltraDev/CDONewMail.html

    if you are using ASP JavaScript go to:
    C:/Documents and Settings/username/Application Data/Macromedia/Dreamweaver MX 2004/Configuration/ServerBehaviors/ASP_Js/Basic-UltraDev/CDONewMail.html


    Substitue the proper username in the paths above.


    And look at line 20, and change to:
    <SCRIPT SRC="../../../Shared/MM/Scripts/CMN/UI.js"></SCRIPT>

    (note added a ../ to the start of the src)

    Restart DW and you should be fine.


    --
    Danilo Celic
    | Extending Knowledge, Daily [url]http://CommunityMX.com/[/url]
    danilocelic *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139