I'm trying to use the yii migration system but I'm stuck on this error when I execute this command:
./yiic migrate create basic_data_migrate
I get this error:
PHP Error[2]: file_get_contents(C:\Bitnami\wappstack-5.4.28-0\apache2\htdocs\cv360\protected\migrations\template.php): failed to open stream: No such file or directory
in file C:\Bitnami\wappstack-5.4.28-0\apache2\htdocs\yii\framework\cli\commands\MigrateCommand.php at line 555
What is this template.php
? How to solve this problem.