Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
gjhdigital #1
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
-
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... -
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... -
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 + ,... -
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... -
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... -
Randy Edmunds #2
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
-
gjhdigital #3
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



Reply With Quote

