I just migrated a website from LIVE to my Local system. After migration, the site seems to be working fine however the static blocks are not appearing anywhere on the website. They do exists in admin section, I also tried adding new static blocks but they as well doesn't showed up. I used the following code to call them on frontend
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('brand-banners')->toHtml(); ?>