On 29.04.2009, at 14:24, [email protected] wrote: > I don't seem to be able to load a saved Collection,
Hm. I've tested this with a MediaWiki 1.13.3 here, and it worked. Is there a "Load this book as your current book" in the "create a book" portlet? What happens if you click on it? Are there any errors displayed or in some log file? > nor can I save a new Collection (or should I call it Book now). I just saw that the default value for $wgEnableWriteAPI is false in MW <= 1.13, but true in MW >= 1.13. I've adjusted the README.txt: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Collection/README.txt?r1=49335&r2=50072 So the fix should be to set $wgEnableWriteAPI = true; in your LocalSettings.php. -- Johannes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
