Fix Fatal Error in System Configuration – Varien_Data_Form_Element_Color

configuration

I am trying to access system > configuration but I get the following error ~

Fatal error: Class ‘Varien_Data_Form_Element_Color’ not found in
/home4/trifect1/public_html/lib/Varien/Data/Form/Abstract.php on line
146

Appreciate any help or advice you can offer me.

Thanks!

Best Answer

There is an element in one of your system.xml files that has the type color. This shouldn't be there by default so either you add it or there is an extension that did.
Search in your system.xml files for this piece of text:

<frontend_type>color</frontend_type> 

and remove the field or change the type to text.