私は Yii2 を初めて使用します。現在、yii2 アプリケーションの高度なテンプレートをインストールしようとしています。
私は次の手順に従いました:
1 - https://github.com/yiisoft/yii2-app-advancedから yii2-app-advanced zip ファイルをダウンロードします
2 - GETTING STARTED ガイドに従ってください:
+ I'm using Uniform Zero Server (installed in F disk with the path "F:\Server\UniServerZ\www") ok.
+ I creted new folder with name "yii2" in the "www" directory ("F:\Server\UniServerZ\www\yii2")
+ I extracted zip file yii2-app-advanced into "yii2" folder (Every source of yii2-app-advanced now in "yii2" folder so it is the root directory of yii2-app-advanced)
+ Click init.bat file to run "init" and select (0 - Developer mode) and type "yes" to confirm. Done
+ And then I click the yii.bat file, but nothing happened.
+ I tried use this url : localhost/yii2/backend/web/
And I get this Error:
Fatal error: require(): Failed opening required 'F:\Server\UniServerZ\www\yii2\backend\web/../../vendor/autoload.php' (include_path='.;F:/Server/UniServerZ/home/us_pear/PEAR') in F:\Server\UniServerZ\www\yii2\backend\web\index.php on line 5
or url : localhost/yii2/frontend/web/
And I get this Error too:
Fatal error: require(): Failed opening required 'F:\Server\UniServerZ\www\yii2\frontend\web/../../vendor/autoload.php' (include_path='.;F:/Server/UniServerZ/home/us_pear/PEAR') in F:\Server\UniServerZ\www\yii2\frontend\web\index.php on line 5
- 「vendor」ディレクトリが次のパスにあることを確認しました: F:\Server\UniServerZ\www\yii2\vendor しかし、空です。
では、このエラーを修正して yii2 アプリケーションの高度なテンプレートをインストールするにはどうすればよいでしょうか?
(私のUniform ServerはPHP5.4を実行しています)