<< Back
Message for this thread
Posted by Messages text
mshodja

Noavatar
Total post : 2
> Profile
Written on : 07/05/2006 19:11 ( more than one month )
Object : is it possible to change the default directory names
Hi there,
First of all i must say that the Docebo Team has accomplished a very nice work
It is exactly what we need, CMS+LMS+KMS , here we are planning to use it our high school's web site.
And i have a few questions;
If i want to give some different names to the original directories ei: DoceboCms => MyDirectory etc or DoceboLms => Anything else, is it possible? if yes HOW?
What changes are needed in which files ?
Thanks in advice.
Greetings.
Message modified by : lando on : 07/05/2006 19:23
 
Stewart David

Noavatar
Total post : 16
> Profile
Written on : 15/09/2006 23:07 ( more than one month )
Object : Re: is it possible to change the default directory names

I would like to know this too.

What is the best way to do this? In the php scripts, some areas seem to be hard coded and others not.

 

 
Fabio Pirovano

Avatar
Total post : 538
> Profile
Written on : 19/09/2006 13:50 ( more than one month )
Object : Re: is it possible to change the default directory names

Yes,you can, the only thing that must be done is change the relative path in the config.php file in :
doceboLms/
doceboCms/
doceboCore/
doceboScs/

example, from:
//lms position

$GLOBALS['where_lms_relative'] = '../doceboLms';
$GLOBALS['where_lms'] = realpath(dirname(__FILE__).'/../doceboLms');

to:$GLOBALS['where_lms_relative'] = '../mydir';
$GLOBALS['where_lms'] = realpath(dirname(__FILE__).'/../mydir');

Ciao
    Fabio

Docebo Staff

 - Docebo 4 released! -
 
Stewart David

Noavatar
Total post : 16
> Profile
Written on : 25/09/2006 19:16 ( more than one month )
Object : Re: is it possible to change the default directory names

I finally changed the directory names.

I edited each config.php file in the directories, changing the directory names to what I wanted, as Fabio stated.
I then renamed my directories to what I wanted.

Now everything is working. Thanks.

 
DapidPi

Noavatar
Total post : 10
> Profile
Written on : 30/06/2007 19:54 ( more than one month )
Object : Re: is it possible to change the default directory names
Hi, everyone

I have a local installation of Docebo 3.06 with easyphp, and tried to  change the default directories, everything works good, but when I try to watch a SCORM object the following appears:

The requested URL /learningportal/doceboLms/modules/scorm/soaplms.php was not found on this server.

Obviously that is related with the path, that has not changed, for SCORM objects.

Can you help me fix this.

Thanks

David Piñeros
 
Omid

Avatar
Total post : 343
> Profile
Written on : 01/07/2007 11:12 ( more than one month )
Object : Re: is it possible to change the default directory names
I think you have not changed " Website URL with final / " in
Admin Area --> Main --> Configuration --> E-Learning --> Main Options ;)
Message modified by : omid020 on : 01/07/2007 11:45
 
VG Rishi

Avatar
Total post : 36
> Profile
Written on : 03/07/2007 07:12 ( more than one month )
Object : Re: is it possible to change the default directory names

Hello

Thanks for your messages.

 
DapidPi

Noavatar
Total post : 10
> Profile
Written on : 05/07/2007 02:29 ( more than one month )
Object : Re: is it possible to change the default directory names
Thanks omid020

You are right, that was the problem.

DavidPi
Message modified by : DapidPi on : 05/07/2007 02:29
 
jain sachin

Avatar
Total post : 39
> Profile
Written on : 02/11/2008 19:41 ( more than one month )
Object : Re: is it possible to change the default directory names
i tried chaning the names of directory
after making changes in config files and in admin area congiguration i get the followiing error log


[02-Nov-2008 13:31:31] PHP Warning:  require_once(/home/saurabhj/public_html/audace/ifs/doceboCore/setting.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/saurabhj/public_html/audace/ifs/index.php on line 90
[02-Nov-2008 13:31:31] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/saurabhj/public_html/audace/ifs/doceboCore/setting.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/saurabhj/public_html/audace/ifs/index.php on line 90


kindly help
 
Omid

Avatar
Total post : 343
> Profile
Written on : 03/11/2008 20:39 ( more than one month )
Object : Re: is it possible to change the default directory names
Which is your main root (I mean the root that contains all folders of Docebo package) :

/home/saurabhj/public_html/audace/

or

/home/saurabhj/public_html/audace/ifs/

and what is your desire for new names of "doceboLms" and "doceboCore" folders ?
 
jain sachin

Avatar
Total post : 39
> Profile
Written on : 04/11/2008 18:01 ( more than one month )
Object : Re: is it possible to change the default directory names
Main root is 
/home/saurabhj/public_html/audace/ifs/

Desried name of new folders is doceboLms is Lms; doceboCms is Cms; doceboCore is Core and so on 

 
Message modified by : sachintholia on : 04/11/2008 18:03
 
Omid

Avatar
Total post : 343
> Profile
Written on : 05/11/2008 21:44 ( more than one month )
Object : Re: is it possible to change the default directory names
Writted by: jain sachin

Main root is 
/home/saurabhj/public_html/audace/ifs/

Desried name of new folders is doceboLms is Lms; doceboCms is Cms; doceboCore is Core and so on 

 


Ok,
First rename your root folders name to "Cms" "Lms" and "Core" , (Don`t forget capital letters) .
Download this file and replace its content with yours :
http://www.savefile.com/files/1872919
This should solve your problem , please don`t forget to modify your new roots in Admin Area .
HTH Smile
Omid
 
jain sachin

Avatar
Total post : 39
> Profile
Written on : 14/11/2008 15:51 ( more than one month )
Object : Re: is it possible to change the default directory names
Thanks
actually i changed in config.php of all folders but not the index.php , and hence was the problem

thanks a lot
 
<< Back