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
Hello, while trying to run the 'Check Content Table' utility we are receiving the error below
TypeError: craft\helpers\ProjectConfig::unpackAssociativeArrays(): Argument #1 ($array) must be of type array, null given, called in /myapp/vendor/verbb/super-table/src/controllers/PluginController.php on line 426 and defined in /myapp/vendor/craftcms/cms/src/helpers/ProjectConfig.php:331 Stack trace: #0 /myapp/vendor/verbb/super-table/src/controllers/PluginController.php(426): craft\helpers\ProjectConfig::unpackAssociativeArrays(NULL) #1 [internal function]: verbb\supertable\controllers\PluginController->actionCheckContentTables() #2 /myapp/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array(Array, Array) #3 /myapp/vendor/yiisoft/yii2/base/Controller.php(178): yii\base\InlineAction->runWithParams(Array) #4 /myapp/vendor/yiisoft/yii2/base/Module.php(552): yii\base\Controller->runAction('check-content-t...', Array) #5 /myapp/vendor/craftcms/cms/src/web/Application.php(295): yii\base\Module->runAction('super-table/plu...', Array) #6 /myapp/vendor/craftcms/cms/src/web/Application.php(608): craft\web\Application->runAction('super-table/plu...', Array) #7 /myapp/vendor/craftcms/cms/src/web/Application.php(274): craft\web\Application->_processActionRequest(Object(craft\web\Request)) #8 /myapp/vendor/yiisoft/yii2/base/Application.php(384): craft\web\Application->handleRequest(Object(craft\web\Request)) #9 /myapp/web/index.php(41): yii\base\Application->run() #10 {main}
3.9.6
2.7.5.1
Yes
We have a content builder configuration with matrix children inside super tables.
The text was updated successfully, but these errors were encountered:
Fixed for the next release. To get this early, run composer require verbb/super-table:"dev-craft-3 as 2.7.5.1".
composer require verbb/super-table:"dev-craft-3 as 2.7.5.1"
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Hello, while trying to run the 'Check Content Table' utility we are receiving the error below
Steps to reproduce
Craft CMS version
3.9.6
Plugin version
2.7.5.1
Multi-site?
Yes
Additional context
We have a content builder configuration with matrix children inside super tables.
The text was updated successfully, but these errors were encountered: