Input type “select” not found in the input types list.
( same for any type )
system log :
2011-10-08T23:23:35+00:00 ERR (3): Recoverable Error: Argument 1 passed to Zend_Validate_InArray::setHaystack() must be an array, null given, called in /chroot/home/tngdesig/tng-design.com/html/lib/Zend/Validate/InArray.php on line 96 and defined in /chroot/home/tngdesig/tng-design.com/html/lib/Zend/Validate/InArray.php on line 122 2011-10-08T23:23:35+00:00 ERR (3): Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in /chroot/home/tngdesig/tng-design.com/html/lib/Zend/Validate/InArray.php on line 196
I get magento 1.5.1 on a shared hosting with multi-stores.
I currently have the same problem.
The $helper->getInputTypesValidatorData() returns NULL ( app/code/core/Mage/Eav/Model/Adminhtml/System/Config/Source/Inputtype/Validator.php )
so this is not working:
return Mage::getStoreConfig(self::XML_PATH_VALIDATOR_DATA_INPUT_TYPES);
( in app/code/core/Mage/Eav/Helper/Data.php )