New Release - Forma 2.4.1
New Release - Forma 2.4.1
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!
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!
-
- Newbie
- Posts: 10
- Joined: Tue Jun 03, 2014 7:05 am
- Location: Catania
- Contact:
Re: New Release - Forma 2.4.1
I cannot extract the 2.4.1 archive because the file is corrupted.
- davide.desimone
- FormaLms User
- Posts: 108
- Joined: Sun Mar 04, 2012 12:11 pm
Re: New Release - Forma 2.4.1
me too, i can't extract the zip fille
Re: New Release - Forma 2.4.1
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
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
Re: New Release - Forma 2.4.1
Thanks, we uploaded a new package, please try downloading it againg
- davide.desimone
- FormaLms User
- Posts: 108
- Joined: Sun Mar 04, 2012 12:11 pm
Re: New Release - Forma 2.4.1
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
con
suggerisco di rimpiazzare
Code: Select all
echo "{data:'cf_$key', title:'".$value."', sortable:true, visible: false},".PHP_EOL;
Code: Select all
echo "{data:'cf_$key', title:'".str_replace($value,'\'','\\\'')."', sortable:true, visible: false},".PHP_EOL;
-
- Newbie
- Posts: 10
- Joined: Tue Jun 03, 2014 7:05 am
- Location: Catania
- Contact:
Re: New Release - Forma 2.4.1
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?
Upgrade database error
Result: ERROR !!!
La configurazione è ovviamente corretta (il file config non l'ho toccato).
Suggerimenti?
Re: New Release - Forma 2.4.1
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 segnalazionedavide.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
conCode: Select all
echo "{data:'cf_$key', title:'".$value."', sortable:true, visible: false},".PHP_EOL;
Code: Select all
echo "{data:'cf_$key', title:'".str_replace($value,'\'','\\\'')."', sortable:true, visible: false},".PHP_EOL;
Grazie!
Re: New Release - Forma 2.4.1
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 phpbiodinamic 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?
- davide.desimone
- FormaLms User
- Posts: 108
- Joined: Sun Mar 04, 2012 12:11 pm
Re: New Release - Forma 2.4.1
fatto, cancella pure i post che ritieni non attinenti