これで zend studio と zend server をインストールするのは 3 回目になり、これら 2 つが正常にインストールされました (半日後)。しかし、新しいプロジェクトを作成しようとすると、常にこの zf エラーが発生します...
` * ** * ** * ** * ** * ** ZF エラー* ** * ** * ** * ** * ** * 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に関連するものをクリーンインストールしたことはありません。
誰かがこれで私を助けることができますか?
ありがとう