What is the problem?
As per T316700, when a Phonos template has an exception it should add the page to the tracking category "Pages with Phonos rendering errors".
This does not happen in the cases when either $wgPhonosCommonsMediaUrl or $wgPhonosPath are invalid.
Steps to reproduce problem
- In LocalSettings.php, add $wgPhonosCommonsMediaUrl = "http://localhost"; OR $wgPhonosPath = '/tmp/directory-with-no-write-permissions'; (test them both individually)
- Add a new Phonos template to a page and publish/save the page
Expected behavior: The page should have the category "Pages with Phonos rendering errors" (categories are listed in the article just below the content)
Observed behavior: The page is not added to that category.