Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
The left sidebar is repeated every pages. I trying to make the sidebar as a cms:editable page, and embed this editable page. but my page shows this error: Error embedding file: C:/xampp/htdocs/test/couch/snippets/html/miff.php.

I not sure which part I did wrong. Can anyone help me with this? or got better alternative?

Thanks.
Hi,

Addressing the specific error message that you are getting -
please check if 'miff.php' really does exist within 'html' folder of 'snippets'.

Having said that, I see you are trying to embed an editable regions's 'definition' on all template - that will create a region on each template and you'll have to enter the same data everywhere.

What you actually need is the ability to define a region at a 'single' place (so that data is entered only once) and then show the same data everywhere.

For this please see the 'Global values' section of http://www.couchcms.com/docs/tutorials/ ... -ends.html

Hope this helps.
solved it. Thanks.
3 posts Page 1 of 1