Hi @jeevarathi8477 ,
This behavior might be occurring due to locked configurations.
Please review the app/etc/config.php and app/etc/env.php files.
You will find system configurations and their values defined there. If necessary, remove the relevant configuration entries and then run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
After completing these steps, please check the behavior again.
Problem Solved? Accept as Solution!
Thanks
What is mean "system configurations and their values defined there". Could you pls what value needs to be altered?
Hi @jeevarathi8477 ,
In your app/etc/env.php or app/etc/config.php values for backoffice configuration already added.
Because of that you can not modify it from admin panel because it's hard coded in any of above php files.
Example screenshot attached which I have taken from app/etc/env.php
You need to manually edit app/etc/env.php OR app/etc/config.php file
Remove content available under 'system' => Make sure you have taken backup of those files before modify. Example 'payflow_express' => [ 'debug' => null ],
I have deleted that part executed commands and after that I can add values from backoffice/backend.
You can remove whole content available under 'system' as well.
Problem Solved? Accept as Solution!
Thanks & Regards
As per your suggestion i removed content from ene.php:
My screen look like after running following cmd:
php bin/magento setup:upgrade && php bin/magento setup:di:compile && php -dmemory_limit=5G bin/magento setup:static-content:deploy -f && php bin/magento indexer:reindex && php bin/magento c:f && php bin/magento c:f
Error:
If wrong pls correct me
Hi @jeevarathi8477 ,
I can't see images uploaded by you for some reason.
For me I can see like below
As per your suggestion i removed content from ene.php:
Screenshot
My screen look like after running following cmd:
php bin/magento setup:upgrade && php bin/magento setup:di:compile && php -dmemory_limit=5G bin/magento setup:static-content:deploy -f && php bin/magento indexer:reindex && php bin/magento c:f && php bin/magento c:f
Error:
Screenshot
Correct me if i am wrong.
Hi @jeevarathi8477 ,
Sorry, I still cant access images which you have uploaded.
I can still see the same when I click on link.
So, it's difficult for me to provide an update.
Could you pls join here?
https://chat.stackexchange.com/rooms/25332/magento-chat
What is the next step if i remove content from eve.php as per your suggestion?