Lakshan-Madushanka / laravel-comments

Integrate seamless commenting functionality into your Laravel project
https://lakm.gitbook.io/commenter/
MIT License
217 stars 5 forks source link

$guestModeEnabled must not be accessed before initialization #15

Closed aatvanrees closed 1 month ago

aatvanrees commented 1 month ago

Thanks for this great package! Maybe i'm doing something wrong but when i place a comment and then reply on anotrher comment it works perfect, but when i refresh the page and do a reply without first making a comment i'm getting: $guestModeEnabled must not be accessed before initialization. I tried including 'protected $guestMode = false; // Auth mode;' in my 'post' model but that gives me the same error... Any idea? Regards... Aat

Lakshan-Madushanka commented 1 month ago

@aatvanrees Sorry for the inconvenience. This is a bug that I had noticed before but forgot to fix. Give me a moment, I'll fix this sooner.

aatvanrees commented 1 month ago

Wow, that was extremely fast... Thanks for the update!