cancel
Showing results for 
Search instead for 
Did you mean: 

I can't able to edit any field from Store-> Configuration

I can't able to edit any field from Store-> Configuration

10 REPLIES 10

Re: I can't able to edit any field from Store-> Configuration

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

Ankit Jasani

Re: I can't able to edit any field from Store-> Configuration

What is mean "system configurations and their values defined there". Could you pls what value needs to be altered?

Re: I can't able to edit any field from Store-> Configuration

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

Screenshot-from-2025-04-28-18-34-20-04-28-2025_06_34_PM.png

 

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

Ankit Jasani

Re: I can't able to edit any field from Store-> Configuration

As per your suggestion i removed content from ene.php:
Rem.png

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:

home.png


If wrong pls correct me

 

Re: I can't able to edit any field from Store-> Configuration

Hi @jeevarathi8477 ,

 

I can't see images uploaded by you for some reason.

 

For me I can see like below

Re-I-can-t-able-to-edit-any-field-from-Store-Co-Magento-Forums-04-29-2025_09_34_AM.png

Ankit Jasani

Re: I can't able to edit any field from Store-> Configuration

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.

Re: I can't able to edit any field from Store-> Configuration

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.

Ankit Jasani

Re: I can't able to edit any field from Store-> Configuration

Re: I can't able to edit any field from Store-> Configuration

What is the next step if i remove content from eve.php as per your suggestion?