Code:
DB Error: Bad SQL Query: SELECT template FROM template WHERE title='options'
Table 'xxx_xxx.template' doesn't exist
DB Error: Bad SQL Query: SELECT sessionhash, lastactivity, host, userid FROM session WHERE sessionhash = '988299e818dfd386990b236e63f9dee9' AND host = 'xxx.xxx.xx.xx'
Table 'xxx_xxx.session' doesn't exist
DB Error: Bad SQL Query: SELECT sessionhash FROM session
Table 'xxx_xxx.session' doesn't exist
DB Error: Bad SQL Query: SELECT u.*, l.* FROM user u, 4images_lightboxes l WHERE u.userid = 1 AND l.user_id = u.userid
Table 'xxx_xxx.user' doesn't exist
DB Error: Bad SQL Query: SELECT * FROM user WHERE userid = 3467
Table 'xxx_xxx.user' doesn't exist
DB Error: Bad SQL Query: SELECT sessionhash FROM session WHERE sessionhash = 'aaaaaaaaaaaaaaaa'
Table 'xxx_xxx.session' doesn't exist
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/xxx/public_html/forums/gallery/includes/db_mysql.php on line 164
DB Error: Bad SQL Query: INSERT INTO session (sessionhash, userid, host, useragent, lastactivity, location, styleid) VALUES ('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 0, '203.120.68.68', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)', 1234567890, '/gallery/index.php', '20')
Table 'xxx_xxx.session' doesn't exist
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/forums/gallery/includes/db_mysql.php:188) in /home/soccera/public_html/forums/gallery/includes/sessions.php on line 110
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/forums/gallery/includes/db_mysql.php:188) in /home/xxx/public_html/forums/gallery/includes/sessions.php on line 110
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/forums/gallery/includes/db_mysql.php:188) in /home/xxx/public_html/forums/gallery/includes/sessions.php on line 110
DB Error: Bad SQL Query: SELECT s.userid, s.lastactivity, s.host, u.userid, u.usergroupid, u.username FROM session s LEFT JOIN user u ON (u.userid = s.userid) WHERE s.lastactivity >= 1115970821 ORDER BY u.userid ASC, s.host ASC
Table 'xxx_xxx.session' doesn't exist
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 4images_images i, 4images_categories c LEFT JOIN 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()
Table 'xxx_xxx.user' doesn't exist
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, c.cat_name, u.username FROM 4images_images i, 4images_categories c LEFT JOIN 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
Table ''xxx_xxx.user' doesn't exist
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/xxx/public_html/forums/gallery/includes/db_mysql.php on line 116
Thanks in advance.