MyBB Community Forums

Full Version: (this will throw an Error in a future version of PHP)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i am with the latest version of MyBB.
I have this warning/error in MyBot section:

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.11 (Linux)
File Line Function
/admin/modules/user/mybot.php 11 errorHandler->error
/admin/index.php 824 require
mybot.php is not part of MyBB Package. Thats a third party file you are using, probably related to some plugin.
You have your MODULE defined without quotes in that file. Correct it.
(2020-12-20, 05:05 PM)effone Wrote: [ -> ]mybot.php is not part of MyBB Package. Thats a third party file you are using, probably related to some plugin.
You have your MODULE defined without quotes in that file. Correct it.
Hello,thanks for the answer.