Page 1 of 3

New Release - Forma 2.4.1

Posted: Thu Mar 12, 2020 9:19 pm
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!

Re: New Release - Forma 2.4.1

Posted: Fri Mar 13, 2020 7:21 am
by biodinamic
I cannot extract the 2.4.1 archive because the file is corrupted.

Re: New Release - Forma 2.4.1

Posted: Fri Mar 13, 2020 9:33 am
by davide.desimone
me too, i can't extract the zip fille

Re: New Release - Forma 2.4.1

Posted: Fri Mar 13, 2020 9:39 am
by max
Hi, thanks for pointing it out, we're re-uploading. Please be patient, a new communication will follow.

Re: New Release - Forma 2.4.1

Posted: Fri Mar 13, 2020 9:55 am
by alberto
Thanks, we uploaded a new package, please try downloading it againg

Re: New Release - Forma 2.4.1

Posted: Fri Mar 13, 2020 11:53 am
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;

Re: New Release - Forma 2.4.1

Posted: Fri Mar 13, 2020 1:58 pm
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?

Re: New Release - Forma 2.4.1

Posted: Fri Mar 13, 2020 3:03 pm
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!

Re: New Release - Forma 2.4.1

Posted: Fri Mar 13, 2020 3:13 pm
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

Re: New Release - Forma 2.4.1

Posted: Fri Mar 13, 2020 3:23 pm
by davide.desimone
fatto, cancella pure i post che ritieni non attinenti