Web Development Blog

Fixing Dreamweaver error: The DynamicText script does not define the findServerBehaviors function.

If after logging in into the Dreamweaver and trying to edit some files you get following error: Fixing DW error: The DynamicText script does not define the findServerBehaviors function. Here is the instructions that will tell you how to fix it.
 
Here is error sample:
 
 
Most likely that your configuration file got corrupted and DW display this warning. You can ignore it, but it gets annoying if you use DW. All you need to do is simply delete this file (WinFileCache-********.dat or MacFileCache-********.dat.), and error will go away. 
 
The location of the personal configuration folder depends on your operating system and version of Dreamweaver. For Dreamweaver CC, and CS4-6, it’s as follows:
  • Windows 7/Vista: C:\Users\<username>\AppData\Roaming\Adobe\Dreamweaver C*\<language>\Configuration
  • Windows XP: C:\Documents and Settings\<username>\Application Data\Adobe\Dreamweaver C*\<language>\Configuration
  • Mac OS X: Macintosh HD:<username>:Library:Application Support:Adobe:Dreamweaver C*:<language>:Configuration
In all cases, <username> is the name of your user account on the computer, C* is CC, CS4, CS5, CS5.5, or CS6, and <language> indicates the language of your operating system. The language is usually represented by two pairs of characters separated by an underscore, as in en_US (English), es_ES (Spanish), or fr_FR (French).
 
Earlier versions of Dreamweaver locate the personal configuration folder in a slightly different location. This is where it can be found in Dreamweaver CS3:
  • Windows 7/Vista: C:\Users\<username>\AppData\Roaming\Adobe\Dreamweaver 9\Configuration
  • Windows XP: C:\Documents and Settings\<username>\Application Data\Adobe\Dreamweaver 9\Configuration
  • Mac OS X: Macintosh HD:Users:<username>:Library:Application Support:Adobe:Dreamweaver 9:Configuration
Reference: Adobe Support Forum (https://forums.adobe.com/thread/494811)
 

Associated tags:  Dreamweaver, Adobe, DynamicText

Add Comment:

CAPTCHA