On 14.05.2009, at 20:05, Vasily wrote: > When I try to save a collection (either to User:myusername/Books/ or > WikiName/Books), I get this error message: > > Fatal error: Call to a member function getNamespace() on a non-object > in /usr/local/apache2/htdocs/wiki/includes/EditPage.php on line 733
Are you using a current version of the Collection extension (i.e. one which uses the MediaWiki API to save pages)? From you previous mails to the mailing list, I'd assume you are. But the strange thing is that the error happens in includes/EditPage.php, rather than in includes/ api/ApiEditPage.php. And getNamespace() is a member function of a Title object which is used several times in ApiEditPage.php before it gets passed to EditPage.php. I'm not really sure how to debug this. :-/ -- 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 -~----------~----~----~----~------~----~------~--~---
