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

           Summary: Special:WantedPages reports "Invalid title in result
                    set"
           Product: MediaWiki
           Version: 1.14.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Database
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Some anchor links produce a bad row in the pagelinks table (empty pl_title
value) and the error "Invalid title in result set;" on Special:WantedPages.

Here is a simple test case. Create a wiki article containing these two lines:

[[#test]]
== test ==

In the pagelinks table, you get:

mysql> select * from pagelinks where pl_title = '';
+---------+--------------+----------+
| pl_from | pl_namespace | pl_title |
+---------+--------------+----------+
|     717 |            0 |          | 
+---------+--------------+----------+
1 row in set (0.01 sec)

This happens in 1.14.0 but not in 1.13.2.  In my 1.13.2 wiki, the pagelinks
table has zero rows with an empty pl_title, so I assume this new behavior is a
bug.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to