bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Fatal error: Unsupported operand types

(8 posts)
  • Started 1 year ago by ChrisMcQuillan
  • Latest reply from mdawaffe
  • This topic is not resolved
  1. ChrisMcQuillan
    Member

    Running 0.8, whenever I try to make someone a "bozo", I receive the following error:

    Fatal error: Unsupported operand types in /home/scifihe/public_html/forums/bb-includes/akismet.php on line 79

    Any ideas?

    Posted 1 year ago #
  2. I have a wild guess. Looking at line 79 of bb-includes/akismet.php (in 0.80) shows this:

    'comment_author' => get_user_name( $user-ID ),

    and I think it's missing a > between $user- and ID

    'comment_author' => get_user_name( $user->ID ),

    If that fixes it, I can file a trac ticket.

    Posted 1 year ago #
  3. I tested it out as I have the same error! It did fix it and a TRAC ticket needs to be created! Good catch! It was your find chrihajer! You post the ticket!

    Trent

    Posted 1 year ago #
  4. I will post it later today. Minor one, I think :)

    Posted 1 year ago #
  5. Yeah, just so everyone knows, the error comes out, but the user is still marked as a BOZO, so the desired result is still there.

    Trent

    Posted 1 year ago #
  6. ChrisMcQuillan
    Member

    That worked - thanks very much!

    Posted 1 year ago #
  7. chrishajer, Thanks much!

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.