-
Bug
-
Resolution: Fixed
-
Blocker
-
3.3.0, 3.2.10-RC1
-
None
On a new install, some rows in the phpbb_config table are missing:
cookie_notice
enable_queue_trigger
enable_update_hashes
feed_overall_forums_limit
feed_overall_topics
feed_overall_topics_limit
jab_allow_self_signed
jab_verify_peer
jab_verify_peer_name
load_font_awesome_url
queue_trigger_posts
reparse_lock
smtp_allow_self_signed
smtp_verify_peer
smtp_verify_peer_name
text_reparser.pm_text_cron_interval
text_reparser.pm_text_last_cron
text_reparser.poll_option_cron_interval
text_reparser.poll_option_last_cron
text_reparser.poll_title_cron_interval
text_reparser.poll_title_last_cron
text_reparser.post_text_cron_interval
text_reparser.post_text_last_cron
text_reparser.user_signature_cron_interval
text_reparser.user_signature_last_cron
update_hashes_last_cron
update_hashes_lock
These have not been defined in the installer in install/schemas/schema_data.sql when the features they belong to were added to phpBB.
When doing a new install, the installer doesn't actually run any core migrations. It only records their names and depends_on data in the phpbb_migrations and instead uses the SQL queries provided in the schema_data.sql to set initial config values.
In addition to above config rows, in phpBB 3.3.0 is also missing this config row:
display_unapproved_posts
- obsoletes
-
PHPBB-16509 No entry for load_font_awesome_url in phpbb_config
- Closed