Quote
Did you execute the database-update?
$result = dbquery("DROP TABLE IF EXISTS ".$db_prefix."captcha");
$result = dbquery("CREATE TABLE ".$db_prefix."captcha (
captcha_datestamp INT(10) UNSIGNED NOT NULL DEFAULT '0',
captcha_ip varchar(20) NOT NULL,
captcha_encode VARCHAR(32) NOT NULL DEFAULT '',
captcha_string VARCHAR(15) NOT NULL DEFAULT ''
) TYPE=MyISAM;");
$result = dbquery("UPDATE ".$db_prefix."settings SET version='6.01.12'");
echo "<center><br>\nDatabase upgrade complete.<br><br>\n</center>\n";
Category Forum
Official Core Support - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions