How to create new views in the CMS
I'm playing around with the CMS and trying to create new views from it. I created a new page called test/testing, added a bit of text in it and saved. The database updated correctly with the values I entered. However, if I go to mysite.com/test/testing, I get these errors:
"A PHP Error was encountered
Severity: Notice
Message: Undefined offset: 1
Filename: core/Router.php
Line Number: 93
An Error Was Encountered
Unable to load your default controller. Please make sure the controller specified in your Routes.php file is valid."
The site works perfectly fine when I load views that I physically created before adding the CMS in. Is it possible to create new content from the CMS without adding a physical view file first?
Comments
Now, I have a template that I use in my physical view files, is there an easy way to import that into fuel so I can use the same styling on my pages generated from the DB?