Magento: "configForm not defined" error while saving admin settings
I am getting this error when I try to save some settings in admin. At least so far I've noticed this is happening in the system / advanced section and in the plugin (color picker) I want to disable.
Uncaught ReferenceError: configForm is not defined
onclick
Any idea?
thank
+3
MiguelRivero
source
to share
1 answer
The problem in the /magento/js/prototype/validation.js file is corrupted.
Just replace it with the original version from your backup files or fresh magenta and it should work.
+1
MageDev
source
to share