MyBB Community Forums

Full Version: Warning in MyBot plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Warning in MyBot plugin:

Warning [2] Use of undefined constant MODULE - assumed 'MODULE' (this will throw an Error in a future version of PHP) - Line: 11 - File: admin/modules/user/mybot.php PHP 7.4.19
As the above warning message is saying, your constant MODULE is defined without quotes in file admin/modules/user/mybot.php.
Change it to 'MODULE' and it should work fine.
(2021-05-22, 05:48 AM)WallBB Wrote: [ -> ]As the above warning message is saying, your constant MODULE is defined without quotes in file admin/modules/user/mybot.php.
Change it to 'MODULE' and it should work fine.

will you please clarify , i don't understand it... i am having the same problem...