create_course debugging help

Re: create_course debugging help

by Davo Smith -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Modern Moodle code uses automatic class loading to make sure that all relevant classes + the functions contained in them are loaded when they are needed. However, there is still a lot of older functionality which is not written in such a way, so you need to make sure you require the correct library files (usually you find out about this at the point when an 'undefined function' error occurs ...).
Average of ratings: Useful (1)