|
I think there must be a mistake. The notification page moodle/admin/index.php tells the following: "No message plugins installed!" and nothing is shown.
Only admin/index.php is changed on CVS, the new message system is not on CVS yet.
So you get that error. Just wait a litle bit longer |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
It means that every message/output plugin (just like mod/xxx plugins etc) needs a
version.php
db folder
db/upgrade.php (will run on any upgrade when version.php changes)
db/install.xml (only if it has any tables)
db/access.php (only if the plugin needs any capabilities)