Moodle 1.94+ and D Willingtons import SIMS script

Moodle 1.94+ and D Willingtons import SIMS script

by Reynard Cobham -
Number of replies: 4

Moodle 1.9.4+ and his script found on http://moodle.org/blog/index.php?userid=38691&courseid=5 Don't seem to work together, I'm assuming a function call thats used has been changed but havent had a chance to look into it too deeply.  1.9.3+ seems fine.  On the latest version of Moodle the page bombs out right at the start with a http 500 page.  I couldnt seem to get any logs whatsoever even with php and Moodles loggings turned on to as verbose as it gets...

Is there a complete change log for the Moodle versions indicating changed files?  I know of http://docs.moodle.org/en/Release_Notes#Moodle_1.9.4 but thats not specific enough, and I'm assuming David is a bit too busy to be looking into these things atm.

If anyone has any ideas I'd love to hear them! smile

Jair

Average of ratings: -
In reply to Reynard Cobham

Re: Moodle 1.94+ and D Willingtons import SIMS script

by Matt Gibson -
No idea re your original query, but I did see this in the docs recently. Might be a good alternative to try.

http://docs.moodle.org/en/Integrate_Moodle%2C_LDAP_and_SIMS.net
In reply to Matt Gibson

Re: Moodle 1.94+ and D Willingtons import SIMS script

by Reynard Cobham -

I wasnt expecting a reply fixing the importscript, I was more interested in finding a log of changes that occurred between Moodle 1.9.3 and 1.9.4

Ah well.

In reply to Reynard Cobham

Re: Moodle 1.94+ and D Willingtons import SIMS script

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
The tracker can tell you which bugs were fixed in 1.9.4, but if you actually want a "diff" between the files 1.9.3 and 1.9.4 then I would get both of them in two directories and then use the Unix diff tool:

diff dir1 dir2



If you know the files you want to look at then you can explore http://cvs.moodle.org/moodle for the history of every file.
In reply to Martin Dougiamas

Re: Moodle 1.94+ and D Willingtons import SIMS script

by Reynard Cobham -

Cheers MD, will look into the histories then smile