MySQL reports: 'Table 'bjs256.asaph_posts' doesn't exist' on query
SELECT SQL_CALC_FOUND_ROWS
UNIX_TIMESTAMP(p.created) as created,
p.id, p.source, p.thumb, p.image, p.title, u.name AS user
FROM
asaph_posts p
LEFT JOIN asaph_users u
ON u.id = p.userId
ORDER BY
created DESC
LIMIT
0, 9
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/b/j/s/bjs256/html/lib/asaph.class.php on line 40
Warning: Invalid argument supplied for foreach() in /home/content/b/j/s/bjs256/html/lib/asaph.class.php on line 40