cancel
Showing results for 
Search instead for 
Did you mean: 

I can not save any configurations from the admin panel

I can not save any configurations from the admin panel

I can not save any configuration from the administration panel, after saving the settings clean the cache. There are no written records and no error message is seen.

 

error youtube video

 

Thanks in advance.

3 REPLIES 3

Re: I can not save any configurations from the admin panel

Hello,

 

There is two possible problem

1) page coming from cache ( first check is that configuration save into core_config_data)

2) php post size issue 

add below thing into a .htaccess file

php_value upload_max_filesize 10M
php_value max_input_nesting_level 128
php_value max_input_vars 7000

 

If it will help you then mark as a solution or give kudos.

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: I can not save any configurations from the admin panel

Hi,

i have same problem as you have. did you solve it? 

Re: I can not save any configurations from the admin panel

update :

problem solved just need to Flush Cache Storage.