phpbb/phpBB/install
Joas Schilling 68ffb106fb [ticket/11278] Comment out the code for dropping the Q&A tables
Due to a bug, vanilla phpbb could not create captcha tables in 3.0.8 on
firebird. It was possible for board administrators to adjust the code to
work. If code was manually adjusted by board administrators, index names
would not be the same as what 3.0.9 and newer expect. This code fragment
drops captcha tables, destroying all entered Q&A captcha configuration,
such that when Q&A is configured next the respective tables will be
created with corrent index names.

If you wish to preserve your Q&A captcha configuration, you can manually
rename indexes to the currently expected name:
 phpbb_captcha_questions_lang_iso  => phpbb_captcha_question_lang
 phpbb_captcha_answers_question_id => phpbb_captcha_answers_qid

Again, this needs to be done only if a board was manually modified to fix
broken captcha code.

PHPBB3-11278
2012-12-21 16:05:05 +01:00
..
convertors [ticket/11135] Full replacement of credit link to https 2012-10-05 21:18:59 -03:00
data deregister globals to install too 2007-10-04 11:33:33 +00:00
schemas [prep-release-3.0.11] Bumping version number for 3.0.11 final. 2012-08-20 16:32:34 +02:00
database_update.php [ticket/11278] Comment out the code for dropping the Q&A tables 2012-12-21 16:05:05 +01:00
index.php [ticket/11135] Full replacement of credit link to https 2012-10-05 21:18:59 -03:00
install_convert.php [ticket/10185] Always set board startdate on conversion 2011-11-15 17:23:55 +01:00
install_install.php [ticket/10184] Disable receiving pms for bots by default 2012-12-01 10:54:16 +01:00
install_main.php removed executable props [Bug #6464] 2008-06-04 15:37:06 +00:00
install_update.php [ticket/9140] Check current board version in incremental update packages 2010-11-10 18:26:02 +01:00
phpinfo.php May be useful 2003-02-25 15:48:16 +00:00