Error with change language on docebo

Install and configure FormaLMS and DoceboCE
Post Reply
mthompson
Newbie
Posts: 10
Joined: Thu Oct 17, 2013 3:16 pm

Error with change language on docebo

Post 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
Attachments
pantalla1.jpg
pantalla1.jpg (40.76 KiB) Viewed 2758 times
User avatar
alberto
FormaLms Guru
Posts: 1140
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: Error with change language on docebo

Post 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
mthompson
Newbie
Posts: 10
Joined: Thu Oct 17, 2013 3:16 pm

Re: Error with change language on docebo

Post 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
User avatar
alberto
FormaLms Guru
Posts: 1140
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: Error with change language on docebo

Post by alberto »

Not from this first release, sorry, we'll fix it in the next one
Post Reply