https://bugzilla.wikimedia.org/show_bug.cgi?id=43694

--- Comment #5 from Gregor Hagedorn <[email protected]> ---
Retested with mediawiki 1.20 and ConfirmAccount git-Head versions as of this
morning, the error on update.php is: Creating account_credentials table ...A
database query syntax error has occurred.
The last attempted database query was:
"ALTER TABLE `account_requests`
 ADD acr_type tinyint(255) unsigned NOT NULL default 0,
 DROP INDEX acr_deleted_reg,
 ADD INDEX acr_type_del_reg (acr_type,acr_deleted,acr_registration)
"
from within function "DatabaseBase::sourceFile(
/usr/share/mediawiki20/extensions/ConfirmAccount/backend/schema/mysql/patch-account_credentials.sql
)".
Database returned error "1091: Can't DROP 'acr_deleted_reg'; check that
column/key exists (localhost)"

Some Software versions:
MediaWiki    1.20.2
PHP    5.4.10-1~dotdeb.0 (fpm-fcgi)
MySQL    5.1.66-0+squeeze1

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to