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

Convert Timezone test fails because of outdated schema

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.0-dev
    • 3.1.0-b3
    • Test Suite
    • None

    Description

      There was 1 error:
       
      1) phpbb_migrator_convert_timezones_test::test_convert
      PHPUnit_Extensions_Database_Operation_Exception: COMPOSITE[INSERT] operation failed on query: 
                      INSERT INTO `phpbb_users`
                      (`user_id`, `username`, `username_clean`, `user_permissions`, `user_sig`, `user_occ`, `user_interests`, `user_timezone`, `user_dst`)
                      VALUES
                      (?, ?, ?, ?, ?, ?, ?, ?, ?)
                   using args: Array
      (
          [0] => 1
          [1] => 1
          [2] => 1
          [3] => 
          [4] => 
          [5] => 
          [6] => 
          [7] => -12
          [8] => 0
      )
       [SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user_occ' in 'field list']
       
      /home/naderman/projects/phpbb/phpbb3/tests/test_framework/phpbb_database_test_case.php:53
      /home/naderman/projects/phpbb/phpbb3/tests/migrator/convert_timezones_test.php:49
      

      Attachments

        Issue Links

          Activity

            People

              naderman Nils Adermann
              naderman Nils Adermann
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: