$CFG->dataroot is not configured properly
by Syed Ammar. Hello,Please help me I'm in trouble because accedentially my dataroot folder has been deleted and I'm getting the following error.If this is not recover my whole time(2-months),money...
View ArticleRe: $CFG->dataroot is not configured properly
by Alan Hess. HiYou need to tell us some about your installation. 1) Is your Moodle hosted by a third party, on your own server or on a separate PC?2) Who deleted 'dataroot'. Do you have access to the...
View ArticleRe: Developer helper - moosh
by Tomasz Muras. Hi Séverin,Yes, I think those are two a bit different concepts - administration & development. I aim this one at development, which has some important implications - it will allow...
View ArticleI'm new to Moodle and need to create a trigger
by Chris Jenkins. Hi, We've deployed Moodle and I have no idea what I'm doing I'd like our course(s) to invoke a web service to an external app once a student has completed it (trigger??). Perhaps I...
View ArticleRe: Git repository with block template available on github
by Daniel Neis Araujo. Hello,thanks for the corrections (link and code)! ;DI've updated the code on github to correct the capability. Kind regards,Daniel
View ArticleRe: I'm new to Moodle and need to create a trigger
by Rex Lorenzo. I would suggest creating a local plugin that responds to the "course_created" event using the Events API.
View ArticleOdp: PaintWeb an image editor in TinyMCE
by Józek Woźny. Hello Patrick!I have integrated PaintWeb in my Moodle 2.4.1 as described in http://docs.moodle.org/dev/Paint_tool_integration and it not works (I have no PaintWeb button in TinyMce...
View ArticleRe: Git repository with block template available on github
by Tomasz Muras. Hi Daniel,Nice work on the template. You could change the readme from:Rename the file lang/en/newblock.php to lang/en/widget.php where "widget" is the name of your moduletoRename the...
View ArticleRe: get_records_sql
by nikhil pednekar. Hi Tim,I set debugging to developer...thanks for suggesting...now they are showning the debug infoBelow is error which they are showingDebug info: You have an error in your SQL...
View ArticleRe: I'm new to Moodle and need to create a trigger
by Richard Price. Hi Chris,The events API does indeed look like the way to do this, However from your original post, It seems you want something to trigger when a course is compeleted.From 2.3.2...
View ArticleRe: Disable "My private files" block and "Offline activity" type
by Sarah Jane. Hi JohnnyDid you manage to remove these files from your site? I too wish to remove them as we seem to have the same confusion. I have worked through the forum and done as suggested but...
View ArticleRe: Developer helper - moosh
by Eric Villard. Thanks Tomasz for this useful tool.I will quickly give it a try .Eric
View ArticleIs anyone working on ADFS/Office365 integration?
by Benjamin Ellis. Is there anyone working towards ADFS/Office 365 integration particularly around authentication? Might lead to a collaborative venture *fingers crossed hard*
View ArticleRe: get_records_sql
by Davo Smith. The error message tells you exactly where to look - error near (actually, it means 'just before') 'LIMIT 50 ...'If you look on the line before that - you have got an extra ';' which...
View ArticleAnyone integrating with Lynda.com?
by Kevin Wiliarty. Just wondering if anyone has developed any kind of integration with training materials at Lynda.com. We have a campus license with them. A shallow integration might just make it...
View ArticleRe: get_records_sql
by nikhil pednekar. Hey,It solved my problem.......Thanks a lot Davo, Tim... Thanks again
View ArticleRe: Bug - when pressing on the link to the submitted assigment - the browser...
by Hubert Chathi. If the browser crashes, then that is a bug in the browser. No web site should be able to crash the browser. As to why that page is making your browser crash, try using a different...
View ArticleRe: YUI + shifter
by Colin Chambers. Hi Guys, a +1 from me for better tools for JS development. It's a big challenge for us at the OU and it's set to grow. Either that or we're unable to implement major improvements...
View ArticleRe: get_records_sql
by Hubert Chathi. Aside from the semicolon that made your query fail, you also should not be hard-coding the "mdl_" table prefix; you should wrap your table names in braces. So, instead of, for...
View ArticleRe: Anyone integrating with Lynda.com?
by Joseph Thibault. I've chatted with their sales team about integration and they do not yet have LTI or other integrations available (as of December). I do know that direct links to videos work...
View Article