I have been building a module and making numerous changes without any problems until just now. I removed a configuration variable from my extension's system.xml file but the field is still in the config. I have disabled all caching, flushed all caches (both through magento admin and by manually deleting everything in the directories) but it STILL won't go away. As a test, I added it back to the system.xml file using the same node name but changing the label and it picked up the change. I was also able to hide it by setting <show_in_...> to 0. However, after it went away, I removed it from the system.xml file and it showed up again in the admin. I have to imagine this is a caching issue but I can't figure out what to flush to make it go away. Any thoughts?
| |||
|
feedback
|
|
Two things to check. When you save a configuration value, magento (currently) persists it to the
To see if there's still a values in there. If it is, calls to Secondly, Magento allows you to stores a default value for each configuration path in
node for a nested tree path that matches your configuration path. If this node is present then this value will be returned for requests to | |||||||||
feedback
|
|
system.xml values are stored in the db, | |||
feedback
|