MySQL Error:
Trying to execute:
# GET NEWS POSTS
SELECT t1.blog_id, t1.author_id, t1.date, t1.subject, t1.body, t1.access, t1.custom AS custom_text, t1.comments, t1.html, t1.smiles, t1.bb, t2.username AS author, t2.custom AS custom_title
FROM nlb3_blogs AS t1, nlb3_users AS t2
WHERE t1.author_id = t2.user_id AND t1.access = 4
ORDER BY t1.date DESC
LIMIT 0 , 6 ;
Error Returned:
Table 'quiglow_blogs.nlb3_blogs' doesn't exist
Error Number:
1146
5/13/2008 10:21
sqldb2::errorReport()