Hey all,

I saw an old issue which was closed but I'm still getting the error somehow. Is anyone else, or is it just me??

Basically, it only happens when I upgrade to the dev version, not the production version. If I don't have backtrace with krumo in the "devel" module enabled, then the entire site will completely error out. With krumo I get the two following messages:

Recoverable fatal error: Argument 1 passed to _heartbeat_stream_has_access() must be an instance of HeartbeatStreamConfig, string given in _heartbeat_stream_has_access() (line 216 of C:\wamp\www\learnsys\sites\all\modules\heartbeat\heartbeat.streams.inc). =>

Notice: Trying to get property of non-object in _heartbeat_stream_has_access() (line 220 of C:\wamp\www\learnsys\sites\all\modules\heartbeat\heartbeat.streams.inc). =>

I would normally just use the recommended releases, but I need OG functionality.

Thanks much!

kevin

Comments

ruess’s picture

Status: Active » Closed (works as designed)

I believe this is a Drupal error on my part causing all this: installed wamp without thinking and didn't realize I needed to install a lower version of PHP (5.2 or lower).

Babalu’s picture

Status: Closed (works as designed) » Active

i get this error on my website

Stalski’s picture

Status: Active » Closed (fixed)

This should be fixed as well.
In almost any cases this error is caused by a stream that once existed and does not anymore. (bad upgrade path mostly)