Getting a simple blog to work.

Permalink
I've downloaded Simple Blog from the store and installed it in packages.
According to the tutorial page, I now have to add a new Blog Entries page. However when I try, I get the error message:

"...inc/header.php): failed to open stream: No such file or directory"

Where do I get the inc/header.php from? Or should I make that myself?

 
Kurtopsy replied on at Permalink Reply
Kurtopsy
Hi ghoststalker194,

I think you're getting the error message because you're missing the 'elements' folder in your path.

The top of that page type should be:
$this->inc('elements/header.php');


Hope that helps
ghoststalker194 replied on at Permalink Reply
Thank you kindly :)