Alpha Publish time 2017-06-27 05:02

What can I do?

What ca I do?

kaaleth Publish time 2017-06-27 19:52

This is known bug, sorry.

All you have to do is:

- Log in your admin cp and go to cache settings. The adress is:
http://www.yourforum.com/admin.php?frames=yes&action=tools&operation=updatecache

- click OK to confirm that you are going to clean the cache
- done

Alpha Publish time 2017-07-29 11:13

static/image/common/user_online.gif kaaleth static/image/common/clock.gif 2017-6-27 19:52
This is known bug, sorry.

All you have to do is:


But it doesn't work!

kaaleth Publish time 2017-07-29 14:17

It does, I was doing it many times.

What exactly does NOT work?

Alpha Publish time 2017-07-29 16:41

When I install I got this
run_sql_error
SQL:CREATE TABLE pre_common_member_grouppm ( uid int(11) unsigned NOT NULL DEFAULT '0', gpmid int(11) unsigned NOT NULL AUTO_INCREMENT, `status` tinyint(1) NOT NULL DEFAULT '0', dateline int(11) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (uid,gpmid)) ENGINE=MYISAM DEFAULT CHARSET=utf8
Error:Incorrect table definition; there can be only one auto column and it must be defined as a key
Errno:1075

run_sql_error
SQL:CREATE TABLE pre_forum_post ( pid int(11) unsigned NOT NULL, fid int(11) unsigned NOT NULL DEFAULT '0', tid int(11) unsigned NOT NULL DEFAULT '0', `first` tinyint(1) NOT NULL DEFAULT '0', author varchar(255) NOT NULL DEFAULT '', authorid int(11) unsigned NOT NULL DEFAULT '0', `subject` varchar(255) NOT NULL DEFAULT '', dateline int(11) unsigned NOT NULL DEFAULT '0', message mediumtext NOT NULL, useip varchar(15) NOT NULL DEFAULT '', `port` smallint(6) unsigned NOT NULL DEFAULT '0', invisible tinyint(1) NOT NULL DEFAULT '0', anonymous tinyint(1) NOT NULL DEFAULT '0', usesig tinyint(1) NOT NULL DEFAULT '0', htmlon tinyint(1) NOT NULL DEFAULT '0', bbcodeoff tinyint(1) NOT NULL DEFAULT '0', smileyoff tinyint(1) NOT NULL DEFAULT '0', parseurloff tinyint(1) NOT NULL DEFAULT '0', attachment tinyint(1) NOT NULL DEFAULT '0', rate int(11) NOT NULL DEFAULT '0', ratetimes int(11) unsigned NOT NULL DEFAULT '0', `status` int(11) NOT NULL DEFAULT '0', tags varchar(255) NOT NULL DEFAULT '0', `comment` tinyint(1) NOT NULL DEFAULT '0', replycredit int(11) NOT NULL DEFAULT '0', position int(11) unsigned NOT NULL AUTO_INCREMENT, PRIMARY KEY (tid,position), UNIQUE KEY pid (pid), KEY fid (fid), KEY authorid (authorid,invisible), KEY dateline (dateline), KEY invisible (invisible), KEY displayorder (tid,invisible,dateline), KEY `first` (tid,`first`)) ENGINE=MYISAM DEFAULT CHARSET=utf8
Error:Incorrect table definition; there can be only one auto column and it must be defined as a key
Errno:1075



Does this metter?

vot Publish time 2017-07-30 13:01

Edit files:
    install/data/install.sql,
   uc_server/install/uc.sql

and change
    ENGINE=MyISAM
to
    TYPE=MyISAM
Pages: [1]
View full version: What can I do?