Note: You are currently viewing documentation for Moodle 2.6. Up-to-date documentation for the latest stable version of Moodle may be available here: MNet API.

Development talk:MNet API

From MoodleDocs
Revision as of 11:28, 9 June 2009 by Subodh Iyengar (talk | contribs) (Error in documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

If you name your type as 'service' it wont work. We're working with postgres and the type field is only 6 chars long, 'service' is 7 chars. It will give an error while inserting into the database and the method will never get registered. Were still having problems calling the methods using the procedure specified in the documentation.