521 solutions found in moodle-core
Page 24 of 27votes
I am using [moodle](http://www.moodle.org) and I change location of my web site, but I am facing this error. My config.php is: <?php /// Moodle Conf...
votes
We are adding Moodle to our site (different server, different sub-domain, but same main domain, and the servers are set up to be able to communicate with each o...
votes
I read moodles documentation where it says that if the data root directory has to be in the site's public html folder ( Please see that i can not create it...
votes
I have used [PHP Simple HTML DOM Parser][1] to first convert an HTML string to DOM object by `str_get_html()` method of simple_html_dom.php $summary = st...
votes
I was programming something in moodle web-application and was looking into retrieving the path of the user profile images. I assumed I could find the path so...
votes
I have a project which requires me to setup an subscription-based online learning site using Moodle. I checked Moodle and it seems that it can handle this by it...
votes
I am trying to design a new theme, that having **side-pre** region and **bottom region**. In this bottom region(From left to right) I have to add 4 blocks side...
votes
Busy debugging a strange issue relating to the way some Flash content communicates a user's progress from a SCORM module back to Moodle. On IE 6, 7, 8, 9...
votes
I'm trying to install moodle but I come across an error in the process, when I specify the path to the moodle data folder. Basically they want it be at a pl...
votes
In Moodle, while we use `$PAGE->requires->js_init_call()` to include a JS function defined in our plugin's `module.js` file, **how can I include *exte...
votes
Following various guides, I have managed to accomplish the following: - Set up an external service using the REST API which includes the "core_user_cre...
votes
Does anyone know if it’s possible to add an activity programmatically to a course in Moodle? I was thinking to maybe use the class `module_add_instance()` fr...
votes
I'm using a Laravel project as a local plugin of Moodle, using the [composer/installer](https://github.com/composer/installers) package. The layout of the p...
votes
I've a repository `moodle` on my Github account which I `forked` from the official repository. I then cloned it on my local machine. It worked fine. I cr...
votes
I use `AVAudioRecorder` to record, it worked fine on iOS 4 devices, but yesterday we found out recording is broken on iOS5. Using the iPhone 5 simulator I got f...
votes
Someone took a version (unknown to me) of Moodle, applied many changes within a directory, and released it ([tree here][1]). **How can I determine which comm...
votes
I'm new to moodle environment and I'm having this error: > Not Acceptable! > > An appropriate representation of the requested resource co...
votes
Is there a way to obtain version info for a moodle site using only "teacher" level access? It seems as though this ability was removed in versions 1.9...
votes
I forked a repo from Github. On doing `git remote -v` it displays: origin https://github.com/myusername/moodle.git (fetch) origin https://github.c...
votes
I have recently contributed some code to Moodle which uses some of the capabilities of HTML5 to allow files to be uploaded in forms via drag and drop from the d...