Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
I've downloaded the Portable CouchCMS for local testing, all works fine.
I've renamed the index.html of my website to index.php and inserted these :
Code: Select all
<?php require_once( 'couch/cms.php' ); ?>
and
Code: Select all
<?php COUCH::invoke(); ?>
exactly like in your tutorial but when I look in the admin panel nothing is changed, I see
No templates are being managed by the CMS
Hi,

Have you made sure to visit the modified index.php (http://localhost:8080/) through your browser while being logged in as the super-admin?
This step is necessary to make Couch pick up the changes made to any template.
Please let me know. Thanks.
2 posts Page 1 of 1
cron