LMSouq

Knowledge Base

Browse Moodle Solutions

Clear

521 solutions found in moodle-core

Page 24 of 27
0 votes
1 ans
3 views
can not access to database in moodle

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...

moodle-core Solved
AY
asked 1 month ago by aya
0 votes
2 ans
4 views
Moodle Accept Login from external site

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...

moodle-core Solved
AW
asked 1 month ago by awestover89
0 votes
2 ans
4 views
moodle data root location not secure error

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...

moodle-core Solved
HA
asked 1 month ago by Harshit Laddha
0 votes
1 ans
3 views
How to convert simple_html_dom object back to string?

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...

moodle-core Solved
SO
asked 1 month ago by Solace
0 votes
1 ans
3 views
Path to profile picture in Moodle?

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...

moodle-core Solved
OM
asked 1 month ago by OM The Eternity
0 votes
2 ans
5 views
Magento and Moodle Integration

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...

moodle-core Solved
JU
asked 1 month ago by junwafu
0 votes
1 ans
3 views
How to define a custom block regions in moodle theme designing?

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...

moodle-core Solved
SU
asked 1 month ago by surya
0 votes
2 ans
4 views
Convert VBScript to Javascript

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...

moodle-core Solved
RY
asked 1 month ago by Ryan
0 votes
1 ans
3 views
Error installing moodle. Dataroot location is not secure and Parent directory (/var) is not writeable.

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...

moodle-core Solved
SE
asked 1 month ago by seeker
0 votes
1 ans
3 views
How to include external JavaScript on my Moodle page?

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...

moodle-core Solved
SO
asked 1 month ago by Solace
0 votes
1 ans
3 views
Moodle 2.9.1 -- Any web service function gives 'access control exception'

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...

moodle-core Solved
LU
asked 1 month ago by Luke G.
0 votes
1 ans
3 views
Create Moodle activities programmatically

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...

moodle-core Solved
CH
asked 1 month ago by Christos312
0 votes
1 ans
3 views
Composer hangs on "Resolving dependencies on SAT" between Moodle and Laravel used as a local plugin

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...

moodle-core Solved
JS
asked 1 month ago by jsindos
0 votes
1 ans
4 views
fatal: 'origin' does not appear to be a git repository

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...

moodle-core Solved
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
AVAudioRecorder throws errors

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
Git: How can I find a commit that most closely matches a directory?

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
Not Acceptable! An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security

I'm new to moodle environment and I'm having this error: > Not Acceptable! > > An appropriate representation of the requested resource co...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
Getting moodle version info, no admin access

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
0 ans
3 views
Git is not showing all branches on local

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...

moodle-core
CO
asked 1 month ago by Community Contributor
0 votes
1 ans
4 views
Detecting folders/directories in javascript FileList objects

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...

moodle-core Solved
CO
asked 1 month ago by Community Contributor