MyBB Community Forums

Full Version: PHP8 warning for Get More Smilies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If a post is created and there are more defined smilies than show in the smilies list, and Get More is clicked, it throws a warning
Undefined variable $pid in eval'd code line 2 called from /forum/misc.php line 817.

The default template misc_smilies_popup invokes a div with class="modal_{$pid}
I'm not sure why that class is named with a pid.

I cleared the warning by adding a line at 816
$pid = '';