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: Difference between revisions

From MoodleDocs
(Error in documentation)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
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.  
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.
Were still having problems calling the methods using the procedure specified in the documentation.
I think as of 1.9.x that some of the detail has changed. For example, the 'permission_to_call' method does not exist. --[[User:Howard Miller|Howard Miller]] 14:19, 22 June 2009 (UTC)

Latest revision as of 20:14, 18 February 2010

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.

I think as of 1.9.x that some of the detail has changed. For example, the 'permission_to_call' method does not exist. --Howard Miller 14:19, 22 June 2009 (UTC)