Search found 2311 matches
- Tue Dec 20, 2022 1:42 pm
- Forum: Installazione e Configurazione
- Topic: [v2.4.5] I/O Task
- Replies: 27
- Views: 23448
Re: [v2.4.5] I/O Task
spiacente, dovrei vederlo e approfondire
- Tue Dec 20, 2022 12:43 pm
- Forum: Installazione e Configurazione
- Topic: [v2.4.5] I/O Task
- Replies: 27
- Views: 23448
Re: [v2.4.5] I/O Task
Accendi il debug e lancia https://mio-dominio/245/cron/cron.iotasks.php direttamente nel browser, se non ottieni nulla, occorre mettere checkpoint sparsi qua e là per capire se sta estraendo correttamente il task da eseguire, ecc. ecc.
- Tue Dec 20, 2022 12:28 pm
- Forum: Installazione e Configurazione
- Topic: [v2.4.5] I/O Task
- Replies: 27
- Views: 23448
Re: [v2.4.5] I/O Task
Non si è capito cos'è il problema con il cron.
- Tue Dec 20, 2022 12:21 pm
- Forum: Installazione e Configurazione
- Topic: [v2.4.5] I/O Task
- Replies: 27
- Views: 23448
Re: [v2.4.5] I/O Task
Prova ad aggiungere
subito dopo la dichiarazione di function add_row
Code: Select all
require_once(_base_.'/lib/lib.eventmanager.php');- Tue Dec 20, 2022 11:32 am
- Forum: Installazione e Configurazione
- Topic: [v2.4.5] I/O Task
- Replies: 27
- Views: 23448
Re: [v2.4.5] I/O Task
Try with the following: if( $this->sendnotify == 1 ) { // - Send alert ---------------------------------------------------- $array_subst = array( '[url]' => Get::sett('url', ''), '[userid]' => $userid, '[password]' => $pass ); $e_msg = new EventMessageComposer(); $e_msg->setSubjectLangText('email ...
- Fri Dec 16, 2022 10:26 am
- Forum: Amministrazione
- Topic: Pull data from API
- Replies: 1
- Views: 7370
Re: Pull data from API
What does realtime mean to you? If you want Forma to send a result to another service in the istant a user completes a course, you have to: 1) develop a webservice on the other side to be called with data posted from Forma 2) integrate the call in the point of Forma that handle the course completion ...
- Thu Dec 15, 2022 10:32 am
- Forum: E-Learning Management & Frontend
- Topic: Add repository error
- Replies: 5
- Views: 12118
Re: Add repository error
You're welcome.
- Thu Dec 15, 2022 9:19 am
- Forum: E-Learning Management & Frontend
- Topic: Add repository error
- Replies: 5
- Views: 12118
Re: Add repository error
1) open the file /appLms/lib/lib.light_repo.php
2) go to line 142
3) replace
with
4) repeat the operation and post the error
2) go to line 142
3) replace
Code: Select all
$re = sql_query($query);Code: Select all
$re = sql_query($query) or die(sql_error());- Thu Dec 15, 2022 8:26 am
- Forum: E-Learning Management & Frontend
- Topic: Add repository error
- Replies: 5
- Views: 12118
Re: Add repository error
Forma version?
relative URL where the error is fired?
relative URL where the error is fired?
- Wed Dec 14, 2022 6:19 pm
- Forum: Installation and configuration
- Topic: Login Problems since Update to 3.3.2
- Replies: 6
- Views: 11853
Re: Login Problems since Update to 3.3.2
I said it's not public.
This is a public community.
Contact developers if you have a private dedicated area to do that or hire a developer privately.
This is a public community.
Contact developers if you have a private dedicated area to do that or hire a developer privately.
