- 为什么我可以用某些浏览器浏览网站,而另一些浏览器却不能? 在这种情况下,我如何发现网站的问题?
- When I try to connect to webdev.bu.edu or people.bu.edu using Dreamweaver MX 2004, I receive the error message “Dreamweaver cannot determine the remote server time.”
- I’ve tried using Perl or PHP scripts on my site on www.bu.edu, but they don’t work. What’s wrong?
- 我的一个内容模块说它需要刷新。 发生了什么事?
- 当我用Dreamweaver或Contribute连接到我的网站时,我收到一个错误.
Why can I browse to a site with some browsers but not with others? How do I find out what’s wrong with the site in this situation?
First, keep in mind that the problem could be caused by your browser settings. If you want to check the site for problems, use a code validator. To do this, you enter the web site’s full address at W3C’s code validation service. 验证器检查站点并向您提供报告。 W3C is the World Wide Web Consortium, the standards organization for the Web.
When I try to connect to webdev.bu.edu or people.bu.edu using Dreamweaver MX 2004, I receive the error message “Dreamweaver cannot determine the remote server time.”
Dreamweaver MX 2004用户有时会遇到这个错误; it is the result of a design flaw in Macromedia’s code that was fixed in later Dreamweaver releases. 最好的解决方案是升级到新版本的Dreamweaver(请参阅大学计算机以获得折扣价格),因为在最近的版本中已经修复了许多文件管理错误。 如果升级不是一个可行的选择,您可以使用下面的说明来绕过这个错误。 You can bypass this error by changing your site configuration settings to use Passive FTP (In the Dreamweaver program menus, go to 站点>管理站点, select the site definition that you wish to edit and then select 编辑. In the window that appears, select the 先进的 tab, then 远程信息. Select the checkbox labeled 使用被动FTP and then select 好吧).
I’ve tried using Perl or PHP scripts on my site on www.bu.edu, but they don’t work. What’s wrong?
虽然www.bu.edu服务器支持Perl和PHP脚本,但我们不允许脚本从www.bu.edu上的web目录运行。 相反,脚本必须位于服务器上的安全目录中。 Boston University departments that want to develop and maintain PHP applications in support of official University business can 请求一个PHP目录.
我的一个内容模块说它需要刷新。 发生了什么事?
内容模块通过与远程服务器的连接显示自更新信息。 有时,这些连接被中断或超时,因此模块不再正常工作。 手动刷新内容模块可以重新建立连接,从而解决此问题。 To refresh a content module, click on the link that says 刷新.
I’m receiving an error when connecting to my site using Dreamweaver or Contribute.
了解回滚和如何配置SFTP (安全文件传输协议)来纠正您收到的任何错误。