I’m testing the MLE plugin and got some error messages on our test server. I was hoping someone already using it could offer advice on configuring the plugin. Some issues may relate to using test server rather than a live one, but IT Dept opened the server to the internet while I was testing. Obviously I’m reluctant to install this on a live site when it’s apparently throwing up errors.
Any advice on any of the following would be much appreciated
1) At the bottom of the MLE info page the following is displayed:
mle_downloadserver_data_url."BUILD_TIME.txt"))); } $filename=$CFG->dirroot."/mod/mlo/editor/VERSION"; $handle=fopen($filename,"r"); $localversion=fread($handle,filesize($filename)); fclose($handle); ?>
MLE-Editor version: , Making a remote request to a HTTP file is not allowed! Please set the php setting 'allow_url_fopen' to true!
MLE Moodle Version Number: 0.8.8.3
MLE Moodle build time: 2010051311
Making a remote request to a HTTP file is not allowed! Please set the php setting 'allow_url_fopen' to true!
When I checked php.ini this was set to true already.
2) One the Mobile tags page the following script error is displayed:
Parse error: syntax error, unexpected '{' in C:\X_Server\xampp\htdocs\lib\moodlelib.php(5478) : eval()'d code on line 1
I thought this might be a short-tags problem so tried setting short-tags to on, but the message was still being displayed.
3) On the browser test screen 3 of the 4 options display fine – the fourth (big screen) gives the error:
Fatal error: Call to undefined function sid_start_ob() in C:\X_Server\xampp\htdocs\blocks\mle\browser\lib\browser_ui.php on line 123
Also got error trying to add our existing mobile theme to MLE - but it wasn't built with a config.ini file so I'll hopefully fix that easily.