Server Behavior missing dwscripts.js

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

  1. #1

    Default Server Behavior missing dwscripts.js

    I have searched the forum and found nothing about this yet.
    I created a new server Behavior and it worked fine. After I packaged it and
    installed it in Extension Manager ver. 1.7.240 and restart dreamweaver 8, a
    javascript error stating "Unable to open script file "C:\Program
    Files\Macromedia\Dreamweaver 8\Configuration\ServerBehaviors\Shared
    Common\Scripts\dwscripts.js" (error 3).
    I checked to see if that file existed in that directory and it does not. I
    looked in my Application Data folder and its not there either.

    Anyone know what i am doing wrong?

    thanks in advance

    gjhdigital Guest

  2. Similar Questions and Discussions

    1. Problem with dwscripts.js
      I am having a problem tying to copy and paste using Dreamweaver. I keep getting a javascript error: At line 56 of file C:\Program...
    2. How do I use dwscripts.findDOMObject() ?
      Okay, the lack of support in DW8 for getElementByID() is killing me. How do I use dwscripts.findDOMObject() as suggested below? Thanks! -Scott...
    3. Server behavior User Authentication is missing
      Server behavior User Authentication is missing I'm trying to make a login and according to the help file have to go to application, click the + ,...
    4. asp.net server behavior
      hi I,m currently working on a project that requires asp.net as it's server side coding. The problem that I'm having now is using the 'delete...
    5. Missing User Authentication behavior
      I'm trying to restrict a page on my site using dreamweaver and PHP, but I don't have under server behavior the User Authentication option to select...
  3. #2

    Default Re: Server Behavior missing dwscripts.js

    This is a known bug. This happens because the cache is not properly
    cleared when config files change, such as when developing or installing
    an extension.

    The workaround is to delete the *FileCache*.dat file from the User
    Configuration folder:

    On Windows, the User Configuration folder is usually here:

    C:\Documents and Settings\[username]\Application
    Data\Macromedia\Dreamweaver 8\Configuration

    Note that the "Application Data" folder is hidden by default, so you'll
    need to make sure that your Windows Explorer Folder Options are set to
    View Hidden Folders.

    Hope this helps,
    Randy

    > I created a new server Behavior and it worked fine. After I packaged it and
    > installed it in Extension Manager ver. 1.7.240 and restart dreamweaver 8, a
    > javascript error stating "Unable to open script file "C:\Program
    > Files\Macromedia\Dreamweaver 8\Configuration\ServerBehaviors\Shared
    > Common\Scripts\dwscripts.js" (error 3).
    > I checked to see if that file existed in that directory and it does not. I
    > looked in my Application Data folder and its not there either.
    Randy Edmunds Guest

  4. #3

    Default Re: Server Behavior missing dwscripts.js

    thanks for your help Randy.
    I found out that in my html file of the form the tag:
    <SCRIPT SRC="../../Shared/Common/Scripts/dwscripts.js"></SCRIPT>

    Works when I add an additional ../ , so this it what i have to have:
    <SCRIPT SRC="../../../Shared/Common/Scripts/dwscripts.js"></SCRIPT>



    gjhdigital 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