Try the Demo

Magento Forum

   
menu not showing
 
JJ Pagac
Member
 
Avatar
Total Posts:  52
Joined:  2007-12-06
Madison, WI USA
 

Hi,

This might be a simple question.. however, after installing the new version of Magento 0.7.15480, and adding the sample data.... I don’t see the top menu. 

http://madtownparty.com/magento2/index.php/

 Signature 

Atomic Coffee Media
Atomic Coffee

 
Magento Community Magento Community
Magento Community
Magento Community
 
seanberry
Jr. Member
 
Total Posts:  14
Joined:  2008-01-16
 

I have not gone through the sql statements in the sample data… but I did see by debugging (since I had the same problem) that the core_config_vlaues were not filled in as they needed to be.  This is why you most likely need to run the install after you import the sample data.  To fix this try running the following sql query…
insert into core_config_data values (’’, ‘default’, 0, ‘catalog/category/root_id’, 3, ‘’, 0);

That fixed it for me.

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top