<< Back
Message for this thread
Posted by Messages text
jain sachin

Avatar
Total post : 12
> Profile
Written on : 29/02/2008 13:18 ( more than one month )
Object : KMS
i have installed docebo but it doesn't have doceboKms module ,
 
Omid

Avatar
Total post : 300
> Profile
Written on : 29/02/2008 16:38 ( more than one month )
Object : Re: KMS
KMS is omitted in 3.5 Version .
Message modified by : omid020 on : 29/02/2008 16:43
This is my name that is drawn with cuneiform in many many years ago !
 
Giacometti Massimiliano

Avatar
Total post : 12
> Profile
Written on : 18/05/2008 16:58 ( more than one month )
Object : Re: KMS
Hi to everyone and thanks for the good job. Sorry for my poor english. I'm working in an italian public school and we choose Docebo  mostly for his KMS. So we are very sorry for the lack of this facilitiy on 3.5. We arranged the 3.0.6 KMS version to work in 3.5.0.3 (Our 3.5 installation was an 3.0.6 upgrade , so the kms tables already was in the db)
The changes involved :
1) adding the line
    $GLOBALS['prefix_kms'] = 'kms';                                         //prefix for tables
into config.php
2) Adding the row
   "kms","","","class.admin_menu_kms.php","Admin_Kms","Admin_Managment_Kms","class.conf_kms.php","Config_Kms","defaultTemplate","KmsAdminModule",8,"true","","","false","false"
 
into core_platform table to see KMS into doceboCore interface

3) adjusting lms position into doceboKms/config.php to fix user login problems
    $GLOBALS['where_lms_relative'] = '../doceboLms';
    $GLOBALS['where_lms'] = dirname(__FILE__).'/../doceboLms';

at this point everything worked fine except for a warning message from a doceboCore library, the lib.usermanager.php: one function
calls  a form using only 11 parameters against the 12 requested by the form.
The solution is to add an empty parameter "" a the end of the call.

Obviously we have  good backups  of 3.0.6 and 3.5 unmodified, and we know that our situation is unsupported, but the KMS seems to work fine and we are quite happy now. Most of our documents are not related to courses and we cannot see how to manage them in a different way. The Core interface is not so easy to use for all the staff and myfiles block is not what we are looking for (and we cannot make it work).
Now the question: is the KMS dead or we could hope to see him again?

   
 
Omid

Avatar
Total post : 300
> Profile
Written on : 18/05/2008 20:10 ( more than one month )
Object : Re: KMS
Hi
WIKI could be best substitute for KMS that is placed in 3.5 version . I suggest use WIKI ;)
Regards
This is my name that is drawn with cuneiform in many many years ago !
 
<< Back