Newbie here (programmer for 30 years though), did a search and found my issue, but there was no answer as to what resolved it. So along with that, I found a few issues so far while doing the Couch tutorial:
MINOR ISSUE:
For HTML5, the Doctype of each file should be just <!DOCTYPE html>
DIVING DEEP - THE BLOG (PART 1):
Where it says "the two editable regions we identified above", there's only one defined.
Where it says "Upload an image", there are no images accessible on the server.
Where it does the embed,
I have:
I get:
If I move the file and try the ../ conventions named in the docs, I just get:
I have not added anything in the config.php regarding the snippets location.
HELP!
MINOR ISSUE:
For HTML5, the Doctype of each file should be just <!DOCTYPE html>
DIVING DEEP - THE BLOG (PART 1):
Where it says "the two editable regions we identified above", there's only one defined.
Where it says "Upload an image", there are no images accessible on the server.
Where it does the embed,
I have:
- Code: Select all
</body>
</html>
<cms:else />
<cms:embed '../../blog_list.html' />
</cms:if>
<?php COUCH::invoke(); ?>
I get:
"Error embedding file: /home/meuser/mysite.com/couch/snippets/blog_list.html"
If I move the file and try the ../ conventions named in the docs, I just get:
Error embedding file: /home/meuser/mysite.com/couch/snippets/../../blog_list.html
I have not added anything in the config.php regarding the snippets location.
HELP!