Search found 3 matches
- Tue Jun 27, 2023 5:16 pm
- Forum: E-Learning Management & Frontend
- Topic: Test feedback not behaving as expected
- Replies: 3
- Views: 4690
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, 'category ...
- Fri Dec 17, 2021 4:26 pm
- Forum: Installation and configuration
- Topic: 301 upgrade
- Replies: 12
- Views: 5510
Re: 301 upgrade
You're welcome
- Fri Dec 17, 2021 3:54 pm
- Forum: Installation and configuration
- Topic: 301 upgrade
- Replies: 12
- Views: 5510
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
UPDATE `core_setting` SET `param_value` = '' WHERE `param_name` = 'url';
In future releases, this parameter will likely be removed.
Thanks
Giuseppe