Page MenuHomePhabricator

Getting Paste/Feed error in Project Feed
Closed, ResolvedPublic

Description

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]

Event Timeline

chad raised the priority of this task from to Needs Triage.
chad updated the task description. (Show Details)
chad added projects: Projects, Feed.
chad added subscribers: chad, epriestley.

Does this reproduce on this install, or only locally? I can't immediately reproduce it.

I made the "likely" edits locally without hitting an issue:

Screen Shot 2015-05-18 at 7.05.10 AM.png (344×789 px, 55 KB)

its on my cloned install, hmmm... no idea what maybe didn't make the mysqldump

I can't load up Paste period, so not a project feed thing.

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.

Let me know if that didn't fix it ^^