Error on installing ELFbb

27.12.2007 16:24:16
Harron
Hi,

I got this error on installing elfbb

#1005 Can't create table '.elfbbbbreply.frm' (errno: 150)

help plz

H.R.
27.12.2007 17:03:28

Nikke


Hi Harron,

The error in question comes from your MySQL database. The user which you are using to connect doesn't have sufficient priviledges to create the tables in the database. Granting create-priviledges to the user, or using a different user with create-priviledges, will correct the error.

See Mysql-documentation on information about user rights management.
dev.mysql.com/doc/refman/5.0/en/account-management-sql.html
29.07.2008 18:20:06

angel


on the db.sql file, line 30, change bbthread.id to bbthread(id)
28.08.2008 11:16:22

Nikke


Thanks angel.