Page MenuHomePhabricator

New phabricator udate failed
Closed, ResolvedPublic

Description

Just made a git pull and storage update to the latest phabricator, this error shows:

[Core Exception/PhutilBootloaderException] Include of '/var/www/phabricator/src/applications/releeph/field/specification/ReleephStatusFieldSpecification.php' failed!

Log shows:

[Core Exception/PhutilBootloaderException] Include of '/var/www/phabricator/src/applications/releeph/field/specification/ReleephStatusFieldSpecification.php' failed!\n\n#0 /var/www/libphutil/src/symbols/PhutilSymbolLoader.php(369): PhutilBootloader->loadLibrarySource('phabricator', 'applications/re...')\n#1 /var/www/libphutil/src/symbols/PhutilSymbolLoader.php(244): PhutilSymbolLoader->loadSymbol(Array)\n#2 /var/www/libphutil/src/__phutil_library_init.php(375): PhutilSymbolLoader->selectAndLoadSymbols()\n#3 [internal function]: phutil_autoload('ReleephStatusFi...')\n#4 /var/www/phabricator/src/applications/releeph/config/PhabricatorApplicationReleephConfigOptions.php(26): spl_autoload_call('ReleephStatusFi...')\n#5 /var/www/phabricator/src/applications/config/option/PhabricatorApplicationConfigOptions.php(216): PhabricatorApplicationReleephConfigOptions->getOptions()\n#6 /var/www/phabricator/src/infrastructure/env/PhabricatorConfigDefaultSource.php(11): PhabricatorApplicationConfigOptions::loadAllOptions()\n#7 /var/www/phabricator/src/infrastructure/env/PhabricatorEnv.php(129): PhabricatorConfigDefaultSource->__construct()\n#8 /var/www/phabricator/src/infrastructure/env/PhabricatorEnv.php(86): PhabricatorEnv::buildConfigurationSourceStack()\n#9 /var/www/phabricator/src/infrastructure/env/PhabricatorEnv.php(63): PhabricatorEnv::initializeCommonEnvironment()\n#10 /var/www/phabricator/webroot/index.php(18): PhabricatorEnv::initializeWebEnvironment()\n#11 {main}

Event Timeline

fzhan raised the priority of this task from to Needs Triage.
fzhan updated the task description. (Show Details)
fzhan added a project: Phabricator.
fzhan added a subscriber: fzhan.

Did you pull libphutil as well?

epriestley claimed this task.

You need to restart Apache (if you're using Apache) or php-fpm (if you're using php-fpm). An old version of the library map is still present in APC. When you update, make sure you restart the webserver.

Reopen this if that doesn't fix it, but I'm nearly certain that's the issue.