Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Dear all, for some reason couch works locally but not on my AWS ec2 ubuntu instance. By not working, I mean that i get the following message: No templates are being managed by the CMS . For example on this simple piece of code:

Code: Select all
<?php require_once('couch/cms.php') ?>
<html>
<head>
   <title>test</title>
</head>
<body>

<cms:editable name='main_content' type='richtext'>
   <div>HELLO THERE - CHANGE THIS</div>
</cms:editable>

</body>
</html>

<?php COUCH::invoke(); ?>


Please let me know if you have any idea why!!!
Hi,

Please try out the step suggested here -
viewtopic.php?f=4&t=8059

Hope this helps.
Do let us know.
2 posts Page 1 of 1
cron