MyBB Community Forums

Full Version: Bug : Hardcode in Tapatalk plugin for MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get this error :

Your copy of MyBB running on ValueBuddies.com : Value Investing Forum - Singapore, Hong Kong, U.S. (http://www.valuebuddies.com) has experienced an error. Details of the error include:
---
Type: 20
File: (Line no. 0)
Message
SQL Error: 1146 - Table 'valuebuddies.mybb_posts' doesn't exist
Query:

Upon debugging, I find that there's a hardcode of 'mybb_' on line 133 of Tapatalk plugin file get_user_topic.php.
"select ipo.tid, ipo.username as lastusername, iu.avatar as lastavatar
from mybb_posts ipo
left join mybb_users iu on ipo.uid = iu.uid
order by ipo.dateline desc
"