Well upgraded to your chat

Post Reply
User avatar
Rustynail
Registered User
Posts: 6
Joined: Wed Jan 27, 2010 3:29 pm

Well upgraded to your chat

Post by Rustynail »

But now I'm having an sql error maybe u can help. Damm I'm a pain in the ass lol
Code: Select all
SQL ERROR [ mysql4 ]

Table 'phpbb_chat' already exists [1050]

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/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: chat_install.php
LINE: 88
CALL: dbal_mysql->sql_query()

Allready had the old version installed then I upgraded and now I get that error so anything ya can do would be great thanks


And it is not showing up on the board which it usually will do no matter if ya have an sql problem
Last edited by Rustynail on Tue Feb 26, 2013 10:29 am, edited 1 time in total.

[center]Image[/center]

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: Well upgraded to your chat

Post by spaceace »

if you already had the chat installed, you don't have to run the installer again. just overwrite the files with the ones in the download and refresh the imageset, template, and theme of the style. you don't even have to do any file edits.
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

Post Reply