I would prefer to submit these items to the bug report system, but I do not
have permission, so for version 3.6.03 I report the following:
General Issues
--------------
1. Main menu in CMS uses foreground colour of #FFF with a background
colour of dark blue. During mouse_over the background changes to white
and the menu text is not readable. This can be fixed by changing the
foreground colour to one of greater contrast on a white background.
Suggest: #00dd00.
Change doceboCms/templates/standard/style/style_menu.css line 48.
2. Attempt to use Admin->Pages Management and edit the 'english' main
page caused the following error:
Fatal error: Call to undefined function dd() in <website>/docebo/doceboCms/admin/modules/manpage/manpage.php on line 769
3. After creating a new link in Admin->Web Portal->CMS Content->Links
and then clicking on the edit button to the right of the language
descriptor ("english") at the bottom of the page, the entry form
called "Links management" appears. The fields available are: Title,
Keywords, Short description, Description. Below the entry form and
Save changes / Undo buttons there are error messages:
Notice: Undefined index: title in <website>/docebo/doceboCms/admin/modules/links/links.php on line 708
Notice: Undefined index: keywords in <website>/docebo/doceboCms/admin/modules/links/links.php on line 709
Notice: Undefined index: sdesc in <website>/docebo/doceboCms/admin/modules/links/links.php on line 710
Notice: Undefined index: ldesc in <website>/docebo/doceboCms/admin/modules/links/links.php on line 711
4. A link created by me in the CMS links table contains a pointer to
the LMS:
http://<website>/docebo/doceboLms/
The link is included in a Links block displayed as part of the home
page for the CMS. Prior to login, it is possible to click on this
link as a guest (i.e. anonymous) user. Clicking on the link does a
jump to the LMS module front page.
At the bottom of the LMS front page are two warnings:
Notice: Undefined index: home_course_catalogue in <website>/docebo/doceboLms/menu/menu_login.php on line 27
Notice: Undefined index: home_course_catalogue in <website>/docebo/doceboLms/menu/menu_login.php on line 45
If instead, a user already logged-in selects the same link, the LMS
front page is displayed with the user still logged in and the warnings
do NOT appear.
5. During entry of answers to a question in the question data bank for
a course, the Score entry field has real values, but when the question
is editted later, the Score values are integer values.
To avoid confusion here, the original real values should be displayed
as integers (without the decimal point and trailing digit).
6. During entry of answers to a question, of the type single choice,
in the question data bank for a course, and if there are more than two
answers, it would be convenient to click on a button to add 2, or 3
extra answers, not just the 'Add one more answer' button that is
available now.
7. There is a typographical error in
doceboLms/lib/lib_certificate.php at line 370:
$html = '<html><head></hedad><body>'
should be:
$html = '<html><head></head><body>'
8. In doceboLms/lib/lib_certificate.php there are multiple locations
where the file extension '.pdf' is appended to the $name variable.
This results in the downloaded preview certificate having two '.pdf'
extensions. Lines 315, 437, and 502 should be replaced with just a
single occurrence. It appears that line 315 is not needed.
9. The following error occurred when displaying the Report Card in LMS:
Warning: Division by zero in <website>/docebo/doceboLms/modules/gradebook/gradebook.php on line 452
Warning: Division by zero in <website>/docebo/doceboLms/modules/gradebook/gradebook.php on line 452
In this particular case, the first two items in the test are titles
and have no $quest_max_score value, so it looks like line 452 should
be executed ONLY when $quest_max_score exists in the same way as the
test at line 445 works for $point_do_cat[$id_cat].
10. When displaying the categorization tab from the test properties,
the following error occurs:
Notice: Undefined index: obj_width in <website>/docebo/doceboLms/modules/organization/orgprop.php on line 425
Notice: Undefined index: obj_height in <website>/docebo/doceboLms/modules/organization/orgprop.php on line 426
Undefined Language Keys
-----------------------
1. Undefined language key: _FROMEMAIL for module feedback in platform cms
2. Define _FAQ in module faq in platform core (Global Admin).
3. Define _MAP_FIELDS in module admin_form
4. Undefined language key: _READ_DESCRIPTION for module links in platform cms
5. Undefined language key: _USERFIELD for module admin_certificate in platform lms
6. Undefined language key: _LOG_REGISTER_WITH_CODE for module login in platform lms
7. Undefined language key: _REG_IDREF_COMPANY for module register in platform lms
8. Undefined language key: _MODULE_NAME for module menu_admin in platform ecom
9. Undefined language key: _BACK_TO_TRACK for module organization in platform lms (b)
10. Undefined language key: _RESULT for module organization in platform lms
11. Undefined language key: _TEST_QUEST_SHUFFLE for module test in platform lms
12. Undefined language key: _GRADEBOOK_COURSEREPORT for module gradebook in platform lms
13. Undefined language key: _PRINT for module gradebook in platform lms
14. Undefined language key: _FILTER for module admin_directory in platform framework
15. Undefined language key: _NO_WIKI_AVAILABLE for module admin_wiki in platform framework
16. Define _MOD_WIKI in module permission in platform core (Global Admin).
17. Define _ADMIN_WIKI in module permission in platform core (Global Admin).