/appLms/admin/modules/report/report.php
$export_filename = 'report_' . $filter_name . '_' . date('d_m_Y');
Search found 2309 matches
- Thu Mar 05, 2026 4:12 pm
- Forum: Amministrazione
- Topic: Modifica struttura nome Report
- Replies: 2
- Views: 83
- Sun Feb 22, 2026 12:46 pm
- Forum: Installazione e Configurazione
- Topic: Modifica sottodominio installazione FORMA 4.0.11
- Replies: 1
- Views: 108
Re: Modifica sottodominio installazione FORMA 4.0.11
Devi modificare anche il parametro url in core_setting
Se hai inserito risorse con URL assoluta (nei certificati, nei documenti ecc.) non funzioneranno. In questo caso o li sostituisci da db, oppure fai un redirect permanente 301 da htaccess.
Se hai inserito risorse con URL assoluta (nei certificati, nei documenti ecc.) non funzioneranno. In questo caso o li sostituisci da db, oppure fai un redirect permanente 301 da htaccess.
- Mon Feb 16, 2026 2:27 pm
- Forum: Amministrazione
- Topic: Registro Utenti Eliminati
- Replies: 3
- Views: 8313
Re: Registro Utenti Eliminati
Solo da DB credo.
- Fri Jan 16, 2026 4:38 pm
- Forum: Gestione Didattica e Frontend
- Topic: files .pdf
- Replies: 2
- Views: 4035
Re: files .pdf
Non senza implementazione.
- Sat Jan 10, 2026 12:16 pm
- Forum: Installation and configuration
- Topic: PHP 8.1 went End of Life few days ago
- Replies: 2
- Views: 3870
Re: PHP 8.1 went End of Life few days ago
Hi, you can install old versions of PHP, if you are able.
Or, you can fork the LMS, and migrate to wanted PHP version on your own.
If you Need help with any of these operations, you can contact me.
Or, you can fork the LMS, and migrate to wanted PHP version on your own.
If you Need help with any of these operations, you can contact me.
- Tue Jan 06, 2026 10:51 am
- Forum: Administration Management
- Topic: How to delete the login message?
- Replies: 1
- Views: 2119
Re: How to delete the login message?
You can edit _INTRO_STD_TEXT_TITLE and _INTRO_STD_TEXT language keys.
- Tue Jan 06, 2026 7:47 am
- Forum: Administration Management
- Topic: How to change the time zone?
- Replies: 2
- Views: 581
Re: How to change the time zone?
In your config.php file set:
Where xxx is your wanted tz.
Code: Select all
$cfg['timezone'] = 'xxx';
$cfg['set_mysql_tz'] = 'true';
- Mon Jan 05, 2026 2:53 pm
- Forum: Installazione e Configurazione
- Topic: Errore all'installazione
- Replies: 3
- Views: 7053
Re: Errore all'installazione
Ovvio che ti dà errori.
Portala a 8.1
Portala a 8.1
- Mon Jan 05, 2026 10:04 am
- Forum: Installazione e Configurazione
- Topic: Errore all'installazione
- Replies: 3
- Views: 7053
Re: Errore all'installazione
Che versione di PHP stai tentando di usare?
- Thu Nov 27, 2025 8:50 pm
- Forum: Gestione Didattica e Frontend
- Topic: Attesa tra un oggetto ed il successivo
- Replies: 3
- Views: 2208
Re: Attesa tra un oggetto ed il successivo
Fantastico!!!