We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting this error when I set the User Group in the settings.
Failed to report exception due to missing client key (DSN)
yii\base\NotSupportedException: Changes to the project config are not possible while in read-only mode. in /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/craftcms/cms/src/services/ProjectConfig.php:441 Stack trace: #0 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/craftcms/cms/src/services/Plugins.php(705): craft\services\ProjectConfig->set('plugins.workflo...', Array, 'Change settings...') #1 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/verbb/workflow/src/controllers/BaseController.php(56): craft\services\Plugins->savePluginSettings(Object(verbb\workflow\Workflow), Array) #2 [internal function]: verbb\workflow\controllers\BaseController->actionSavePluginSettings() #3 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array(Array, Array) #4 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/yiisoft/yii2/base/Controller.php(157): yii\base\InlineAction->runWithParams(Array) #5 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/craftcms/cms/src/web/Controller.php(178): yii\base\Controller->runAction('save-plugin-set...', Array) #6 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/yiisoft/yii2/base/Module.php(528): craft\web\Controller->runAction('save-plugin-set...', Array) #7 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/craftcms/cms/src/web/Application.php(291): yii\base\Module->runAction('workflow/base/s...', Array) #8 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/craftcms/cms/src/web/Application.php(559): craft\web\Application->runAction('workflow/base/s...', Array) #9 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/craftcms/cms/src/web/Application.php(270): craft\web\Application->_processActionRequest(Object(craft\web\Request)) #10 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/yiisoft/yii2/base/Application.php(386): craft\web\Application->handleRequest(Object(craft\web\Request)) #11 /opt/rh/httpd24/root/var/www/trees/goml-refresh/web/index.php(21): yii\base\Application->run() #12 {main}
The text was updated successfully, but these errors were encountered:
Right, so you shouldn't be able to access the settings page at all if allowAdminChanges = false, which is the reason for this error (I believe).
allowAdminChanges = false
This should be corrected in 1.4.6
Sorry, something went wrong.
That is correct and thank you.
No branches or pull requests
Description
I'm getting this error when I set the User Group in the settings.
Failed to report exception due to missing client key (DSN)
yii\base\NotSupportedException: Changes to the project config are not possible while in read-only mode. in /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/craftcms/cms/src/services/ProjectConfig.php:441
Stack trace:
#0 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/craftcms/cms/src/services/Plugins.php(705): craft\services\ProjectConfig->set('plugins.workflo...', Array, 'Change settings...')
#1 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/verbb/workflow/src/controllers/BaseController.php(56): craft\services\Plugins->savePluginSettings(Object(verbb\workflow\Workflow), Array)
#2 [internal function]: verbb\workflow\controllers\BaseController->actionSavePluginSettings()
#3 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array(Array, Array)
#4 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/yiisoft/yii2/base/Controller.php(157): yii\base\InlineAction->runWithParams(Array)
#5 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/craftcms/cms/src/web/Controller.php(178): yii\base\Controller->runAction('save-plugin-set...', Array)
#6 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/yiisoft/yii2/base/Module.php(528): craft\web\Controller->runAction('save-plugin-set...', Array)
#7 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/craftcms/cms/src/web/Application.php(291): yii\base\Module->runAction('workflow/base/s...', Array)
#8 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/craftcms/cms/src/web/Application.php(559): craft\web\Application->runAction('workflow/base/s...', Array)
#9 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/craftcms/cms/src/web/Application.php(270): craft\web\Application->_processActionRequest(Object(craft\web\Request))
#10 /opt/rh/httpd24/root/var/www/trees/goml-refresh/vendor/yiisoft/yii2/base/Application.php(386): craft\web\Application->handleRequest(Object(craft\web\Request))
#11 /opt/rh/httpd24/root/var/www/trees/goml-refresh/web/index.php(21): yii\base\Application->run()
#12 {main}
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: