mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
110 stars 45 forks source link

[Bug] Error on showing likes as Guest #204

Closed Hackmastr closed 8 years ago

Hackmastr commented 8 years ago

The topic page is rendered, but it shows this error:


Whoops, looks like something went wrong.
1/1 FatalErrorException in RenderLikes.php line 90: 
Call to a member function getAuthIdentifier() on null in RenderLikes.php line 90

hope im not flooding this

euantorano commented 8 years ago

Thanks for the report, that's definitely an issue.

On 10 Apr 2016, at 21:23, Hackmastr notifications@github.com wrote:

The topic page is rendered, but it shows this error:

Whoops, looks like something went wrong. 1/1 FatalErrorException in RenderLikes.php line 90: Call to a member function getAuthIdentifier() on null in RenderLikes.php line 90 hope im not flooding this

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

shincha3517 commented 7 years ago

I'm still got this issue when user try to do logout function.

FatalErrorException in LogsoutGuard.php line 68: Call to a member function getAuthIdentifier() on null

euantorano commented 7 years ago

That's a slightly different error, due to the user being null. I will need to investigate what might cause that.