Page 1 of 1

[SOLVED]Bilingual website-template error messages

Posted: Thu Nov 22, 2012 9:45 am
by burlington
Using CMSMS 1.11.2.1

I have been following Goran Ilic's advice at http://blog.arvixe.com/creating-a-multi ... ms-module/ on creating a multilingual website.

On following the instructions'....add {MleCMS action=’init’} on top of Template before anything else (where {process_pagedata} is).' I get the error messages when trying to save the template away:
<quote>
Syntax Error in template "template:appdata;tmp_template" on line 1 "{MleCMS action=’init’}{process_pagedata}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" - Unexpected "?"
No content blocks defined in template
</quote>
Everything worked fine until that stage!

The template is a standard CMSMS one. No error messages until now.

Any advice would be very welcome.

Thanks

Martin

Re: Bilingual website-template error messages

Posted: Thu Nov 22, 2012 11:27 am
by Jos
Just use the right quotes: {MleCMS action='init'}

Re: Bilingual website-template error messages

Posted: Thu Nov 22, 2012 11:33 am
by burlington
Many thanks Jos.