Page MenuHomePhabricator

"Title::newFromTitle: $text must be a string" from Collection extension
Closed, DeclinedPublic

Description

Warning: Title::newFromTitle: $text must be a string
from
OutputPage->addTemplate/QuickTemplate->getHTML/CollectionSuggestTemplate->execute/CollectionSuggestTemplate->getProposalList/Title::newFromText

Seems to be a recent regression.

Note that Title::newFromText already throws for objects and tolerates null. So this must be a primitive non-null, non-string value being passed somehow.

Event Timeline

Krinkle raised the priority of this task from to Needs Triage.
Krinkle updated the task description. (Show Details)
Krinkle updated the task description. (Show Details)
Krinkle set Security to None.
Krinkle added subscribers: demon, Krinkle, Aklapper, Reedy.
Krinkle updated the task description. (Show Details)

Not seen in over 30 days. Assumed fixed. Or perhaps it was an integer (which is now allowed).