Bug 208539 - Phabricator PhutilMissingSymbolException error on certain pages
Summary: Phabricator PhutilMissingSymbolException error on certain pages
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Phabric Admin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-05 07:15 UTC by TommiP
Modified: 2016-04-06 07:46 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TommiP 2016-04-05 07:15:57 UTC
Phabricator shows a PhutilMissingSymbolException error on certain pages.
The pages i found so far are:
https://reviews.freebsd.org/p/allanjude/

Complete error message:
"
PhutilMissingSymbolException
Failed to load class or interface 'PhabricatorBadgesQuality': the class or interface 'PhabricatorBadgesQuality' is not defined in the library map for any loaded phutil library.

If you are not a developer, this almost always means that a library is out of date. For example, you may have upgraded `phabricator` without upgrading `libphutil`, or vice versa. It might also mean that you need to restart Apache or PHP-FPM. Make sure all libraries are up to date and all services have been restarted.

If you are a developer and this symbol was recently added or moved, your library map may need to be rebuilt. You can rebuild the map by running 'arc liberate'. For more information, see:

https://secure.phabricator.com/book/phabcontrib/article/adding_new_classes/
"

Replicated on the latest chromium and firefox browsers.
Comment 1 Allan Jude freebsd_committer freebsd_triage 2016-04-05 15:12:03 UTC
I restarted the phabricator daemons, and it seems to have resolved itself