Mle CMS 1.11.3 not working
Mle CMS 1.11.3 not working
Hello,
I just installed the latest CMSMS, 1.11.2.1 and the module MleCMS.
It doesnt work though.
I did everything as i used to in 1.10.3:
1.{MleCMS action="init"} on top before {process_pagedata}
2. {MleCMS action="langs"} where to show the selection
3. Add my languages and their flags.
4. Create my pages.
Is it no compatible with the latest version or has something changed? because there is no info in the "module help link"
Can someone help pls? thanks
I just installed the latest CMSMS, 1.11.2.1 and the module MleCMS.
It doesnt work though.
I did everything as i used to in 1.10.3:
1.{MleCMS action="init"} on top before {process_pagedata}
2. {MleCMS action="langs"} where to show the selection
3. Add my languages and their flags.
4. Create my pages.
Is it no compatible with the latest version or has something changed? because there is no info in the "module help link"
Can someone help pls? thanks
Re: Mle CMS 1.11.3 not working
Can you describe the error you are getting? Because it is also not working here, same configuration as yours. I add the tags and codes as prescribed in the installation guide and the tutorial. But when I try to safe (submit) the template, it gives back:
Syntax Error in template "template:appdata;tmp_template" on line 1 "{MleCMS action=’init’}" - Unexpected "�"
No content blocks defined in template
Anybody out there with an idea?
Syntax Error in template "template:appdata;tmp_template" on line 1 "{MleCMS action=’init’}" - Unexpected "�"
No content blocks defined in template
Anybody out there with an idea?
- timdebuurman
- Power Poster
- Posts: 891
- Joined: Sun Nov 06, 2011 8:15 pm
- Location: Deventer, Netherlands
Re: Mle CMS 1.11.3 not working
Hi,
I recently did install MLE and a couple things need to change befor I got it to work.
In the documentation, it says:
{MleCMS action=’init’}
You need to change the (don't know exactly in English) little stripes next to init, these are wrong.
So delete them and make 'init' (see the difference?)
Also, in the flags template, the code 'ls' does not work, you need to change it to 'langs'
So from:
To:
Greets Tim
I recently did install MLE and a couple things need to change befor I got it to work.
In the documentation, it says:
{MleCMS action=’init’}
You need to change the (don't know exactly in English) little stripes next to init, these are wrong.
So delete them and make 'init' (see the difference?)
Also, in the flags template, the code 'ls' does not work, you need to change it to 'langs'
So from:
Code: Select all
{if $ls|@count}
{foreach from=$ls item=l name=language}
Code: Select all
{if $langs|@count}
{foreach from=$langs item=l name=language}
NextDoorMedia - Online Marketing Partner
https://www.nextdoormedia.nl
https://www.nextdoormedia.nl
Re: Mle CMS 1.11.3 not working
accent: wrongtimdebuurman wrote:Hi,
I recently did install MLE and a couple things need to change befor I got it to work.
In the documentation, it says:
{MleCMS action=’init’}
You need to change the (don't know exactly in English) little stripes next to init, these are wrong.
So delete them and make 'init' (see the difference?)
apostrophe: correct
I can confirm that. There are already two bug reports for that ...timdebuurman wrote: Also, in the flags template, the code 'ls' does not work, you need to change it to 'langs'
Cheers,
Alex
Re: Mle CMS 1.11.3 not working
Thanks for the comment, with the above said I could get the template to safe the smarty code without giving an error message. But now, when I click on the link that leads to the second (non-english) language version I get the following error code in my browser:
Fatal error: Call to a member function direction() on a non-object in /home/sskcoza/public_html/dev/modules/MleCMS/lib/class.mle_detector.php on line 46
I checked, that line of code has something to do with the locale setting, in my case
English en en_US
Afrikaans af af_ZA
It gives back this error the moment I set up the second language, even without having the templates spiked with the multilanguage code!
Any ideas, anyone?
Fatal error: Call to a member function direction() on a non-object in /home/sskcoza/public_html/dev/modules/MleCMS/lib/class.mle_detector.php on line 46
I checked, that line of code has something to do with the locale setting, in my case
English en en_US
Afrikaans af af_ZA
It gives back this error the moment I set up the second language, even without having the templates spiked with the multilanguage code!
Any ideas, anyone?
Re: Mle CMS 1.11.3 not working
I have the same issue. Although I dont get the error message in the browser, but in the debug.logokulyth wrote:Thanks for the comment, with the above said I could get the template to safe the smarty code without giving an error message. But now, when I click on the link that leads to the second (non-english) language version I get the following error code in my browser:
Fatal error: Call to a member function direction() on a non-object in /home/sskcoza/public_html/dev/modules/MleCMS/lib/class.mle_detector.php on line 46
I checked, that line of code has something to do with the locale setting, in my case
English en en_US
Afrikaans af af_ZA
I use Francais fr fr_FR
Cheers,
Alex
Re: Mle CMS 1.11.3 not working
Just solved it!
You have to install the corrsponding language packs.
Cheers,
Alex
You have to install the corrsponding language packs.
Cheers,
Alex
Re: Mle CMS 1.11.3 not working
and were do I get these? And, is there an Afrikaans language pack out there? And, it does not make sense because in both the installation guide and in the tutorial that is mentioned in the help of that module its not mentioned with a single word. But I will try your suggestion, if you let me know were to get the language packs.
Re: Mle CMS 1.11.3 not working
I already mailed both authors. The examples they gave worked because their example was setting up an ENGLISH version. English is the default language of CMSMS, so it works becaus this language pack is installed by default. Had they used e.g. french, they would have noticed.okulyth wrote: And, it does not make sense because in both the installation guide and in the tutorial that is mentioned in the help of that module its not mentioned with a single word.
Cheers,
Alex
Re: Mle CMS 1.11.3 not working
Great, installed Afrikaans language version, now it seems to work. Merci beaucoup pour le tuyau.