Special:WantedPages:Invalid title in result set

View: New views
3 Messages — Rating Filter:   Alert me  

Special:WantedPages:Invalid title in result set

by Daniel Barrett-3 :: Rate this Message:

| View Threaded | Show Only this Message

On my MW 1.14.0 wiki, Special:WantedPages contains the first entry:

   Invalid title in result set;

What's the best way to track this down?  On a hunch, I tried querying the pagelinks table and found five entries where pl_title is empty:

mysql> select * from pagelinks where pl_title = '';
+---------+--------------+----------+
| pl_from | pl_namespace | pl_title |
+---------+--------------+----------+
|     653 |            0 |          |
|     686 |            0 |          |
|     690 |            0 |          |
|     717 |            0 |          |
|     824 |            0 |          |
+---------+--------------+----------+
5 rows in set (0.01 sec)

Thinking this might be the problem, I examined the fivearticles, but I don't see anything in them to produce an error.  Unfortunately, all the articles use fairly complex templates so it's hard to track anything down in them.

Any advice appreciated!
DanB

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@...
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: Special:WantedPages:Invalid title in result set

by Daniel Barrett-3 :: Rate this Message:

| View Threaded | Show Only this Message

I wrote:
>On my MW 1.14.0 wiki, Special:WantedPages contains the first entry:
>   Invalid title in result set;

This appears to be a 1.14.0 bug relating to anchor links.  Here is a simple wiki article that triggers it:

[[#test]]
== test ==

It doesn't happen on my 1.13.2 wiki. I'll file a bug ticket.
DanB

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@...
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: Special:WantedPages:Invalid title in result set

by Daniel Barrett-3 :: Rate this Message:

| View Threaded | Show Only this Message

Filed bug https://bugzilla.wikimedia.org/show_bug.cgi?id=17713.

DanB
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@...
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l