Yuki wrote:for my last post for help
here the error when i try to install the ajax chat
- Code: Select all
General Error
SQL ERROR [ sqlite ]
SQL logic error or missing database [1]
SQL
CREATE TABLE phpbb_chat ( message_id int(11) unsigned NOT NULL auto_increment, chat_id int(11) unsigned NOT NULL default '0', user_id int(11) unsigned NOT NULL default '0', username varchar(255) NOT NULL default '', user_colour varchar(6) NOT NULL default '', message text NOT NULL, bbcode_bitfield varchar(255) NOT NULL default '', bbcode_uid varchar(8) NOT NULL default '', bbcode_options tinyint(1) unsigned NOT NULL default '7', time int(11) unsigned NOT NULL default '0', PRIMARY KEY (message_id) )
BACKTRACE
FILE: includes/db/sqlite.php
LINE: 123
CALL: dbal->sql_error()
FILE: chat_install.php
LINE: 88
CALL: dbal_sqlite->sql_query()
can some one help me with this issue
thanks
did you follow all instructions and make sure to browse to chat_install.php?mode=install to install the chat database? If not then your database doesn't contain the chat table.
















