Спасибо за подсказку, попробую
				
			This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteInitializing database...
SQL query failed (Specified key was too long; max key length is 1000 bytes):
CREATE TABLE images
(
guid varchar(36) not null,
name varchar(255) not null,
category varchar(255) not null,
mimetype varchar(32) not null,
protected integer default 0,
PRIMARY KEY(guid),
UNIQUE(name, category)
)
Database initialization failed