cancel
Showing results for 
Search instead for 
Did you mean: 

Porto problem with execute app:config:import

Porto problem with execute app:config:import

Hello people,
I have a problem, I run these commands:
1 bin / magento config: import,
2 bin / magento setup: update
in the cloud environment. On the console, I see this error:

 

PHP Fatal error: Uncaught Error: Cannot unset string offsets in /app/app/code/Smartwave/Porto/Model/Config/Backend/Customcmstabs.php:60
Stack trace:
#0 /app/vendor/magento/module-config/Model/Config/Importer/SaveProcessor.php(106): Smartwave\Porto\Model\Config\Backend\Customcmstabs->beforeSave()
#1 /app/vendor/magento/module-config/Model/Config/Importer/SaveProcessor.php(64): Magento\Config\Model\Config\Importer\SaveProcessor->invokeSave(Array, 'default')
#2 /app/vendor/magento/module-config/Model/Config/Importer.php(131): Magento\Config\Model\Config\Importer\SaveProcessor->process(Array)
#3 [internal function]: Magento\Config\Model\Config\Importer->Magento\Config\Model\Config\{closure}()
#4 /app/vendor/magento/framework/App/State.php(187): call_user_func_array(Object(Closure), Array)
 
problema porto.png
Any ideas?
Thank you.
2 REPLIES 2

Re: Porto problem with execute app:config:import

I had this same issue.  I manually removed the reference to product tabs from the app/etc/config.php file.

 

1. porto_settings/product/custom_csm_tabs

2. porto_settings/product/custom_attr_tabs



Re: Porto problem with execute app:config:import

...