I'm working on my first magento theme, and I'm meeting difficulties.
My category pages ( http://namespace.com/category-name/ ) are blank. If I switch on the default theme in the backoffice, I got a correct display, but when I activate my package / theme, i got just the blank page.
When the template path hint are activated, I can see the blank page is trying to load my default layout, but the body remains empty.
Maybe it's a layout file I forgot, I tried to use catalog.xml in the layout folder of my theme to configure display, but without results.