<?php Mage::getModel('catalog/category')->getCollection()->addFieldToFilter('children_count','0'); ?>
produces:
Fatal error: Call to a member function getBackend() on a non-object in app\code\core\Mage\Eav\Model\Entity\Abstract.php on line 816
what am I missing?
I'm deploying the code on sample data unmodified 1.7 installation