Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

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.