MyBB Community Forums

Full Version: MentionMe Warning Errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The MentionMe plugin on my forum works but is creating vast amounts of warning errors in the log.
On a daily basis it will create upwards of 20mb (yes MB) of errors.

As said it works but would seem to be causing (within the post/reply editor) the cursor to 'Jump' to a different position (mainly into a quoted post) and/or to make the currently typed text disappear!
If MentionMe is disabled then this 'Jumping' and text disappearing stops?

Any help would be great.

This is the setup:

MyBB version: 1.8.35
PHP: 8.0.30
MySQLi: 10.6.12

Plugins:
Thank You Like 3.4.4
Mention Me 3.2.12
My Alerts 2.0.4
Auto Media 4.1.1
My Insert Buttons 4.0.2
ABP Imgur Uploader 2.9.1
OUGC Custom language 1.8
Page Manager 2.1.5


This is an example of the warning errors logged (this 'set' is all the same dateline):

<error>
	<dateline>1694162163</dateline>
	<script>inc/plugins/MentionMe/forum.php</script>
	<line>524</line>
	<type>2</type>
	<friendly_type>Warning</friendly_type>
	<message>Undefined property: MyLanguage::$mention</message>
	<back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153]
#1  errorHandler->error_callback() called at [/inc/plugins/MentionMe/forum.php:524]
#2  mentionMeBuildPopup() called at [/inc/class_plugins.php:142]
#3  pluginSystem->run_hooks() called at [/global.php:498]
#4  require_once() called at [/newreply.php:24]
</back_trace>
</error>

<error>
	<dateline>1694162163</dateline>
	<script>inc/plugins/MentionMe/forum.php(557) : eval()'d code</script>
	<line>5</line>
	<type>2</type>
	<friendly_type>Warning</friendly_type>
	<message>Undefined property: MyLanguage::$mention_autocomplete_loading</message>
	<back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153]
#1  errorHandler->error_callback() called at [/inc/plugins/MentionMe/forum.php(557) : eval()'d code:5]
#2  eval() called at [/inc/plugins/MentionMe/forum.php:557]
#3  mentionMeBuildPopup() called at [/inc/class_plugins.php:142]
#4  pluginSystem->run_hooks() called at [/global.php:498]
#5  require_once() called at [/newreply.php:24]
</back_trace>
</error>

<error>
	<dateline>1694162163</dateline>
	<script>inc/functions.php</script>
	<line>3856</line>
	<type>2</type>
	<friendly_type>Warning</friendly_type>
	<message>Undefined array key "sourceeditor"</message>
	<back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153]
#1  errorHandler->error_callback() called at [/inc/functions.php:3856]
#2  build_mycode_inserter() called at [/newreply.php:147]
</back_trace>
</error>

<error>
	<dateline>1694162163</dateline>
	<script>inc/functions.php</script>
	<line>3879</line>
	<type>2</type>
	<friendly_type>Warning</friendly_type>
	<message>Undefined array key "subscriptionmethod"</message>
	<back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153]
#1  errorHandler->error_callback() called at [/inc/functions.php:3879]
#2  get_subscription_method() called at [/newreply.php:924]
</back_trace>
</error>

<error>
	<dateline>1694162163</dateline>
	<script>newreply.php(1519) : eval()'d code</script>
	<line>45</line>
	<type>2</type>
	<friendly_type>Warning</friendly_type>
	<message>Undefined variable $savedraftbutton</message>
	<back_trace>#0  errorHandler->error() called at [/inc/class_error.php:153]
#1  errorHandler->error_callback() called at [/newreply.php(1519) : eval()'d code:45]
#2  eval() called at [/newreply.php:1519]
</back_trace>
</error>