Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ShaneST

Pages: [1]
1
On the index page I get:

Code: [Select]
DB Error: Bad SQL Query: SELECT sessionhash, lastactivity, host, userid FROM 4images_sessions WHERE sessionhash = '28a010b10e38830a6d1d95eda5298703' AND host = '64.12.97.6'
Unknown column 'sessionhash' in 'field list'

DB Error: Bad SQL Query: DELETE FROM 4images_sessions WHERE lastactivity < 1036344114
Unknown column 'lastactivity' in 'where clause'

DB Error: Bad SQL Query: SELECT sessionhash FROM 4images_sessions
Unknown column 'sessionhash' in 'field list'

DB Error: Bad SQL Query: SELECT u.*, l.* FROM 4images_users u, 4images_lightboxes l WHERE u.userid = 2 AND l.user_id = u.userid
Unknown column 'u.userid' in 'where clause'

DB Error: Bad SQL Query: SELECT * FROM 4images_users WHERE userid = 2
Unknown column 'userid' in 'where clause'

DB Error: Bad SQL Query: SELECT sessionhash FROM 4images_sessions WHERE sessionhash = '44bbfb9a360d7d25338444673f01c9a8'
Unknown column 'sessionhash' in 'field list'

Warning: Supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/licensetothrill.net/httpdocs/home/gallery/includes/db_mysql.php on line 164

DB Error: Bad SQL Query: INSERT INTO 4images_sessions (sessionhash, userid, host, useragent, lastactivity, location, styleid) VALUES ('44bbfb9a360d7d25338444673f01c9a8', -1, '64.12.97.6', '', 1036345014, 'index.php', '0')
Unknown column 'sessionhash' in 'field list'

Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/licensetothrill.net/httpdocs/home/gallery/includes/db_mysql.php:188) in /home/httpd/vhosts/licensetothrill.net/httpdocs/home/gallery/includes/sessions.php on line 107

Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/licensetothrill.net/httpdocs/home/gallery/includes/db_mysql.php:188) in /home/httpd/vhosts/licensetothrill.net/httpdocs/home/gallery/includes/sessions.php on line 107

Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/licensetothrill.net/httpdocs/home/gallery/includes/db_mysql.php:188) in /home/httpd/vhosts/licensetothrill.net/httpdocs/home/gallery/includes/sessions.php on line 107

DB Error: Bad SQL Query: SELECT s.userid, s.lastactivity, s.host, u.userid, u.usergroupid, u.username, u.invisible FROM 4images_sessions s LEFT JOIN 4images_users u ON (u.userid = s.userid) WHERE s.lastactivity >= 1036344114 ORDER BY u.userid ASC, s.host ASC
Unknown column 's.userid' in 'field list'

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 4images_users 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 'u.username' in 'field list'

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 4images_users 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) ORDER BY i.image_date DESC LIMIT 3
Unknown column 'u.username' in 'field list'

Warning: Supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/licensetothrill.net/httpdocs/home/gallery/includes/db_mysql.php on line 116


I also get similar errors in the administration panel. Any ideas?[/code]

Pages: [1]