Search found 1909 matches

by alfa24
Tue Nov 28, 2023 3:55 pm
Forum: Amministrazione
Topic: Proprietà del profilo admin, creazione utenti previa conferma
Replies: 0
Views: 31

Proprietà del profilo admin, creazione utenti previa conferma

Ciao, mi risulta che questa proprietà non sia gestita. Confermate?
Screenshot_20231128_155324.png
by alfa24
Wed Nov 22, 2023 7:57 am
Forum: Installation and configuration
Topic: LDAP authentication
Replies: 4
Views: 136

Re: LDAP authentication

Tell your it techs to come here and discuss with technical evidence, logs and whatever else they can provide as proofs and hints on how to replicate and eventually solve the error.
We can't help without any technical evidence.
by alfa24
Mon Nov 20, 2023 5:08 pm
Forum: E-Learning Management & Frontend
Topic: Grade Book Final Score
Replies: 4
Views: 150

Re: Grade Book Final Score

I tried to replicate your issue on a 2.4 with no luck.
One should be on your instance to debug.
by alfa24
Mon Nov 20, 2023 2:35 pm
Forum: E-Learning Management & Frontend
Topic: Grade Book Final Score
Replies: 4
Views: 150

Re: Grade Book Final Score

Forma version?
by alfa24
Fri Nov 17, 2023 2:55 pm
Forum: Amministrazione
Topic: Errore Repository
Replies: 8
Views: 239

Re: Errore Repository

Trovato.

In /lib/lib.forma.php sostituisci

Code: Select all

public static function include($path, $file, $pattern = '/[a-zA-Z0-9.]+\.php/')
con

Code: Select all

public static function include($path, $file, $pattern = '/[a-zA-Z0-9._]+\.php/')
by alfa24
Fri Nov 17, 2023 2:28 pm
Forum: Amministrazione
Topic: Errore Repository
Replies: 8
Views: 239

Re: Errore Repository

Forse ho capito. C'è un bug a partire da una certa versione di Forma 3 che ho già risolto per un cliente.
Provo a cercare.
by alfa24
Fri Nov 17, 2023 2:08 pm
Forum: Amministrazione
Topic: Errore Repository
Replies: 8
Views: 239

Re: Errore Repository

Prima di tutto controlla il log del web server.
Quando parli di "decine su altri portali", parli della stessa versione di Forma, stesse caratteristiche server, ecc.?
by alfa24
Thu Nov 16, 2023 3:35 pm
Forum: Installation and configuration
Topic: LDAP authentication
Replies: 4
Views: 136

Re: LDAP authentication

Hi there,
what is your forma version?
Do you see any errors in the web server log during authentication? Does the auth server receive the call for auth correctly?
by alfa24
Thu Nov 16, 2023 1:17 pm
Forum: Installation and configuration
Topic: ncaught RuntimeException: Session Storage was not able to create directory "/var/lib/php/sessions".
Replies: 3
Views: 85

Re: ncaught RuntimeException: Session Storage was not able to create directory "/var/lib/php/sessions".

In /var/www/vhosts/server.com/ssss/formalms/formalms/plugins/ConferenceBBB/Conference.php

change:

Code: Select all

use Get;
to:

Code: Select all

use FormaLms\lib\Get;