MySQL Forums
Forum List  »  PHP

phpBB problem with SQL
Posted by: Erik B
Date: February 12, 2006 09:33PM

Please help me! When I'm going to my phpBB 2.0.19 forum, I get this error:
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3.

Before, I tried to add a MOD to my forum but got this error:
Error:
Invalid column name "q", statement: 2, table: "phpbb_faq_text"

SQL:
CREATE TABLE phpbb_faq_text(lang_id varchar(50) NOT NULL default 'english',q_id tinyint(11) NOT NULL default '0',faq_id tinyint(11) NOT NULL default '0',q text NOT NULL,a text NOT NULL,PRIMARY KEY(q_id,lang_id)) TYPE=MyISAM

How can I fix this? I know that I'm not giving enough info about this, but that's all I have.

Options: ReplyQuote


Subject
Written By
Posted
phpBB problem with SQL
February 12, 2006 09:33PM
February 12, 2006 10:57PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.