Database error!
ThinkUp could not execute the following query:
SELECT l.*, p.*, pub_date + interval -5 hour as adj_pub_date FROM tu_posts p LEFT JOIN tu_links l ON p.post_id = l.post_id AND p.network = l.network WHERE author_user_id = :author_id AND p.network=:network ORDER BY pub_date DESC LIMIT :start_on_record, :limit
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'l.post_id' in 'on clause'
ThinkUp beta 0.12
Documentation | Mailing List | IRC Channel
It is nice to be nice.