MyBB Community Forums

Full Version: Shout box install error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, I was installing the shoutbox plugin, after putting all the files where the install text document told me to. I have since checked this is right. I then tried to install the files and got this error message:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
42601 - ERROR: syntax error at or near "`" at character 17
Query:
CREATE TABLE mybb_shouts ( sid int(10) unsigned NOT NULL auto_increment, uid int(10) unsigned NOT NULL default '0', message text NOT NULL, dateline bigint(30) NOT NULL default '0', ipaddress varchar(30) NOT NULL default '', PRIMARY KEY (sid) ) TYPE=MyISAM


i am using version 1.4.6
using PostgreSQL 7.4.13 engine



any idea what is wrong?