Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jmcgaha opened this issue Oct 29, 2018 · 0 comments
Assignees

Comments

@jmcgaha
Copy link
Contributor

jmcgaha commented Oct 29, 2018

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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants