Magento – Fatal error: Class ‘Varien_Data_Form_Element_Videos’ not found

admince-1.9.1.0error

I'm getting this error message when I open a product from admin –

Fatal error: Class 'Varien_Data_Form_Element_Videos' not found in /home/firstgea/public_html/lib/Varien/Data/Form/Abstract.php on line 146

History: I used a 1.8 database and a clean install of Magento 1.9.1. So I think it's a video plugin but I don't know how to get rid of it.

Best Answer

I finally solved my problem. What a huge feeling of accomplishment. I used two different answers from various others and was able to get rid of the attribute.

  1. Backed up my system.
  2. Went to database and located “eav_attribute” table.
  3. Looked up Videos and changed the value of is_user_defined to 1
  4. Logged back in to Admin and located the attribute Videos
  5. Delete
  6. More errors and nearly paniced, but was comfortable since I did a back-up.
  7. Found solution for my errors here - https://stackoverflow.com/questions/18480310/magento-exception-printing-is-disabled-by-default-for-security-reasons

And that was it! Everything works fine now!

Related Topic