这是我第三次安装zend studio和zend server,现在这两个安装成功(半天后)。但是当我尝试创建一个新项目时,我总是会收到这个 zf 错误......
` * ** * ** * ** * ** * ** ZF ERROR * ** * ** * ** * ** * ** * 为了运行 zf 命令,您需要确保 Zend Framework 是在您的 include_path 中。有多种方法可以确保此 zf 命令行工具知道 Zend Framework 库在您的系统上的位置,但并非所有方法都可以在此处描述。
The easiest way to get the zf command running is to give it the include
path via an environment variable ZEND_TOOL_INCLUDE_PATH or
ZEND_TOOL_INCLUDE_PATH_PREPEND with the proper include path to use,
then run the command "zf --setup". This command is designed to create
a storage location for your user, as well as create the zf.ini file
that the zf command will consult in order to run properly on your
system.
Example you would run:
$ ZEND_TOOL_INCLUDE_PATH=/path/to/library zf --setup
Your are encourged to read more in the link that follows.
Zend_Tool & CLI Setup Information
(available via the command line "zf --info")
* Home directory found in environment variable HOMEPATH with value \Users\admin
* Storage directory assumed in home directory at location \Users\admin/.zf/
* Storage directory does not exist at \Users\admin/.zf/
* Config file assumed in home directory at location \Users\admin/.zf.ini
* Config file does not exist at \Users\admin/.zf.ini
To change the setup of this tool, run: "zf --setup"
好的(花了 0:04.038)`
我已经通过命令行使用新的 zend-framework 库设置了 ZF_INCLUDE_PATH。
我从来没有安装过任何与 zend 相关的东西。
有人可以帮我解决这个问题吗?
谢谢