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

Version 3.010 not recognizing modified functions file in system's version check

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Won't Fix
    • 3.0.9, 3.0.10
    • 3.0.13-RC1, 3.1.0-b1
    • ACP, Installation system
    • None
    • PHP 5.36, MySQL(i) 5.5.9, Safari and Firefox(most recent versions of both), Mac OSX

    Description

      I updated 3.09 to 3.010 a few days ago, and made all the necessary file merge/modifications manually with no problem. The general tab of the ACP recognizes this, and shows my Board Version as 3.010. However, under the systems tab of the ACP, it gives me an error saying that I need to update my version of phpbb to the latest one, thinking its still 3.09. When I go back through the update installation(after restoring the install directory), it repeatedly tells me that the includes/functions file needs the following segment to be modified, claiming there is a difference between the new includes/functions.php file and my own.
      [code]
      $s_search_hidden_fields = array();
      if ($_SID)

      { $s_search_hidden_fields['sid'] = $_SID; }

      if (!empty($_EXTRA_URL))
      {
      foreach ($_EXTRA_URL as $url_param)

      { $url_param = explode('=', $url_param, 2); $s_hidden_fields[$url_param[0]] = $url_param[1]; }

      }
      [/code]
      I've copied and pasted the modified code it claims is wrong(and saved it, despite it being identical to what was there already), copied and edited it for perfect spacing since copy/paste adds extra rows(and saved it), and even gone in and retyped the entire modified segment from scratch(and saved it). And yet every time I run the files check, it tells me to merge the same modifications, even though they're already there. All other merge modifications have been fully successful.

      I've attached a copy of my functions.php file.

      Attachments

        1. functions_308.php
          136 kB
        2. functions_309.php
          140 kB
        3. functions.php
          151 kB

        Activity

          People

            nickvergessen Joas Schilling
            vipaka vipaka
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: