Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento Configurations are not changing after saving

Tags:

php

magento

after updating to magento 1.8.1 it stopped saving the changes of the theme options in the system configuration… i made a backup and created 1 to 1 copy on my local machine… and by editing the theme options.. and saving!! everything is ok !!!

i can’t understand y the problem is only on the server… i mean these r the same files.. the same database… and everything is ok with the permissions… and the php version is by both 5.4… so i have no idea why it should function on my local server and not on the web server !!!

after saving… i still get the message “The configuration has been saved.” the problem is it's not being saved... it's only about the theme options.. other Configurations can be saved normally...

so i can't understand y.. and i don't know where to look !!!

it’s driving me almost crazy

i made a screen capture to give a hint how it looks like: http://www.youtube.com/watch?v=pBfIWXxGB64&feature=youtu.be

like image 866
pixxet Avatar asked Dec 29 '13 16:12

pixxet


People also ask

In which table custom configuration are stored in Magento?

In this post we will show you how to add custom system configuration settings in Magento 2. System configuration values in Magento 2 are stored in the core_config_data database table, which is exactly the same as in Magento 1.

Why Magento is too slow?

Why is Magento so slow? Magento is so slow because you may be using unnecessary themes, extensions, and customizations. Also, Slow hardware, far hosting server, not caching data, not enabling flat catalog, not minifying CSS and JS, and not updating your store lead to Magento's slow performance.

Where is store config data in Magento 2?

This requires to get store config value by scope in Magento 2. All the adminhtml settings are saved in core_config table of your Magento 2 database. You just need to call getConfig() method and add a second param with the scope to get the stored value for website, store or the store view.

Where is Magento config file?

To get DB config file go to:/<Magento Install Dir>/app/etc/local.


1 Answers

Nothing happens when you try to save the payment methods page. The problem is caused by the Chrome browser's auto-fill feature. Chrome will auto-fill the PayPal username/email. Click on the PayPal Payment Solutions tab, then click Configure near Express Checkout and remove the auto-filled username/password.

Now you can save the page.

Alternatively, try FireFox, Safari or Internet Explorer.

Taken from this page

like image 166
ela40 Avatar answered Oct 01 '22 03:10

ela40