New Release - Forma 2.4.1

Post Reply
User avatar
alberto
FormaLms Guru
Posts: 949
Joined: Fri Mar 02, 2012 9:18 am
Contact:

New Release - Forma 2.4.1

Post by alberto »

Hi All,

Forma 2.4.1 is now available for download for association members and contributors. This is a maintenance release including several bugfixes and minor feature improvements.
You can find the release changelog and download the new version here:

https://formalms.org/download.html

Have fun!
--------------------------------------------------
Become a CONTRIBUTOR

Support the project for FREE!
www.Elearnit.net

biodinamic
Newbie
Posts: 10
Joined: Tue Jun 03, 2014 7:05 am
Location: Catania
Contact:

Re: New Release - Forma 2.4.1

Post by biodinamic »

I cannot extract the 2.4.1 archive because the file is corrupted.

davide.desimone
FormaLms User
Posts: 104
Joined: Sun Mar 04, 2012 12:11 pm

Re: New Release - Forma 2.4.1

Post by davide.desimone »

me too, i can't extract the zip fille

User avatar
max
FormaLms Guru
Posts: 2165
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: New Release - Forma 2.4.1

Post by max »

Hi, thanks for pointing it out, we're re-uploading. Please be patient, a new communication will follow.
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it

User avatar
alberto
FormaLms Guru
Posts: 949
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: New Release - Forma 2.4.1

Post by alberto »

Thanks, we uploaded a new package, please try downloading it againg
--------------------------------------------------
Become a CONTRIBUTOR

Support the project for FREE!
www.Elearnit.net

davide.desimone
FormaLms User
Posts: 104
Joined: Sun Mar 04, 2012 12:11 pm

Re: New Release - Forma 2.4.1

Post by davide.desimone »

in presenza di campi custom sul profilo utente che hanno come nome un apostrofo (tipo CITTA') la view \appLms\admin\views\course\list_certificate.php da errore alla riga 104


suggerisco di rimpiazzare

Code: Select all

echo "{data:'cf_$key', title:'".$value."', sortable:true, visible: false},".PHP_EOL;
con

Code: Select all

echo "{data:'cf_$key', title:'".str_replace($value,'\'','\\\'')."', sortable:true, visible: false},".PHP_EOL;

biodinamic
Newbie
Posts: 10
Joined: Tue Jun 03, 2014 7:05 am
Location: Catania
Contact:

Re: New Release - Forma 2.4.1

Post by biodinamic »

ho lanciato upgrade ma mi va in errore:
Upgrade database error
Result: ERROR !!!

La configurazione è ovviamente corretta (il file config non l'ho toccato).
Suggerimenti?

User avatar
alberto
FormaLms Guru
Posts: 949
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: New Release - Forma 2.4.1

Post by alberto »

davide.desimone wrote:
Fri Mar 13, 2020 11:53 am
in presenza di campi custom sul profilo utente che hanno come nome un apostrofo (tipo CITTA') la view \appLms\admin\views\course\list_certificate.php da errore alla riga 104


suggerisco di rimpiazzare

Code: Select all

echo "{data:'cf_$key', title:'".$value."', sortable:true, visible: false},".PHP_EOL;
con

Code: Select all

echo "{data:'cf_$key', title:'".str_replace($value,'\'','\\\'')."', sortable:true, visible: false},".PHP_EOL;
Grazie per la segnalazione Davide, ti chiedo per favore di aprire un nuovo thread nel forum "installazione e configurazione", per non andare off-topic e non perderci la segnalazione

Grazie!
--------------------------------------------------
Become a CONTRIBUTOR

Support the project for FREE!
www.Elearnit.net

User avatar
alberto
FormaLms Guru
Posts: 949
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: New Release - Forma 2.4.1

Post by alberto »

biodinamic wrote:
Fri Mar 13, 2020 1:58 pm
ho lanciato upgrade ma mi va in errore:
Upgrade database error
Result: ERROR !!!

La configurazione è ovviamente corretta (il file config non l'ho toccato).
Suggerimenti?
Sicuro che db e permessi siano corretti? Se il problema persiste apri per favore un thread in installazione e configurazione con maggiori dettagli, inclusa la versione di php
--------------------------------------------------
Become a CONTRIBUTOR

Support the project for FREE!
www.Elearnit.net

davide.desimone
FormaLms User
Posts: 104
Joined: Sun Mar 04, 2012 12:11 pm

Re: New Release - Forma 2.4.1

Post by davide.desimone »

fatto, cancella pure i post che ritieni non attinenti

Post Reply