Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi Everyone,

I am working on a project based on COUCH CMS and I have encountered with a issue.

I have defined the repeatable region so that client can add new pic and their details if they wish to add more in future. But, when I try to use repeatable region it works fine initially, but after sometime when I logged in back in the admin area, it says Field not found! Delete Permanently?(View Code)

But I have not deleted, also I did checked in the template the code has not been altered at all.

This issue exist both in localhost development environment as well as live server as well.

Is there any way to fix this issue?

Need help.

cheers
1. When you login to couch admin, do you use proper user? i mean the user that created the template?
2. Maybe, when you create clonable template...and you have changes on your code...you need to open a post first to update teh template....
@Rabin, can you please confirm that you have defined the editable regions within the <cms:template> block?

I ask this because the problem suggests you have defined the region somewhere else at a spot that does not always execute (perhaps within some <cms:if> condition). And so, whenever it does not execute, Couch thinks the region has been deleted.

Please check. You may post or attach your entire template here if you'd like us to take a look at the code too.

Thanks.
3 posts Page 1 of 1