Magento – Could not find the source model ‘”for the attribute” school ” .. Eav/Model/Entity/Attribute/Abstract.php(387)

customereaverrormagento-1.9

I see an error in my template when a client tries to register.
You can not register and get an error:
There has been an error processing your request ….

Thanks

a:5:{i:0;s:65:"No se ha encontrado el modelo fuente "" para el atributo "school"";i:1;s:3553:"#0 /app/code/core/Mage/Eav/Model/Entity/Attribute/Abstract.php(387): Mage::exception('Mage_Eav', 'No se ha encont...')

Best Answer

It seams like you have a custom attribute for the customer called school that has a custom source model.
Either the source model is empty or the model does not exist.
If you don't need that attribute just remove it from the eav_table.
Search for the attribute with the attribute_code = 'school'

Related Topic