Page MenuHomePhabricator

Object of class RSSFeed could not be converted to string
Closed, DeclinedPublic

Description

There is a sample link, /api.php?action=feedwatchlist, that when
clicked shows:

Catchable fatal error: Object of class RSSFeed could not be converted
to string in /var/lib/mediawiki/includes/normal/UtfNormal.php on line 221

Version: 1.14.x
Severity: trivial
URL: http://transgender-taiwan.org/api.php?action=feedwatchlist

Details

Reference
bz17796

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 10:34 PM
bzimport set Reference to bz17796.

OK, added the URL I should have previously.
Maybe you can probe it with different queries.
Or I can send you the SQL of whatever table you need.

This sounds like a bug in the UTF-8 normalization code that was fixed a while ago. Works for me on SVN HEAD, which you also seem to be running.

OK, now it says

Error (wlnotloggedin)
You must be logged-in to have a watchlist

so it is probably fixed.