mshodja Total post : 0 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 |
| |
dangerdave Total post : 0 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  Total post : 0 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! - |
| |
dangerdave Total post : 0 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 Total post : 0 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 |
| |
omid020  Total post : 0 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 |
| |
vgrishi  Total post : 0 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 Total post : 0 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 |
| |
sachintholia  Total post : 0 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
|
| |
omid020  Total post : 0 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 ? |
| |
sachintholia  Total post : 0 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 |
| |
omid020  Total post : 0 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 sachinMain 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  Omid |
| |
sachintholia  Total post : 0 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 |
| |