MyBB Community Forums

Full Version: strange emails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I just checked an email account of mine and i have 958 emails with weird things in like this.

Your copy of MyBB running on MyNotepad Community (http://forum.my-notepad.biz) has experienced an error. Details of the error include:
---
Type: 20
File: (Line no. 0)
Message
SQL Error: 1054 - Unknown column 'uid' in 'where clause'
Query: SELECT fid FROM mybb_moderators WHERE uid='0'

-----------------------------------------

Your copy of MyBB running on MyNotepad Community (http://forum.my-notepad.biz) has experienced an error. Details of the error include:
---
Type: 20
File: (Line no. 0)
Message
SQL Error: 1054 - Unknown column 'm.uid' in 'on clause'
Query:
SELECT m.*, f.name
FROM mybb_moderators m
LEFT JOIN mybb_users u ON (u.uid=m.uid)
LEFT JOIN mybb_forums f ON (f.fid=m.fid)
WHERE f.active = 1
ORDER BY u.username

---------------------------------------

Your copy of MyBB running on MyNotepad Community (http://forum.my-notepad.biz) has experienced an error. Details of the error include:
---
Type: 20
File: (Line no. 0)
Message
SQL Error: 1054 - Unknown column 'remember' in 'field list'
Query: SELECT uid,username,password,salt,loginkey,remember,coppauser,usergroup FROM mybb_users WHERE username='Jkhome6435' LIMIT 1


Etc etc, Any ideas why I am getting emails like these? If anyone wants access to the email account to take a look please ask.
Under the "Server and Optimization Options" settings in the Admin CP, towards to bottom, look to see what the "Error Logging Medium" is set to.
Error Logging Medium
The type of the error handling to use.
Log and Email errors
-------------------------
Error Type Medium
The type of errors to show.
Warning and errors.
Change the Error Logging Medium to either "Neither" or "Log errors".
OK but what do the errors mean? & is it cause for concern?
Turning off errors isn't exactly the best way to fix them...

If you're getting these errors, you still have 1.4 code running on your forum, either core MyBB files, or 14 plugins that aren't compatible with 1.6.

Run the File Verification tool in the Tools & Maintenance section of the ACP, are any files edited??