Search found 2292 matches

by alfa24
Thu Oct 16, 2025 12:06 am
Forum: Installazione e Configurazione
Topic: Non riesco ad installare
Replies: 5
Views: 79

Re: Non riesco ad installare

L'unico modo è che qualcuno ti analizzi tutto il codice sql per renderlo compatibile con Percona.
Spendi meno a trovarti un altro hosting, o ancora meglio ti prendi una vps e la configuri come ti pare.
by alfa24
Wed Oct 15, 2025 5:56 pm
Forum: Installation and configuration
Topic: Cannot finish installation Forma v4
Replies: 6
Views: 132

Re: Cannot finish installation Forma v4

I see a 500 error, that is generic, you should activate verbose logging inside the server and find out what that error refers to.
by alfa24
Wed Oct 15, 2025 5:53 pm
Forum: Installazione e Configurazione
Topic: Non riesco ad installare
Replies: 5
Views: 79

Re: Non riesco ad installare

In locale non lo so, non hai fornito log del webserver ma solo della console (frontend, praticamente inutile).
Potrei supporre che è la versione di PHP, verifica i requisiti, la 4.0.19 dichiara la compatibilità fino a php 8.1
by alfa24
Wed Oct 15, 2025 8:44 am
Forum: Installazione e Configurazione
Topic: Non riesco ad installare
Replies: 5
Views: 79

Re: Non riesco ad installare

Percona.
Non è compatibile.
by alfa24
Wed Oct 15, 2025 8:44 am
Forum: Installation and configuration
Topic: Cannot finish installation Forma v4
Replies: 6
Views: 132

Re: Cannot finish installation Forma v4

You should ask your system admin.
by alfa24
Thu Oct 02, 2025 4:04 pm
Forum: Installation and configuration
Topic: Cannot finish installation Forma v4
Replies: 6
Views: 132

Re: Cannot finish installation Forma v4

sreekv wrote: Wed Oct 01, 2025 12:17 pm Am facing the same issue... Any solution found for this?
"Same issue" means nothing.
Provide as many details as possible. Environment info, screenshots, server logs, steps to reproduce, and so on.
by alfa24
Wed Sep 24, 2025 8:05 pm
Forum: Installazione e Configurazione
Topic: Limite dimensione file SCORM
Replies: 5
Views: 68

Re: Limite dimensione file SCORM

Forse sei sotto nginx, quindi verifica client_max_body_siz see
by alfa24
Wed Sep 24, 2025 6:31 pm
Forum: Installazione e Configurazione
Topic: Limite dimensione file SCORM
Replies: 5
Views: 68

Re: Limite dimensione file SCORM

ok upload max size, ma POST max size?
by alfa24
Tue Sep 09, 2025 3:35 pm
Forum: Installazione e Configurazione
Topic: Oggetto bloccato senza refresh pagina
Replies: 7
Views: 136

Re: Oggetto bloccato senza refresh pagina

Soluzione professionale: plugin che intercetta il trigger dell'evento LoStatusUpdate e verifica se l'oggetto è di tipo file ed è completo, accoda o richiama uno script che fa il refresh della pagina, ad esempio: <script type="text/javascript"> function refresh_after_download() { setTimeout(function() ...