Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi there!

Using XAMPP I worked through of the tutorials on my website (cs4ky.com). Everything worked.

I moved the files from htdocs to the folder on my desktop where my html code resided. I changed the information on config, installed couch, and the "blog" template wouldn't work (except I call mine 'news'). I ended up deleting all of the templates and starting all over again with this code at the top of the 'news.php' page:
Code: Select all
<cms:template title='news' clonable='1'>
  <cms:editable name='news_content' type='richtext' />
  <cms:editable name='news_image'
    type='image'
    />

  <cms:folder name="ky-news" title="Kentucky News" />
  <cms:folder name="natl-news" title="National News" />
  <cms:folder name="events" title="Events" />
</cms:template>


My test articles show fine but I get this when I try to look at 'news.php': ERROR: Tag "pages": masterpage 'news-template.php' not found

Now when I started the first time the template file WAS 'news-template.php' but now it's 'news.php.' What can I do? I'm afraid starting all over again will result in the same issue.
Hi,

Please see viewtopic.php?f=4&t=9608#p21319

Hope it helps.
2 posts Page 1 of 1