News:

Create A Forum Installed

Author Topic: Database error  (Read 534 times)

0 Members and 1 Guest are viewing this topic.

Offline Dr. Pa1N

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

Badges: (View All)
Topic Starter First Post Level 1
Re: Database error
« on: June 06, 2012, 02:38:40 am »
Unknown column 'a.file_hash' in 'field list'
File: C:\Inetpub\createaforum\Sources\Display.php
Line: 1000


            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 runebase_attachments AS a
               LEFT JOIN runebase_attachments AS thumb ON (thumb.id_attach = a.id_thumb)
            WHERE a.id_msg IN (4)
               AND a.attachment_type = 0
 
You only fixed the forum profile thingy! there is still an error when I try going to any topic when I am logged into admin, it works when I am a guest though!

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
610 Views
Last post September 16, 2010, 11:21:21 pm
by CreateAForum
3 Replies
605 Views
Last post May 20, 2012, 04:01:32 pm
by aIURbliS
3 Replies
368 Views
Last post February 01, 2013, 07:07:10 pm
by Willing to Help
6 Replies
676 Views
Last post September 06, 2013, 06:08:32 pm
by CreateAForum
database error

Started by lads Bugs

1 Replies
700 Views
Last post August 09, 2014, 01:56:06 pm
by CreateAForum