added blog crashes c5

Permalink
I am fairly new to C5.
I am developing a site using the "silence" theme.
I get the following message after I add in the blog and then clikc on blog in the navigation bar.
?php defined('C5_EXECUTE') or die(_("Access Denied.")); $this->inc('elements/header.php'); $t = Loader::helper('mylab_theme', 'theme_silence'); ?>

Any thoughts on how to fix this?
Is it because my theme doesn't support blogs out of the box?
How would I fix that?
Cheers

 
planist1 replied on at Permalink Reply
planist1
perhaps missing the opening < at the front? Or was that a copy/paste error?
mylaw replied on at Permalink Reply
oops. that was a cut/paste error
planist1 replied on at Permalink Reply
planist1
What page type is your block set to use? Go to dashboard -> page types
enlil replied on at Permalink Reply
enlil
What is

$t = Loader::helper('mylab_theme', 'theme_silence');


meant to do? I'm guessing this is where the error is coming from, as the rest of the code you posted should not throw any errors...

Edit: Which blog are you using? The core blog installed with c5 or something else from the marketplace??