moodle in shared hosting

moodle in shared hosting

by Francisco José Hernández -
Number of replies: 1
I have installed an moodle in shared hosting and I has to do this: in lib/setup.php: comments all ini_set and add after line 228: ( //ini_set('include_path', $CFG->libdir.'/pear' . PATH_SEPARATOR . ini_get('include_path'));) set_include_path($CFG->libdir.'/pear' . PATH_SEPARATOR . ini_get('include_path')); in lib/setuplib.php comment all ini_set
Average of ratings: Useful (1)
In reply to Francisco José Hernández

Re: moodle in shared hosting

by Colin Fraser -
Picture of Documentation writers Picture of Testers

That is interesting Francisco, do you think you could expand this a bit please? That might make sense to you, but to someone else, it may not. Can you include a little backgound as to why you did this as well, someone new may want the same thing but not recognise this for what it is. Cheers..