【发布时间】:2011-11-30 21:59:31
【问题描述】:
我刚刚购买了 Zend Studio 9 的许可证。我对 Zend 框架的经验很少,以前没有 Zend Studio 的经验。我使用http://framework.zend.com/manual/en/ 作为框架教程,并浏览了位于http://www.zend.com/en/products/studio/resources 的资源以获取有关工作室软件的帮助。
我的主要问题是,在使用 zstudio 创建一个新的 Zend 项目后,我没有看到最初的欢迎消息。以下是我正在使用的步骤:
我已经安装了 Zend Server 并确认 Web 应用程序正在运行(制作了一些测试文件,它们都正确解析)。
使用 Zend Studio 创建一个新项目。
一种。文件->新建->本地 PHP 项目 湾。对于位置,我使用的是 C:\Program Files\Zend\Apache2\htdocs。
C。对于版本,我使用了默认的“Zend Framework 1.11.11 (Built-in)”我去http://localhost:81/projectname。我只看到了我的目录结构,而不是调用默认的索引控制器。
添加信息: 操作系统:Windows 7 PHP版本:5.3
错误日志:
>[Wed Nov 30 14:32:30 2011] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
>[Wed Nov 30 14:32:30 2011] [warn] pid file C:/Program Files (x86)/Zend/Apache2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
>[Wed Nov 30 14:32:30 2011] [notice] Digest: generating secret for digest authentication ...
>[Wed Nov 30 14:32:30 2011] [notice] Digest: done
>[Wed Nov 30 14:32:31 2011] [notice] Apache/2.2.16 (Win32) mod_ssl/2.2.16 OpenSSL/0.9.8o configured -- resuming normal operations
>[Wed Nov 30 14:32:31 2011] [notice] Server built: Aug 8 2010 16:45:53
>[Wed Nov 30 14:32:31 2011] [notice] Parent: Created child process 13788
>[Wed Nov 30 14:32:32 2011] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
>[Wed Nov 30 14:32:32 2011] [notice] Digest: generating secret for digest authentication ...
>[Wed Nov 30 14:32:32 2011] [notice] Digest: done
>[Wed Nov 30 14:32:33 2011] [notice] Child 13788: Child process is running
>[Wed Nov 30 14:32:33 2011] [notice] Child 13788: Acquired the start mutex.
>[Wed Nov 30 14:32:33 2011] [notice] Child 13788: Starting 64 worker threads.
>[Wed Nov 30 14:32:33 2011] [notice] Child 13788: Starting thread to listen on port 10081.
>[Wed Nov 30 14:32:33 2011] [notice] Child 13788: Starting thread to listen on port 81.
【问题讨论】:
标签: zend-framework zend-studio