Page MenuHomePhabricator

Unable to create paste objects
Closed, ResolvedPublic

Description

Whenever the user tries to create a Paste the following exception is thrown:

EXCEPTION: (Exception) Bad getter call: getStatus at [<phabricator>/src/infrastructure/storage/lisk/LiskDAO.php:1700]
PHP message: arcanist(head=master, ref.master=28b89785fe5f), phabricator(head=phrequent, ref.master=25786df3a140, ref.phrequent=ca814a61517a), phutil(head=master, ref.master=e8389097abcc)
PHP message:   #0 <#2> LiskDAO::call(string, array) called at [<phabricator>/src/infrastructure/storage/lisk/LiskDAO.php:1678]
PHP message:   #1 <#2> PhabricatorPaste::getStatus() called at [<phabricator>/src/applications/paste/controller/PhabricatorPasteEditController.php:67]
PHP message:   #2 <#2> PhabricatorPasteEditController::handleRequest(AphrontRequest) called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:226]
PHP message:   #3 phlog(Exception) called at [<phabricator>/src/aphront/configuration/AphrontDefaultApplicationConfiguration.php:230]
PHP message:   #4 AphrontDefaultApplicationConfiguration::handleException(Exception) called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:230]
PHP message:   #5 AphrontApplicationConfiguration::processRequest(AphrontRequest, PhutilDeferredLog, AphrontPHPHTTPSink, MultimeterControl) called at [<phabricator>/src/aphront/configuration/AphrontApplicationConfiguration.php:140]
PHP message:   #6 AphrontApplicationConfiguration::runHTTPRequest(AphrontPHPHTTPSink) called at [<phabricator>/webroot/index.php:21]

Event Timeline

witrin assigned this task to epriestley.
witrin updated the task description. (Show Details)
witrin added a project: Paste.
witrin added a subscriber: witrin.

Maybe I should check this without our patch. But the patch only regards some files in Phrequent.

Does restarting apache (or php-fpm, if using php-fpm) fix this?

@epriestley Thank you very much! Restarting php-fpm (sudo service php-fpm restart) fixed the issue. :)