Fusebox 无法解析变量
好吧,我有点继承 Fusebox 应用程序...它在实时服务器上运行,并且在其他开发人员本地系统上运行 - 它不会解析我的本地系统上的变量...
我在 Apache 上设置 - 最新发行版和 CF 9 开发人员在 Windows 系统上(现场在 Linux 上,其他开发人员在 Mac 上)系统在 Fusebox 5(不是 5.1 或 5.5)上
我知道它无法解析的原因是 URL遇到这样的情况:
#request.self#?do=login.xxx&username=#attributes.username#
我要求其他开发人员给我他的 Apache 配置文件 - 这样我就可以比较 - 我们的代码库是相同的 - 因为我们检查了相同的 SVN 源,并且 Fusebox 文件是相同的 - 我们确认今天早上...
任何人都可以给我指出一个方向 - 因为我遇到了困难...
Ok I'm kind of inheriting a Fusebox applications... It runs on the live server and it runs on the other developers local sys - it DOES NOT resolve variables on MY local system...
I'm set up on Apache - latest release, and CF 9 developer, on a windows system (the live is on Linux and the other developer is on a mac) the sys is on Fusebox 5 (not 5.1 or 5.5)
The reason I know it's not resolving is the URLs come across like this:
#request.self#?do=login.xxx&username=#attributes.username#
I've requested that the other developer get me his Apache config file - so I can compare - our code base is identical - as we check out the same SVN source, and the Fusebox files are identical - we confirmed that this morning...
Can anyone point me in a direction - because I'm stymied....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用配置工具比较 Webroot 映射或检查 < a href="http://www.adobe.com/devnet/coldfusion/articles/setup_dev.html" rel="nofollow">httpd.conf 来比较 DocumentRoot 和 AddType 映射。
Use the configuration tool to compare the webroot mappings or check the httpd.conf to compare the DocumentRoot and AddType mappings.