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

Undefined Offset

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • 3.0.x
    • 3.0.6
    • ACP
    • None
    • PHP Environment: 5.3.10
      Database: 5.0.27

    Description

      After updating to 3.0.6 RC2 I went to the System Module and got this error

      [phpBB Debug] PHP Notice: in file /includes/acp/acp_update.php on line 45: Undefined offset: 1

      Here is that line:

      $announcement_url = trim($info[1]);

      When changing it to

      $announcement_url = trim($info[0]);

      There are no issues.

      Attachments

        Activity

          People

            Acyd Burn Meik Sievertsen [X] (Inactive)
            Jaymie1989 Jaymie1989 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: