2108 solutions found
Page 101 of 106votes
Working on a client's server where there are two different versions of nginx installed. I think one of them was installed with the brew package manager (its...
votes
I'm in the process of setting up a new server. The web server of my choice is NGINX. I want to add the domain (e.g. `example.com`) as a virtual host. I alre...
votes
I am running Django, FastCGI, and Nginx. I am creating an api of sorts that where someone can send some data via XML which I will process and then return some...
votes
I have a webapp on a NGinx server. I set `gzip on` in the conf file and now I'm trying to see if it works. YSlow says it's not, but 5 out of 6 websites...
votes
I want to create a customized front end for Moodle. Does anyone know that from where I can get API for this? or any other help?
votes
Our Moodle site is starting to get heavy traffic. As a result, the site is slowing down. What are some of the configuration options I should check right off the...
votes
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 have nginx installed with PHP-FPM on a CentOS 5 box, but am struggling to get it to serve any of my files - whether PHP or not. Nginx is running as www-dat...