General Error

Status
Not open for further replies.

tainna

New Member
Messages
2
Reaction score
0
Points
0
Hello,

From my website, http://breakroom.x10hosting.com/, I am getting the following error:

SQL ERROR [ mysql4 ]

Unknown column 't.template_inherits_id' in 'field list' [1054]

SQL

SELECT s.style_id, t.template_storedb, t.template_path, t.template_id, t.bbcode_bitfield, t.template_inherits_id, t.template_inherit_path, c.theme_path, c.theme_name, c.theme_storedb, c.theme_id, i.imageset_path, i.imageset_id, i.imageset_name FROM phpbb_styles s, phpbb_styles_template t, phpbb_styles_theme c, phpbb_styles_imageset i WHERE s.style_id = 1 AND t.template_id = s.template_id AND c.theme_id = s.theme_id AND i.imageset_id = s.imageset_id

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/session.php
LINE: 1577
CALL: dbal_mysql->sql_query()

FILE: index.php
LINE: 26
CALL: user->setup()
 

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
Could you try deleting the database associated with that software and reinstalling it?
 
Status
Not open for further replies.
Top