nenad-zivkovic / yii2-advanced-template

Yii2 improved advanced application template that can bake you cookies
BSD 3-Clause "New" or "Revised" License
93 stars 66 forks source link

issue on yii migrate command (in windows 7, xampp) #1

Closed nilojan closed 10 years ago

nilojan commented 10 years ago

when i try "yii migrate" command in cmd folder _protected , its shows an error advanced/_protected/vendor/autoload.php>: faild to open stream: no such file or directory in ........\protected\yi on line 18

nenad-zivkovic commented 10 years ago

Hello,

I just tried installing template on freshly installed windows 7 and XAMPP for Windows 1.8.2. Everything is working great... There is no problem with template, it must be problem with your configuration or you are doing something wrong. From your error that you have showed to me, I can not really know... Do you have php 5.4 ? Do you have php.exe in your path ? It can be anything...

EDIT: also, are you using Composer to install project ? You can not install it from zip...

nilojan commented 10 years ago

Hi Man,

I already checked my php path in windows Environment Variable . its correct and i tried setup https://github.com/kartik-v/yii2-app-practical-a this and its works fine on my localhost but your advanced template and even yii2 https://github.com/yiisoft/yii2 also not installing . both giving me the same error

here the screenshot : http://hrinasia.com/cmd-windows.png

any clues for me?

jokamax commented 10 years ago

Hi, This error generally occur when you forget to launch : composer global require "fxp/composer-asset-plugin:1.0.0-beta3" Before the create-project

Check https://getcomposer.org/doc/00-intro.md#installation-windows too to be sure you well install composer for windows (different from unix)

Jonathan ps : sorry for my poor english (french)

nilojan commented 10 years ago

Hi Jonathan,

You rocks man.. i admit that i forget to launch : composer global require "fxp/composer-asset-plugin:1.0.0-beta3"

its works like charm !!!

Thanks man.

jokamax commented 10 years ago

My pleasure ^^

nenad-zivkovic commented 10 years ago

Thanks jokamax for supporting! :+1: