Was playing around with blogs. As a user, I made a blog, added an entry to it, made that first entry as featured. A bit later, I went in and tried to "de-feature" the entry and got a mysql error:
Query:
SELECT `ID` FROM `sys_localization_languages` WHERE `Name`='en' LIMIT 1
Mysql error: Table 'saltcomu_dolphin.sys_localization_languages' doesn't exist
Found error in the file '/home/saltcomu/public_html/dolphin/inc/classes/BxDolEmailTemplates.php' at line 31.
Called 'getOne' function with erroneous argument #0.
Have no idea why this happened. Am looking into it.
What is more is that a debug dump continued below this showing all the mysql information to a normal user (not admin) which included mysql database name, user, password!
Oooh, bad.