Hi,
We had an issue with an old instance and basically our SSH root was corrupt and we couldn't upgrade any longer. So, I took a database backup and installed it on a fresh installation. I then added our new theme, and everything seemingly works fine but when I try to access the Manage Categories area in admin. I get the error pasted at the end of this post.
It looks like it is basically looking for something from our old theme, which in retrospect, perhaps I should've reverted to the default Magento theme before doing the DB backup I used to restore on this fresh instance, but live and learn.
To remedy the issue I did the following:
- Deleted the record looking for the attribute ico_page_heading_textalign in the database. That did nothing.D
- Deleted all records referring to Atelier, our old theme. That took the whole darn thing down
- Restored the whole site to before I started this exercise.
- Uploaded all the files/folder (named Icotheme) from my old theme into the app>code>local folder, including the file from the error. Here is the error:
a:5:{i:0;s:126:"Source model "icotheme/system_config_source_category_attribute_textalign" not found for attribute "ico_page_heading_textalign"";i:1;s:4538:"#0 /var/www/html/magento/app/code/core/Mage/Eav/Model/Entity/Attribute/Abstract.php(390): Mage::exception('Mage_Eav', 'Source model "i...')
I still can't access the Manage Categories so I am hoping someone here can help!
Thanks!