News:

Create A Forum Installed

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 - KrazyRedhead

Pages: [1]
1
General Support / Re: Database errors
« on: April 27, 2014, 05:18:59 pm »
If I wasn't able to use it, why would the website allow me to create it? Also, will I have to use a new email as well since I have this forum under this email? Definitely not happy with my experience so far =( I hate being  pain, but I'm moving from a different forum that's been having horrible server issues over the last year. I've lost all of my data in a server crash, and now I can get this new one to work. It's been a frustrating day.

2
General Support / 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

3
General Support / Database errors
« on: April 27, 2014, 04:56:33 pm »
Hello, I just started a forum and I can't view any topics including my own or access profiles. I get a database error each time. As the admin, do I need to enable/disable something to get my forum working? My admin panel is a tad confusing, so I may have missed something I was supposed to do. Thank you.

Pages: [1]