Page 1 of 1

[solved]Unable to edit/update content on my cmsms website!

Posted: Tue Sep 20, 2011 9:26 am
by iselinarnesen
I'm not able to add/edit/update any content on my website. I get this error message: There was an error in interpretation of the content blocks (possible there are two or more identical names on the blocks

I have no idea what it means.

Would appreciate any help here:)

Website: gaianation.org

html/css attached

Iselin.

Re: Unable to edit/update content on my cmsms website!

Posted: Tue Sep 20, 2011 10:21 am
by Jos
possible there are two or more identical names on the blocks
Check your template if there are more tags like {content block="name"} with the same value for "name"

Re: Unable to edit/update content on my cmsms website!

Posted: Tue Sep 20, 2011 10:38 am
by iselinarnesen
Thank you for your reply.

I checked for it in the html file, but I cant seem to find any. Can you see it?

Re: Unable to edit/update content on my cmsms website!

Posted: Tue Sep 20, 2011 11:00 am
by uniqu3
On top of template there is {content assign='capturedcontent'} then lower in template there is {content} again.
Now replace {content} with {$capturedcontent}

Re: Unable to edit/update content on my cmsms website!

Posted: Tue Sep 20, 2011 11:10 am
by iselinarnesen
Thank you so much! Can't tell you how much I appreciate your knowledge and help:)