OU wiki
Maintained by
sam marshall, Jason Platts, Alan Carter, Alan Thompson
Alternative wiki. Simple wiki designed for teaching and learning.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
I've noted that this plugin uses yui2 libraries.
Do note that moodle version 2.4 (in development) has moved from using yui2 to yui2in3 as described by MDL-34741.
Here is a link to using yui2in3 : http://yuilibrary.com/yui/docs/yui/yui-yui2.html
https://nodeload.github.com/moodleou/moodle-mod_ouwiki/zipball/master
Note: It unzips to a directory with same name as download file. Rename to 'ouwiki' and all was fine for me in Moodle 2.2. All other download versions gave the errors encountered above.
Alan
https://nodeload.github.com/moodleou/moodle-mod_ouwiki/zipball/master
Replace the line "$id = required_param('id', 0, PARAM_INT);"
with "$id = required_param('id', PARAM_INT);" in files:
1. edit.php
2. history.php
3. wikiindex.php
4. wikihistory.php
5. view.php
Coding error detected, it must be fixed by a programmer: required_param() requires $parname and $type to be specified (parameter: id)
The module installed fine, but when I added a wiki, this error popped up, rendering it unusable.
"Fehler in der Kodierung gefunden, den nur ein Programmierer korrigieren kann: required_param() requires $parname and $type to be specified (parameter: id)"