On Sun, Feb 19, 2012 at 4:05 AM, Thomas Gries mail@tgries.de wrote:
I suppose that the getNamespace fails in this case, Perhaps a patch in Linker.php is required to set Namespace already if the page is non-existent.
I don't think so. Even non-existent Title object must have their namespace set. It's possible that your hook isn't called in this case, or called with strange parameters. I recommend putting in some debugging statements (var_dump and such) to check whether your hook is even being run and what its parameters are set to.
Roan