- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2018
06:27 AM
05-03-2018
06:27 AM
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.
Thanks in advance.
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2018
06:32 AM
05-03-2018
06:32 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2019
02:06 AM
04-04-2019
02:06 AM
Re: I can not save any configurations from the admin panel
Hi,
i have same problem as you have. did you solve it?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2019
02:31 AM
04-04-2019
02:31 AM
Re: I can not save any configurations from the admin panel
update :
problem solved just need to Flush Cache Storage.