cancel
Showing results for 
Search instead for 
Did you mean: 

Missing category tabs

Missing category tabs

Hello,

 

I am using magento version 1.9.2.4 and have some issue regarding the Catalog->Manage Categories->Category tabs in the admin panel. They are few of them missing.


Here is an image of how the tabs are at the moment:

T2G8L.png


I also found a thread somewhere with the following query:

SELECT attribute_group_name FROM eav_attribute_group WHERE attribute_set_id = (SELECT default_attribute_set_id FROM eav_entity_type WHERE entity_type_code = 'catalog_category');

 This list the attribute groups in the database table eav_attribute_group. All of the tabs are showing in here. Can somebody point me at the right direction so i can fix this?

Thanks

2 REPLIES 2

Re: Missing category tabs

Hi @SilentAce,



Are you using version control? Is there a way to review recent code that could have affected the tabs?

 

 

Best regards.

Gabriel

Welcome to the Magento Forums. Remember to introduce yourself and read the Magento Forums Guidelines.

Re: Missing category tabs

Hello,

Unfortunately i don't have version control to see what code was affected.

 

Thanks