Info
- 8 posts
- 4 voices
- Started 5 years ago by ChrisMcQuillan
- Latest reply from Michael Adams (mdawaffe)
- This topic is not resolved
Fatal error: Unsupported operand types
-
- Posted 5 years ago #
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 5 years ago #
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 5 years ago #
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 5 years ago #
I will post it later today. Minor one, I think :)
-
- Posted 5 years ago #
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 5 years ago #
-
- Posted 5 years ago #
That worked - thanks very much!
-
- Posted 5 years ago #
chrishajer, Thanks much!
-
You must log in to post.