Thread: Need a Mesh?
View Single Post
Old August 4th, 2010, 05:25 AM   #61
rduda
MAC-Daddy
 
rduda's Avatar
 
Join Date: May 2005
Location: Ohio
Posts: 16
Default Re: Need a Mesh?

I get this on the top of my pages:

DB Error: Bad SQL Query: SELECT DISTINCT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.username FROM files_images i, files_categories c LEFT JOIN forums_user u ON (u.userid = i.user_id) WHERE i.image_active = 1 AND i.cat_id NOT IN (0) AND c.cat_id = i.cat_id ORDER BY RAND()
Unknown column 'i.user_id' in 'on clause'

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, i.image_repo_format, i.terms, i.terms_msg, c.cat_name, u.username FROM files_images i, files_categories c LEFT JOIN forums_user u ON (u.userid = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id NOT IN (0) ORDER BY i.image_date DESC LIMIT 3
Unknown column 'i.user_id' in 'on clause'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/glad/public_html/dloads/includes/db_mysql.php on line 116

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, i.image_repo_format, i.terms, i.terms_msg, c.cat_name, u.username FROM files_images i, files_categories c LEFT JOIN forums_user u ON (u.userid = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id IN (0, 13, 10, 40, 28, 14, 29, 1, 41, 37, 15, 30, 42, 7, 36, 16, 43, 11, 31, 9, 17, 32, 12, 2, 33, 5, 18, 39, 38, 19, 8, 3, 35, 20, 34, 4, 21, 6, 22, 23, 24, 25, 26, 27) ORDER BY RAND() LIMIT 3
Unknown column 'i.user_id' in 'on clause'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/glad/public_html/dloads/includes/db_mysql.php on line 116
rduda is offline   Reply With Quote