Hello!
I've used CMSMS many times for several clients and this is a first.
I have everything installed and was starting to build out pages but see this error when in the editor: An error occurred parsing content blocks (perhaps duplicated block names) (Troubleshooting)
I followed the instructions to 'debug' but this data is greek to me! I've attached the results in case somebody can make sense of it.
Please help!
Thanks so much!
Len
New install - not enabling content change
New install - not enabling content change
- Attachments
-
[The extension txt has been deactivated and can no longer be displayed.]
Re: New install - not enabling content change
seems like you dont have the required {content} call in the template.
Ronny
Ronny
Re: New install - not enabling content change
Yeah...that was the first thing I checked. It's definitely there...even reread it 10 times for a typo or the wrong brackets 
btw, I forgot to mention I'm using the latest version - 1.8.1

btw, I forgot to mention I'm using the latest version - 1.8.1
Re: New install - not enabling content change
Just for kicks...I added a 'test' template and plugged in my original HTML template 'as is' and simply added a {content} tag...NADA
I'm stumped!
I'm stumped!
Re: New install - not enabling content change
I assume you did assign that test-template to your pages first?
Can you paste that test-template here?
Can you paste that test-template here?
Re: New install - not enabling content change
Here you go! Thank you!
{title} | {sitename}
/* EXAMPLE */
DD_belatedPNG.fix('.shadow');
{menu}
PROCEDURES
Content
APPOINTMENT REQUEST
Content
FREE 30 MINUTE CONSULTATION
Content
PATIENT FORMS
Content
{content}
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Dental Health for Life >
Whitening for Life >
Nobel Smile Advisor >
J. Peter St. Clair, DMD, PC
151 Central Street
Rowley, MA 01969
Phone: 978-948-2030
Dental Partners of Newburyport
194 High Street
Newburyport, MA 01950
Phone: 978-465-5358
© Copyright 2010 J. Peter St. Clair, DMD. All Rights Reserved.
Website developed by Siphon Marketing
{literal}
{/literal}
{title} | {sitename}
/* EXAMPLE */
DD_belatedPNG.fix('.shadow');
{menu}
PROCEDURES
Content
APPOINTMENT REQUEST
Content
FREE 30 MINUTE CONSULTATION
Content
PATIENT FORMS
Content
{content}
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Dental Health for Life >
Whitening for Life >
Nobel Smile Advisor >
J. Peter St. Clair, DMD, PC
151 Central Street
Rowley, MA 01969
Phone: 978-948-2030
Dental Partners of Newburyport
194 High Street
Newburyport, MA 01950
Phone: 978-465-5358
© Copyright 2010 J. Peter St. Clair, DMD. All Rights Reserved.
Website developed by Siphon Marketing
{literal}
{/literal}
Re: New install - not enabling content change
It is the last part that makes it NOT working...
Ronny
Ass there is a {content....} in there, that is being seen as a {content}-block, which cant be opened. Try renaming that variable to something that does NOT have "content" as a word inside.{literal}
{/literal}
Ronny
Re: New install - not enabling content change
See also this post for solutions: http://forum.cmsmadesimple.org/index.ph ... #msg217391
Re: New install - not enabling content change
Works great...thanks so much guys!