Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello codingideas,

    Please manually replace line 872 with the following code:

    $disabled = ( is_array( $args ) && isset( $args['disabled'] ) ) ? $args['disabled'] : null;

    Please let us know if that resolves the issue so we can include it in the next release.

    Frankie, just wanted to report that I encountered this issue as well. I am running WordPress 4.0, installed Stream 1.4.9, but nothing was showing up on the Stream records page. So I checked my error logs and found the same PHP error as above for line 872.

    I manually updated line 872 as you recommended above, and it worked perfectly for me. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Fatal error: Cannot use object of type WP_User as arra’ is closed to new replies.