Page 1 of 1

New install - not enabling content change

Posted: Thu Jul 15, 2010 1:06 pm
by lprintz
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

Re: New install - not enabling content change

Posted: Thu Jul 15, 2010 1:14 pm
by RonnyK
seems like you dont have the required {content} call in the template.

Ronny

Re: New install - not enabling content change

Posted: Thu Jul 15, 2010 1:35 pm
by lprintz
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

Re: New install - not enabling content change

Posted: Thu Jul 15, 2010 1:40 pm
by lprintz
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!

Re: New install - not enabling content change

Posted: Thu Jul 15, 2010 1:46 pm
by Jos
I assume you did assign that test-template to your pages first?

Can you paste that test-template here?

Re: New install - not enabling content change

Posted: Thu Jul 15, 2010 3:06 pm
by lprintz
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}


Re: New install - not enabling content change

Posted: Thu Jul 15, 2010 3:09 pm
by RonnyK
It is the last part that makes it NOT working...
{literal}



{/literal}
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.

Ronny

Re: New install - not enabling content change

Posted: Thu Jul 15, 2010 4:34 pm
by NaN

Re: New install - not enabling content change

Posted: Thu Jul 15, 2010 7:32 pm
by lprintz
Works great...thanks so much guys!