Giter Club home page Giter Club logo

Comments (3)

greeflas avatar greeflas commented on May 29, 2024 1

@deep12650 You don't set name of migration class controller. In your case configuration should be like following:

'migrate' => [
    'class' => 'yii\console\controllers\MigrateController',
    'migrationNamespaces' => [
        'ymaker\email\templates\migrations',
     ],
],

Please, read official Yii documentation for more info
http://www.yiiframework.com/doc-2.0/yii-console-controllers-migratecontroller.html

from yii2-email-templates.

greeflas avatar greeflas commented on May 29, 2024

@deep12650 Hi, thank you! Check your frontend/config/main-local.php configuration file. In advance template configuration for Gii stored in that file.

from yii2-email-templates.

deep12650 avatar deep12650 commented on May 29, 2024

Thanks for your answer. I just put this code as per your document, I am getting error in ./yii migrate:
'controllerMap' => [

        'fixture' => [
            'class' => 'yii\console\controllers\FixtureController',
            'namespace' => 'common\fixtures',
          ],
        'migrate' => [
            'migrationNamespaces' => [
                'ymaker\email\templates\migrations',
            ],
        ],
    ],

Error:

Exception 'yii\base\InvalidConfigException' with message 'Object configuration must be an array containing a "class" element.'

in /Applications/MAMP/htdocs/zyv/vendor/yiisoft/yii2/BaseYii.php:353

Stack trace:
#0 /Applications/MAMP/htdocs/zyv/vendor/yiisoft/yii2/base/Module.php(583): yii\BaseYii::createObject(Array, Array)
#1 /Applications/MAMP/htdocs/zyv/vendor/yiisoft/yii2/base/Module.php(522): yii\base\Module->createController('')
#2 /Applications/MAMP/htdocs/zyv/vendor/yiisoft/yii2/console/Application.php(180): yii\base\Module->runAction('migrate', Array)
#3 /Applications/MAMP/htdocs/zyv/vendor/yiisoft/yii2/console/Application.php(147): yii\console\Application->runAction('migrate', Array)
#4 /Applications/MAMP/htdocs/zyv/vendor/yiisoft/yii2/base/Application.php(386): yii\console\Application->handleRequest(Object(yii\console\Request))
#5 /Applications/MAMP/htdocs/zyv/yii(27): yii\base\Application->run()
#6 {main}

from yii2-email-templates.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.