Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-11460

New installs have wrong data in phpbb_user_notifications table.

    XMLWordPrintable

Details

    Description

      ./install/schemas/schema_data.sql:INSERT INTO phpbb_user_notifications (item_type, item_id, user_id, method) VALUES('phpbb_notification_type_post', 0, 2, '');
      ./install/schemas/schema_data.sql:INSERT INTO phpbb_user_notifications (item_type, item_id, user_id, method) VALUES('phpbb_notification_type_post', 0, 2, 'phpbb_notification_method_email');
      ./install/schemas/schema_data.sql:INSERT INTO phpbb_user_notifications (item_type, item_id, user_id, method) VALUES('phpbb_notification_type_topic', 0, 2, '');
      ./install/schemas/schema_data.sql:INSERT INTO phpbb_user_notifications (item_type, item_id, user_id, method) VALUES('phpbb_notification_type_topic', 0, 2, 'phpbb_notification_method_email');
      

      phpbb_notification_type_ prefix needs to be stripped.

      The initial admin user of a fresh install is not subscribed via email because of this.

      Attachments

        Activity

          People

            bantu Andreas Fischer [X] (Inactive)
            bantu Andreas Fischer [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: