Attempting to access attached data on PhabricatorPaste (via getContent()), but the data is not actually attached. Before accessing attachable data on an object, you must load and attach it. Data is normally attached by calling the corresponding needX() method on the Query class when the object is loaded. You can also call the corresponding attachX() method explicitly. Stack trace: phlog called at [/Users/chad/Sites/phabricator/src/aphront/configuration/AphrontDefaultApplicationConfiguration.php:226] AphrontDefaultApplicationConfiguration::handleException called at [/Users/chad/Sites/phabricator/src/aphront/configuration/AphrontApplicationConfiguration.php:230] AphrontApplicationConfiguration::processRequest called at [/Users/chad/Sites/phabricator/src/aphront/configuration/AphrontApplicationConfiguration.php:140] AphrontApplicationConfiguration::runHTTPRequest called at [/Users/chad/Sites/phabricator/webroot/index.php:19]
Description
Description
Revisions and Commits
Revisions and Commits
Event Timeline
Comment Actions
Does this reproduce on this install, or only locally? I can't immediately reproduce it.
Comment Actions
I'll see if I can guess what's going on here; otherwise maybe I'll just sneak a look at things the next time I'm over there.