Tagged Questions
0
votes
0answers
98 views
xampp apache ports changing / scanning
I am running xampp on an external facing server (i know people recommend against this, we've configured it pretty tightly [I think!]). We are using control panel v3.1.0 and it has a column called ...
0
votes
0answers
75 views
Moodle crashes my server during the installation
I have Moodle 2.3.3+ and after I press "continue" in "extension check page" in the installation the server will stop and when i try to access any domain on the server this message will come up:
The ...
0
votes
0answers
176 views
Intl extension in IIS moodle
I am trying to install intl extension in moodle which is a php application. I've added the lines
extension = php_intl.dll
and
[intl]
intl.default_locale = en_utf8
intl.error_level = E_WARNING
in ...
1
vote
2answers
59 views
mod_rewrite fails to redirect into the lib folder
I've got a rewriterule that works for everything except the lib folder. The rule is
RewriteRule ^/uk(.*) $1
It's one of a much more complex set of rules but I've disabled all but this one.
The rule ...
1
vote
1answer
223 views
Moodle, PHP and using external APIs
I am new to Moodle and PHP, so I may be asking for the impossible or just the impractical.
I am wondering how I might go about allowing client applications (written, perhaps, in C++, Java, AS3/Flash) ...