MyBB Community Forums

Full Version: MyReactions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
This is weird... for the benefit of others, this is being output:

<div class="php_warning">MyBB Internal: One or more warnings occurred. Please contact your administrator for assistance.</div>

Can't say I've ever seen this actually triggered before.

Could you please go to ACP > Configuration > Server and Optimization Options > Error Logging Medium > set this to 'Email errors'. Then, trigger the error again, and you should get an email - it will send to the address in ACP > Configuration > Site Details > Admin Email. Could you PM me what this email says please?
Is very weird, "quick reply" works again.

Send you pm with email and log file errors.

Thanks
Hm, it looks like your PHP error logging is set higher than usual, normally MyBB would suppress this error, I'm surprised you haven't got more errors to be honest... either way, line 402, you should see this:

if(array_key_exists($post['pid'], $thread_reactions))

change this to:

if(is_array($thread_reactions) && array_key_exists($post['pid'], $thread_reactions))

That should sort it. Sorry about that, and thanks for your help debugging Smile
@Nuance - good idea!

@Matt - I dont wanna push you, but I am checking your Github every day, cannot wait for v1.0 or even better 1.1 after I saw this .)
[Image: FN9hrfk.gif]

Angel
Some kind of a teaser? Big Grin
Wink
Thats makes me crazy Big Grin
[Image: OJz1eg0.gif]

Okay, enough teasing Wink
I want that. :|
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22