Zend Studio 问题
我在 Windows 7 上安装了 Zend Studio。当我启动该程序时,会自动创建一个示例项目。但是当我在浏览器中运行时,我收到此错误:-
Cannot connect to the configuration database.
我认为没有为其配置 Web 服务器。然后我下载了 Apache Web 服务器并解压了 zip 文件夹。现在我如何将此 apache Web 服务器链接到 Zend Studio?如何从 Zend Studio 中启动 Apache Web Server?有什么不清楚的地方请告诉我。
提前致谢 :)
I installed Zend Studio on Windows 7. When i Start the Program one example project is automatically created. But When i run in browser i get this error :-
Cannot connect to the configuration database.
I think there is no Web server configured for it. Then i downloaded Apache web server and extracted the zip folder. Now how do i link this apache web server to Zend Studio? How do i start Apache Web Server from within Zend Studio? Please let me know anything is not clear.
Thanks in advance :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
安装 Zend Server(还有社区版)应该会简化您的工作
Installing Zend Server (there is also a Community Edition) should simplify your work
我认为该数据库用于示例项目。所以不设置它是没有意义的。
只是为了满足您的需要,请尝试 安装为 apache 制作的 zend 调试器 并进行配置。
I think that database is used for the sample project. so not setting it makes no sense.
Just for your need, try installing zend debugger made for apache and configure that.
您是否有错误发生位置的回溯或者是否在窗口中弹出?
Do you have a backtrace of where that error is occurring or does it pop up in a Window?
您可以通过执行以下步骤从 Zend Studio 启动 Apache Web Server。
详情可以参考:http://files.zend.com /help/Zend-Studio/content/adding_a_php_server.htm
配置过程成功后,您可以使用 Apache Web 服务器作为 PHP 服务器创建 PHP 项目(文件 | 新建 | 本地 PHP 项目)。
You can start Apache Web Server from Zend Studio by doing below steps.
For details, you can refer: http://files.zend.com/help/Zend-Studio/content/adding_a_php_server.htm
Once the configuration process is successful you can create a PHP project (File | New | Local PHP project) with Apache web server as you PHP Server.