これはzend studioとzendサーバーを3回目にインストールするようになりました。これらの2つは、半日後に正常にインストールされました。しかし、私は...私はいつもこのZFエラーを取得し、新規プロジェクトを作成する*Zend_Toolの問題
` * ** * ** * ** * ** をしようとしているとき** 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"
OK(0取っ:04.038)を `
私はすでに新しいZendのフレームワークライブラリとコマンドラインを介してZF_INCLUDE_PATHを設定しました。
zendに関連するものは一切インストールしていません。
誰かが私にこれを手伝ってもらえますか?
ありがとうございます。
明らかに私は適切な仮想ホストを設定することができません、httpd.confにInclude conf/extra/httpd-vhosts.confの部分をアンコメントすると、Apacheサーバーを再起動するとエラーが発生します。私はいつもこのエラーを抱えています。私は新しいプロジェクトを始める前に、以前の設定で大量のstufを実行する必要がありました。 – WingLeung