Be careful when accessing the backend when you are blog admin : you can see the categories list but not the articles list. You have to change : $user = $this->getBlogUser(); to $user = $this->getBlogAdministrator();