2024-03-24 17:07:06 [console.ERROR] [yii\base\NotSupportedException] Changes to the project config are not possible while in read-only mode. {"trace":["#0 /home/staginghabstor/public_html/vendor/craftcms/cms/src/services/ProjectConfig.php(490): craft\\services\\ProjectConfig->_setInternal('plugins.freefor...', '5.0.22', 'Update plugin s...', true, false)","#1 /home/staginghabstor/public_html/vendor/craftcms/cms/src/services/Plugins.php(860): craft\\services\\ProjectConfig->set('plugins.freefor...', '5.0.22', 'Update plugin s...')","#2 /home/staginghabstor/public_html/vendor/craftcms/cms/src/console/controllers/MigrateController.php(378): craft\\services\\Plugins->updatePluginVersionInfo(Object(Solspace\\Freeform\\Freeform))","#3 [internal function]: craft\\console\\controllers\\MigrateController->actionAll()","#4 /home/staginghabstor/public_html/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array(Array, Array)","#5 /home/staginghabstor/public_html/vendor/yiisoft/yii2/base/Controller.php(178): yii\\base\\InlineAction->runWithParams(Array)","#6 /home/staginghabstor/public_html/vendor/yiisoft/yii2/console/Controller.php(180): yii\\base\\Controller->runAction('all', Array)","#7 /home/staginghabstor/public_html/vendor/craftcms/cms/src/console/ControllerTrait.php(90): yii\\console\\Controller->runAction('all', Array)","#8 /home/staginghabstor/public_html/vendor/yiisoft/yii2/base/Module.php(552): craft\\console\\controllers\\MigrateController->runAction('all', Array)","#9 /home/staginghabstor/public_html/vendor/yiisoft/yii2/console/Application.php(180): yii\\base\\Module->runAction('migrate/all', Array)","#10 /home/staginghabstor/public_html/vendor/craftcms/cms/src/console/Application.php(91): yii\\console\\Application->runAction('migrate/all', Array)","#11 /home/staginghabstor/public_html/vendor/yiisoft/yii2/console/Application.php(147): craft\\console\\Application->runAction('migrate/all', Array)","#12 /home/staginghabstor/public_html/vendor/craftcms/cms/src/console/Application.php(122): yii\\console\\Application->handleRequest(Object(craft\\console\\Request))","#13 /home/staginghabstor/public_html/vendor/yiisoft/yii2/base/Application.php(384): craft\\console\\Application->handleRequest(Object(craft\\console\\Request))","#14 /home/staginghabstor/public_html/craft(13): yii\\base\\Application->run()","#15 {main}"],"memory":41181448,"exception":"[object] (yii\\base\\NotSupportedException(code: 0): Changes to the project config are not possible while in read-only mode. at /home/staginghabstor/public_html/vendor/craftcms/cms/src/services/ProjectConfig.php:518)"} 
2024-03-24 17:07:06 [console.WARNING] [application] Request context: {"environment":"staging","vars":{"_GET":[],"_POST":[],"_FILES":[],"_COOKIE":[],"_SERVER":{"SSH_CONNECTION":"34.236.25.177 49170 172.26.14.183 22","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","LANG":"C.UTF-8","HISTTIMEFORMAT":"%F %T ","OLDPWD":"/home/staginghabstor","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"1427","MODULES_CMD":"/usr/share/Modules/libexec/modulecmd.tcl","USER":"staginghabstor","PWD":"••••••••••••••••••••••••••••••••","HOME":"/home/staginghabstor","SSH_CLIENT":"34.236.25.177 49170 22","LOADEDMODULES":"","SHELL":"/bin/bash","SHLVL":"2","MANPATH":":","MODULEPATH":"/etc/scl/modulefiles:/usr/share/Modules/modulefiles:/etc/modulefiles:/usr/share/modulefiles","LOGNAME":"staginghabstor","DBUS_SESSION_BUS_ADDRESS":"unix:path=/run/user/1007/bus","XDG_RUNTIME_DIR":"/run/user/1007","MODULEPATH_modshare":"/usr/share/Modules/modulefiles:2:/etc/modulefiles:2:/usr/share/modulefiles:2","PATH":"/home/staginghabstor/.local/bin:/home/staginghabstor/bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/share/Modules/bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/cpanel/composer/bin","DEBUGINFOD_URLS":"https://debuginfod.centos.org/ ","MODULESHOME":"/usr/share/Modules","LESSOPEN":"||/usr/bin/lesspipe.sh %s","BASH_FUNC_which%%":"() {  ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() {  unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} /usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() {  typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e /usr/share/Modules/libexec/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e /usr/share/Modules/libexec/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source /usr/share/Modules/init/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() {  if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n /usr/bin/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() {  module ml \"$@\"\n}","_":"./craft","PHP_SELF":"./craft","SCRIPT_NAME":"./craft","SCRIPT_FILENAME":"./craft","PATH_TRANSLATED":"./craft","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1711271216.9278850555419921875,"REQUEST_TIME":1711271216,"argv":["./craft","migrate/all"],"argc":2,"CRAFT_APP_ID":"CraftCMS--8825ec4c-26ba-4e72-8c9c-701f29d7ff95","CRAFT_ENVIRONMENT":"staging","CRAFT_SECURITY_KEY":"••••••••••••••••••••••••••••••••","CRAFT_DB_DRIVER":"mysql","CRAFT_DB_SERVER":"127.0.0.1","CRAFT_DB_PORT":"3306","CRAFT_DB_DATABASE":"staginghabstor_db1","CRAFT_DB_USER":"staginghabstor_usr1","CRAFT_DB_PASSWORD":"••••••••••••••••••••••••••••••••","CRAFT_DB_SCHEMA":"public","CRAFT_DB_TABLE_PREFIX":"","DEV_MODE":"false","ALLOW_ADMIN_CHANGES":"false","DISALLOW_ROBOTS":"true","PRIMARY_SITE_URL":"https://habilitas.staging.mintyy.com.au","CRAFT_WEB_URL":"https://habilitas.staging.mintyy.com.au","CRAFT_WEB_ROOT":"/public_html/web","VITE_BASE_URL":"https://habilitas.staging.mintyy.com.au","PRIMARY_CRAFTENV_SITE_NAME":"habilitas","PRIMARY_CRAFTENV_THEME_DIRECTORY_NAME":"habilitas-craft","ASSETS_IMAGES_LOCAL_PATH":"assets/volumes/","ASSETS_IMAGES_S3_PATH":"assets/volumes/","ASSETS_IMAGES_LOCAL_URL":"https://habilitas.staging.mintyy.com.au/assets/volumes/","ASSETS_IMAGES_S3_URL":"assets/volumes/","IMAGES_LOCAL_FILESYSTEM":"imagesLocal","IMAGES_S3_FILESYSTEM":"imagesS3","GOOGLE_MAPS_API_KEY":"•••••••••••••••••••••••••••••••••••••••"}}} 
