News:

Create A Forum Installed

Author Topic: Database errors  (Read 997 times)

0 Members and 1 Guest are viewing this topic.

Offline KrazyRedhead

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
    • View Profile

Badges: (View All)
Topic Starter First Post Level 1
Re: Database errors
« on: April 27, 2014, 05:05:50 pm »
Example when I click on a topic:

Unknown column 'a.file_hash' in 'field list'
File: C:\inetpub\createaforum\Sources\Display.php
Line: 1003


 SELECT
 a.id_attach, a.id_folder, a.id_msg, a.filename, a.file_hash, IFNULL(a.size, 0) AS filesize, a.downloads, a.approved,
 a.width, a.height,
 IFNULL(thumb.id_attach, 0) AS id_thumb, thumb.width AS thumb_width, thumb.height AS thumb_height
 FROM epicness_attachments AS a
 LEFT JOIN epicness_attachments AS thumb ON (thumb.id_attach = a.id_thumb)
 WHERE a.id_msg IN (3)
 AND a.attachment_type = 0

 

Related Topics

  Subject / Started by Replies Last post
4 Replies
963 Views
Last post July 10, 2011, 01:34:32 am
by simply sibyl
2 Replies
616 Views
Last post February 02, 2013, 02:42:45 am
by Shocari
Database errors

Started by Clunt « 1 2 » Bugs

17 Replies
2543 Views
Last post October 09, 2013, 03:55:20 am
by Clunt
1 Replies
1037 Views
Last post November 27, 2013, 03:22:08 am
by CreateAForum
1 Replies
1070 Views
Last post March 30, 2014, 03:56:56 am
by CreateAForum