文件在Dreamweaver中打开为完全空

时间:2013-08-01 03:08:47

标签: file dreamweaver

使用Dreamweaver时,我连接到我的网站并试图处理我的远程服务器(实际的站点服务器)上的文件,当我打开它时,没有任何代码。当我登录到实际站点时,文件正常运行,当我去实际站点上的文件管理器时,文件非常好。请帮忙! 此外,当我尝试打开一个文件时,它给我一个错误“这个页面可能有动态相关的文件,只能由服务器发现”当我告诉Dreamweaver尝试发现它们时它告诉我他们“不可能解决”。我从来没有弹出这个动态文件的东西,我没有任何我知道的动态相关文件,我甚至不知道它们是什么,我上周打开这些相同的文件没有问题,当我更新了一些。

1 个答案:

答案 0 :(得分:-3)

找到答案,是一个损坏的缓存。按照这里的指示:

Dreamweaver的缓存保存在Configuration文件夹中的文件中。该文件名取决于操作系统:

For Windows  it is WinFileCache-<randomString>.dat
For  MAC  it is MacFileCache-<randomString>.dat

  Deleting of that file clears the cache. After restarting Dreamweaver is creating new one. Location of the cache file differs for each version and operating system. Here is a list of locations depending on DW version and OS:

For Dreamweaver CC:

    Vista, 7 & 8: C:\Users\<username>\AppData\Roaming\Adobe\Dreamweaver CC\<language>\Configuration
    XP: C:\Documents and Settings\<username>\Application Data\Adobe\Dreamweaver CC\<language>Configuration\

一旦我清除它并重新启动并重新启动它就可以了!