Note:

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

Talk:MNet API: Difference between revisions

From MoodleDocs
(Error in documentation)
 
No edit summary
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)

Revision as of 14:19, 22 June 2009

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)