Zend Studio 问题

发布于 2024-09-07 11:54:37 字数 318 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

千里故人稀 2024-09-14 11:54:37

安装 Zend Server(还有社区版)应该会简化您的工作

Installing Zend Server (there is also a Community Edition) should simplify your work

骑趴 2024-09-14 11:54:37

我认为该数据库用于示例项目。所以不设置它是没有意义的。
只是为了满足您的需要,请尝试 安装为 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.

回忆凄美了谁 2024-09-14 11:54:37

您是否有错误发生位置的回溯或者是否在窗口中弹出?

Do you have a backtrace of where that error is occurring or does it pop up in a Window?

兔姬 2024-09-14 11:54:37

您可以通过执行以下步骤从 Zend Studio 启动 Apache Web Server。

  1. 打开 Zend Studio。
  2. 转到窗口 |显示视图 | PHP |服务器。
  3. 单击“新建”按钮并选择“本地 Apache HTTP 服务器”。
  4. 单击下一步并填写请求的服务器详细信息。

详情可以参考: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.

  1. Open Zend Studio.
  2. Go to Window | Show View | PHP | Server.
  3. Click on New button and Select Local Apache HTTP Server.
  4. Click Next and fill the requested server details.

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文