
Search found 1151 matches
- Thu Feb 18, 2021 7:40 pm
- Forum: Installation and configuration
- Topic: Locked access - how to unlock
- Replies: 6
- Views: 1340
- Wed Feb 17, 2021 10:18 pm
- Forum: Installation and configuration
- Topic: Locked access - how to unlock
- Replies: 6
- Views: 1340
Re: Locked access - how to unlock
Can you execute queries on Forma DB?
- Wed Feb 17, 2021 6:29 am
- Forum: Administration Management
- Topic: API Auththentication
- Replies: 2
- Views: 234
Re: API Auththentication
Provide the code that is giving you the error. This is a result. No way to help otherwise.
- Mon Feb 15, 2021 10:05 pm
- Forum: Amministrazione
- Topic: Durata link di convalida
- Replies: 2
- Views: 406
Re: Durata link di convalida
1) o lo fai da db o modifichi il form e il controller - se non sai come fare posso guidarti
2) i campi vengono aggiunti nella core_field_userentry e a quanto mi risulta non vengono mai cancellati: resteranno "orfani" della loro foreign key, dal momento che questa viene invece eliminata.
2) i campi vengono aggiunti nella core_field_userentry e a quanto mi risulta non vengono mai cancellati: resteranno "orfani" della loro foreign key, dal momento che questa viene invece eliminata.
- Fri Feb 12, 2021 6:42 pm
- Forum: Amministrazione
- Topic: Iscrizione nei Corsi
- Replies: 4
- Views: 291
Re: Iscrizione nei Corsi
Estremamente probabile. Così com'è estremamente probabile che il modello enrolment rules abbia qualche bug sui corsi ad edizioni.
- Fri Feb 12, 2021 2:22 pm
- Forum: Amministrazione
- Topic: Iscrizione nei Corsi
- Replies: 4
- Views: 291
Re: Iscrizione nei Corsi
Comportamento mai visto.
Hai delle politiche di iscrizione attive su quel nodo?
Hai delle politiche di iscrizione attive su quel nodo?
- Tue Feb 09, 2021 9:34 am
- Forum: Administration Management
- Topic: Competencies Not Working For Classroom Course
- Replies: 19
- Views: 1106
Re: Competencies Not Working For Classroom Course
Try this: public function setDateFinished($id_date, $id_user) { list($last_datetime) = sql_fetch_row(sql_query("SELECT MAX(day) AS date_end " ." FROM ".$this->presence_date_table." WHERE id_date = ".$id_date." and id_user = ".$id_user ." GROUP BY id_date")); list($id_course) = sql_fetch_row(sql_quer...
- Tue Feb 09, 2021 8:15 am
- Forum: Administration Management
- Topic: Competencies Not Working For Classroom Course
- Replies: 19
- Views: 1106
Re: Competencies Not Working For Classroom Course
What is presence_date_table ?
- Mon Feb 08, 2021 8:32 pm
- Forum: Administration Management
- Topic: Competencies Not Working For Classroom Course
- Replies: 19
- Views: 1106
Re: Competencies Not Working For Classroom Course
There is no why.
You can enjoy yourself changing all zero dates to null everywhere.
You can enjoy yourself changing all zero dates to null everywhere.
- Mon Feb 08, 2021 12:43 pm
- Forum: Administration Management
- Topic: Competencies Not Working For Classroom Course
- Replies: 19
- Views: 1106
Re: Competencies Not Working For Classroom Course
Maybe the filed in the DB has been set with a 0000:00:00 default value instead of NULL.