I disabled the Anti-Virus, removed the extension, re-installed and restarted Dreamweaver. I tried adding the Server Behavior to a page and got the same result - the dwzTiny/filemanager/FileManager.js folder and file was never installed.
In order to get it to run, I need to disable these lines in dwzTiny.php:
774: $html .= "file_browser_callback : dwzTinyFileBrowser," .$vbcrlf;
AND
1101: echo "<scr" ."ipt type='text/javascript' src='" .$this->rootPath ."dwzTiny/filemanager/FileManager.js'></scr" ."ipt>" .$vbcrlf;
|
|
|