Search found 3 matches

by g.nucifora
Tue Jun 27, 2023 5:16 pm
Forum: E-Learning Management & Frontend
Topic: Test feedback not behaving as expected
Replies: 3
Views: 2904

Re: Test feedback not behaving as expected

Hi everyone, the applied fix is actually not correct becasue it does not take the calculation rules related to the categories. If you have 3 categories for questions "$score_arr" has this values : array ( 0 => array ( 'score' => 100.0, 'category_id' => 0, ), 1 => array ( 'score' => 100.0, ...
by g.nucifora
Fri Dec 17, 2021 4:26 pm
Forum: Installation and configuration
Topic: 301 upgrade
Replies: 12
Views: 4123

Re: 301 upgrade

You're welcome ;)
by g.nucifora
Fri Dec 17, 2021 3:54 pm
Forum: Installation and configuration
Topic: 301 upgrade
Replies: 12
Views: 4123

Re: 301 upgrade

In you url there is an incorrect value, in Forma 3.0.1, Forma calculate dinamically the correct url. So you can launch directly this query :

UPDATE `core_setting` SET `param_value` = '' WHERE `param_name` = 'url';

In future releases, this parameter will likely be removed.

Thanks
Giuseppe