Page 1 of 1

Error with change language on docebo

Posted: Sat Oct 26, 2013 3:58 pm
by mthompson
Good morning. From yesterday , on my docebo i can't seen in the upper right corner where it says change language and allowed to switch to other languages. All messages were in Spanish, not now.Seems to not interpret the language by default and does not allow me to change to any other. Only happens in the home and in the header, the rest works perfect.

I have not changed anything and I have no idea why this is happening. Can anyone help?
I found that this is where calls available languages ​​and is now empty:

var lang_setup = new YAHOO.widget.Panel("language_setup", {
context:["change_language","tr","br", ["beforeShow", "windowResize"]],
constraintoviewport: true,
width: '600px',
modal: true,
close: true,
visible: false,
draggable: false
} );
lang_setup.setBody("<ul class=\"link_list_inline\" id=\"language_selection\"></ul><div class=\"nofloat\"></div>");
lang_setup.render(document.body);
YAHOO.util.Event.addListener("change_language", "click", lang_setup.show, lang_setup, true);

Thanks in advance.
Madeleine

Re: Error with change language on docebo

Posted: Mon Oct 28, 2013 9:08 am
by alberto
Hi Madeleine, this issue was reported on servers running PHP5.4, maybe your server administrator upgraded the system configuration without telling you?
Try downgrading to php5.3 and everything should work as expected again

Re: Error with change language on docebo

Posted: Mon Oct 28, 2013 12:39 pm
by mthompson
Yes Alberto!!! that's just what happened... we did downgrading to php5.3 and everything work fine.
The new FORMA LMS, will run on PHP5.4?

Regards,
Madeleine

Re: Error with change language on docebo

Posted: Wed Oct 30, 2013 7:49 pm
by alberto
Not from this first release, sorry, we'll fix it in the next one