Search found 2309 matches

by alfa24
Thu Mar 05, 2026 4:12 pm
Forum: Amministrazione
Topic: Modifica struttura nome Report
Replies: 2
Views: 83

Re: Modifica struttura nome Report

/appLms/admin/modules/report/report.php

$export_filename = 'report_' . $filter_name . '_' . date('d_m_Y');
by alfa24
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.
by alfa24
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.
by alfa24
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.
by alfa24
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.
by alfa24
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.
by alfa24
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:

Code: Select all

$cfg['timezone'] = 'xxx';
$cfg['set_mysql_tz'] = 'true';
Where xxx is your wanted tz.
by alfa24
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
by alfa24
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?