Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-14550

function unique_id()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.2.0-RC1
    • 3.2.0-b2
    • Other
    • None

      The function unique_id() has changed in 3.2 from 3.1

      In 3.1 it returned a unique value that was 16 characters long in 3.2 it is returning 12 characters.

      This is a problem with backup/restore as the backup is adding 12 characters but the restore in the preg_match (includes/acp/acp_database.php - line 401) is still expecting 16 which means that no backup files are available to restore.

      I do not know if there are any other areas where this may be an issue but I believe that the unique_id function is used in some extensions.

            nicofuma nicofuma
            david63 david63
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: