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

phpbb\report\report_handler_pm.php:56

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.2.2
    • 4.0.0-a1, 3.2.3-RC1
    • None
    • None

    Description

      \phpbb\report\report_handler_pm.php:56

      Data too long for column 'reported_post_uid' at row 1 [1406]

      The code:

      'reported_post_uid'                    => $this->report_data['bbcode_bitfield'],
      'reported_post_bitfield'            => $this->report_data['bbcode_uid'],

      should be written like this:

      'reported_post_uid'                    => $this->report_data['bbcode_uid'],
      'reported_post_bitfield'            => $this->report_data['bbcode_bitfield'],

      Attachments

        Activity

          People

            Marc Marc
            StevieWonderer StevieWonderer [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: