the-refinery / workflow

Workflow Plugin for Craft
MIT License
0 stars 1 forks source link

Clicking the settings tab as a non-admin loads the settings screen but gives an error when trying to save: #7

Open jmcgaha opened 5 years ago

jmcgaha commented 5 years ago

yii\web\ForbiddenHttpException: User is not permitted to perform this action in /chroot/home/lynnedu/3.lynn.edu/vendor/craftcms/cms/src/web/Controller.php:188

Stack trace:

0 /chroot/home/lynnedu/3.lynn.edu/vendor/craftcms/cms/src/controllers/PluginsController.php(35): craft\web\Controller->requireAdmin()

1 /chroot/home/lynnedu/3.lynn.edu/vendor/yiisoft/yii2/base/BaseObject.php(109): craft\controllers\PluginsController->init()

2 /chroot/home/lynnedu/3.lynn.edu/vendor/yiisoft/yii2/base/Controller.php(86): yii\base\BaseObject->__construct(Array)

3 [internal function]: yii\base\Controller->__construct('plugins', Object(craft\web\Application), Array)

4 /chroot/home/lynnedu/3.lynn.edu/vendor/yiisoft/yii2/di/Container.php(375): ReflectionClass->newInstanceArgs(Array)

5 /chroot/home/lynnedu/3.lynn.edu/vendor/yiisoft/yii2/di/Container.php(156): yii\di\Container->build('craft\controlle...', Array, Array)

6 /chroot/home/lynnedu/3.lynn.edu/vendor/yiisoft/yii2/BaseYii.php(345): yii\di\Container->get('craft\controlle...', Array)

7 /chroot/home/lynnedu/3.lynn.edu/vendor/yiisoft/yii2/base/Module.php(642): yii\BaseYii::createObject('craft\controlle...', Array)

8 /chroot/home/lynnedu/3.lynn.edu/vendor/yiisoft/yii2/base/Module.php(596): yii\base\Module->createControllerByID('plugins')

9 /chroot/home/lynnedu/3.lynn.edu/vendor/yiisoft/yii2/base/Module.php(522): yii\base\Module->createController('save-plugin-set...')

10 /chroot/home/lynnedu/3.lynn.edu/vendor/craftcms/cms/src/web/Application.php(282): yii\base\Module->runAction('plugins/save-pl...', Array)

11 /chroot/home/lynnedu/3.lynn.edu/vendor/craftcms/cms/src/web/Application.php(541): craft\web\Application->runAction('plugins/save-pl...', Array)

12 /chroot/home/lynnedu/3.lynn.edu/vendor/craftcms/cms/src/web/Application.php(266): craft\web\Application->_processActionRequest(Object(craft\web\Request))

13 /chroot/home/lynnedu/3.lynn.edu/vendor/yiisoft/yii2/base/Application.php(386): craft\web\Application->handleRequest(Object(craft\web\Request))

14 /chroot/home/lynnedu/3.lynn.edu/html/index.php(21): yii\base\Application->run()

15 {main}