Search found 2110 matches
- Wed Sep 11, 2024 6:05 pm
- Forum: Installazione e Configurazione
- Topic: "Certificati rilasciati" da errore - Forma LMS 4.0.7
- Replies: 12
- Views: 778
Re: "Certificati rilasciati" da errore - Forma LMS 4.0.7
E dov'è che sarebbe il repo pubblico della 4.0.7?
- Sat Sep 07, 2024 6:43 am
- Forum: Feedback e Suggerimenti
- Topic: Follia su registro di valutazione
- Replies: 0
- Views: 92
Follia su registro di valutazione
In mancanza di reference, documentazione, ecc. ecc. Qualche "sviluppatore" fornirebbe spiegazioni circa l'assurdo constraint introdotto nella 3.3.23 sulla learning_coursereport?
- Fri Sep 06, 2024 9:55 am
- Forum: Installation and configuration
- Topic: Scale, Architecture and other questions
- Replies: 3
- Views: 191
Re: Scale, Architecture and other questions
Hi there, interesting discussion. In my experience with the native FormaLms project, there are many variables that could affect server requirements. 1) Entities count & complexity: with a great number of org chart nodes (let's say over 1000) with a not-so-complex depth (let's say about 4-5), man...
- Mon Aug 26, 2024 8:16 am
- Forum: Administration Management
- Topic: Course catalog (User Area in LMS) - Hide/ Show Function
- Replies: 2
- Views: 233
Re: Course catalog (User Area in LMS) - Hide/ Show Function
All no: everyone can see the catalog.
All yes: everyone can see the catalog.
Try to set all no and only one yes.
All yes: everyone can see the catalog.
Try to set all no and only one yes.
- Sat Aug 24, 2024 7:51 am
- Forum: E-Learning Management & Frontend
- Topic: Grade for Classroom course
- Replies: 3
- Views: 396
Re: Grade for Classroom course
What exactly Is not working?
- Fri Aug 23, 2024 9:38 pm
- Forum: E-Learning Management & Frontend
- Topic: Grade for Classroom course
- Replies: 3
- Views: 396
Re: Grade for Classroom course
Check the docs. Gradebook chapter.
- Mon Aug 19, 2024 5:42 pm
- Forum: Installazione e Configurazione
- Topic: "Certificati rilasciati" da errore - Forma LMS 4.0.7
- Replies: 12
- Views: 778
Re: "Certificati rilasciati" da errore - Forma LMS 4.0.7
Sostituisci
$course_info = Man_Course()::getCourseInfo($course_id);
Con
$course_info = Man_Course::getCourseInfo($course_id);
$course_info = Man_Course()::getCourseInfo($course_id);
Con
$course_info = Man_Course::getCourseInfo($course_id);
- Mon Aug 19, 2024 4:46 pm
- Forum: Installazione e Configurazione
- Topic: "Certificati rilasciati" da errore - Forma LMS 4.0.7
- Replies: 12
- Views: 778
Re: "Certificati rilasciati" da errore - Forma LMS 4.0.7
Non vedo problemi, posta tutto il codice da questo punto fino alla riga 540.
- Mon Aug 19, 2024 10:55 am
- Forum: Installazione e Configurazione
- Topic: "Certificati rilasciati" da errore - Forma LMS 4.0.7
- Replies: 12
- Views: 778
Re: "Certificati rilasciati" da errore - Forma LMS 4.0.7
Perdonami, il numero di riga è fuorviante, occorrono le 10 righe successive a:
Code: Select all
function report_certificate()
- Mon Aug 19, 2024 9:53 am
- Forum: Installazione e Configurazione
- Topic: "Certificati rilasciati" da errore - Forma LMS 4.0.7
- Replies: 12
- Views: 778
Re: "Certificati rilasciati" da errore - Forma LMS 4.0.7
Scrivi qui le prime 10 righe subito dopo la dichiarazione function report_certificate(), alla riga 843 del file var/www/vhosts/xxxx.it/subdomains/xxxx/httpdocs/appLms/admin/modules/certificate/certificate.php