https://bugzilla.wikimedia.org/show_bug.cgi?id=18997
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Markus Krötzsch <[email protected]> 2009-07-31 20:44:23 UTC --- This escaped my attention since it was tagged as "enhancement". The reason for the confusing outputs might be, that you do not actually see the title that causes the problem, but the title that was successfully processed previously. I have modified SVN to not include this runtime check for Title -- the parent class Job does not have this requirement either, so it should be okay. The rest of the code is actually quite careful about NULL titles already, so maybe the check was just overlooked when trying to fix a similar problem earlier. This change does not remove the problem that some titletext gets into the job queue although it is not a valid page title, but it certainly avoids the SMW-based error that you report. Other errors could occur due to the general situation in your wiki -- feel free to reopen this bug in this case. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
