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
[SOLVED]Bilingual website-template error messages
-
- Power Poster
- Posts: 444
- Joined: Wed Dec 27, 2006 5:15 pm
[SOLVED]Bilingual website-template error messages
Last edited by burlington on Thu Nov 22, 2012 11:33 am, edited 1 time in total.
Re: Bilingual website-template error messages
Just use the right quotes: {MleCMS action='init'}
-
- Power Poster
- Posts: 444
- Joined: Wed Dec 27, 2006 5:15 pm
Re: Bilingual website-template error messages
Many thanks Jos.