SQL Error Encountered!
Query: SELECT a.*, IFNULL(p.username,'phpRaider System') as announcement_poster, UNIX_TIMESTAMP(a.announcement_timestamp) AS time FROM disciplesofazathoth.phpraider_announcements a LEFT JOIN disciplesofazathoth.phpraider_profile p ON a.profile_id = p.profile_id WHERE a.announcement_id > 0 ORDER BY announcement_timestamp DESC;
Error: Table 'disciplesofazathoth.phpraider_profile' doesn't exist
File: /mnt/154/sdb/d/c/disciplesofazathoth/phpraider/plugins/plugin_announcements/announcements.php
Line: 11